NativeString

NativeString

package cpp

Available on cpp

Static methods

static inline c_str (inString:String):ConstPointer<Char>

static compare (inString0:String, inString1:String):Int

static inline fromGcPointer (inPtr:ConstPointer<Char>, inLen:Int):String

static inline fromPointer (inPtr:ConstPointer<Char>):String

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

static inline raw (inString:String):RawConstPointer<Char>

static utf8CharCodeAt (inString:String, inIndex:Int):Int

static utf8DecodeAdvance (reference:Char):Int

static utf8IsValid (inString:String):Bool

static utf8Length (inString:String):Int

static utf8Sub (inString:String, charStart:Int, inLen:Int):String

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

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部