NativeString

package cpp

Available on cpp

Static methods

staticinlinec_str(inString:String):ConstPointer<Char>

staticcompare(inString0:String, inString1:String):Int

staticinlinefromGcPointer(inPtr:ConstPointer<Char>, inLen:Int):String

staticinlinefromPointer(inPtr:ConstPointer<Char>):String

staticfromPointerLen(inPtr:ConstPointer<Char>, len:Int):String

staticinlineraw(inString:String):RawConstPointer<Char>

staticutf8CharCodeAt(inString:String, inIndex:Int):Int

staticutf8DecodeAdvance(reference:Char):Int

staticutf8IsValid(inString:String):Bool

staticutf8Length(inString:String):Int

staticutf8Sub(inString:String, charStart:Int, inLen:Int):String

© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/cpp/NativeString.html