Exemplo n.º 1
0
 public function addChar($c)
 {
     $this->__b .= haxe_Utf8::uchr($c);
 }
Exemplo n.º 2
0
 public function addChar($c)
 {
     $this->__b .= _hx_string_or_null(haxe_Utf8::uchr($c));
 }