globalization.CompareInfo

CompareInfo

package cs-system-globalization

implements IDeserializationCallback

Available on cs

Variables

read only LCID:Int

read only Name:String

Methods

Compare (string1:String, string2:String):Int

Compare (string1:String, offset1:Int, length1:Int, string2:String, offset2:Int, length2:Int, options:CompareOptions):Int

Compare (string1:String, offset1:Int, length1:Int, string2:String, offset2:Int, length2:Int):Int

Compare (string1:String, offset1:Int, string2:String, offset2:Int, options:CompareOptions):Int

Compare (string1:String, offset1:Int, string2:String, offset2:Int):Int

Compare (string1:String, string2:String, options:CompareOptions):Int

GetSortKey (source:String):SortKey

GetSortKey (source:String, options:CompareOptions):SortKey

IndexOf (source:String, value:Char16):Int

IndexOf (source:String, value:String, startIndex:Int, count:Int, options:CompareOptions):Int

IndexOf (source:String, value:Char16, startIndex:Int, count:Int, options:CompareOptions):Int

IndexOf (source:String, value:String, startIndex:Int, count:Int):Int

IndexOf (source:String, value:String, startIndex:Int, options:CompareOptions):Int

IndexOf (source:String, value:Char16, startIndex:Int, count:Int):Int

IndexOf (source:String, value:Char16, startIndex:Int, options:CompareOptions):Int

IndexOf (source:String, value:String, startIndex:Int):Int

IndexOf (source:String, value:String, options:CompareOptions):Int

IndexOf (source:String, value:Char16, startIndex:Int):Int

IndexOf (source:String, value:Char16, options:CompareOptions):Int

IndexOf (source:String, value:String):Int

IsPrefix (source:String, prefix:String):Bool

IsPrefix (source:String, prefix:String, options:CompareOptions):Bool

IsSuffix (source:String, suffix:String):Bool

IsSuffix (source:String, suffix:String, options:CompareOptions):Bool

LastIndexOf (source:String, value:Char16):Int

LastIndexOf (source:String, value:String, startIndex:Int, count:Int, options:CompareOptions):Int

LastIndexOf (source:String, value:Char16, startIndex:Int, count:Int, options:CompareOptions):Int

LastIndexOf (source:String, value:String, startIndex:Int, count:Int):Int

LastIndexOf (source:String, value:String, startIndex:Int, options:CompareOptions):Int

LastIndexOf (source:String, value:Char16, startIndex:Int, count:Int):Int

LastIndexOf (source:String, value:Char16, startIndex:Int, options:CompareOptions):Int

LastIndexOf (source:String, value:String, startIndex:Int):Int

LastIndexOf (source:String, value:String, options:CompareOptions):Int

LastIndexOf (source:String, value:Char16, startIndex:Int):Int

LastIndexOf (source:String, value:Char16, options:CompareOptions):Int

LastIndexOf (source:String, value:String):Int

ToString ():String

Static methods

static GetCompareInfo (culture:Int):CompareInfo

static GetCompareInfo (name:String, assembly:Assembly):CompareInfo

static GetCompareInfo (culture:Int, assembly:Assembly):CompareInfo

static GetCompareInfo (name:String):CompareInfo

static IsSortable (ch:Char16):Bool

static IsSortable (text:String):Bool

© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/cs/system/globalization/CompareInfo.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部