Static methods

@:has_untyped@:keepstaticinlinec_str(inString:String):ConstPointer<Char>

@:keep@:native("_hx_string_compare")staticcompare(inString0:String, inString1:String):Int

@:has_untyped@:keepstaticinlinefromGcPointer(inPtr:ConstPointer<Char>, inLen:Int):String

@:has_untyped@:keepstaticinlinefromPointer(inPtr:ConstPointer<Char>):String

@:keep@:native("_hx_string_create")staticfromPointerLen(inPtr:ConstPointer<Char>, len:Int):String

@:keep@:native("__hxcpp_parse_float")staticparseFloat(inString:String):Float

@:keep@:native("__hxcpp_parse_substr_int")staticparseInt(inString:String):Int

@:keep@:native("__hxcpp_parse_substr_float")staticparseSubstrFloat(inString:String, start:Int, length:Int):Float

@:keep@:native("__hxcpp_parse_substr_int")staticparseSubstrInt(inString:String, start:Int, length:Int):Int

@:has_untyped@:keepstaticinlineraw(inString:String):RawConstPointer<Char>

@:keep@:native("_hx_utf8_char_code_at")staticutf8CharCodeAt(inString:String, inIndex:Int):Int

@:keep@:native("_hx_utf8_decode_advance")staticutf8DecodeAdvance(reference:Char):Int

@:keep@:native("_hx_utf8_is_valid")staticutf8IsValid(inString:String):Bool

@:keep@:native("_hx_utf8_length")staticutf8Length(inString:String):Int

@:keep@:native("_hx_utf8_sub")staticutf8Sub(inString:String, charStart:Int, inLen:Int):String