@:has_untypedstaticinlinec_str(inString:String):ConstPointer<Char>
@:native("_hx_string_compare")staticcompare(inString0:String, inString1:String):Int
@:has_untypedstaticinlinefromGcPointer(inPtr:ConstPointer<Char>, inLen:Int):String
@:has_untypedstaticinlinefromPointer(inPtr:ConstPointer<Char>):String
@:native("_hx_string_create")staticfromPointerLen(inPtr:ConstPointer<Char>, len:Int):String
@:native("__hxcpp_parse_float")staticparseFloat(inString:String):Float
@:native("__hxcpp_parse_substr_int")staticparseInt(inString:String):Int
@:native("__hxcpp_parse_substr_float")staticparseSubstrFloat(inString:String, start:Int, length:Int):Float
@:native("__hxcpp_parse_substr_int")staticparseSubstrInt(inString:String, start:Int, length:Int):Int
@:has_untypedstaticinlineraw(inString:String):RawConstPointer<Char>
@:native("_hx_utf8_char_code_at")staticutf8CharCodeAt(inString:String, inIndex:Int):Int
@:native("_hx_utf8_decode_advance")staticutf8DecodeAdvance(reference:Char):Int
@:native("_hx_utf8_is_valid")staticutf8IsValid(inString:String):Bool
@:native("_hx_utf8_length")staticutf8Length(inString:String):Int
@:native("_hx_utf8_sub")staticutf8Sub(inString:String, charStart:Int, inLen:Int):String