示例#1
0
 public function addChar($c)
 {
     $this->__b .= haxe_Utf8::uchr($c);
 }
示例#2
0
 public function addChar($c)
 {
     $this->__b .= _hx_string_or_null(haxe_Utf8::uchr($c));
 }