package cs.system.globalization
implements IDeserializationCallback
Available on cs
staticGetCompareInfo(culture:Int):CompareInfo
staticGetCompareInfo(name:String, assembly:Assembly):CompareInfo
staticGetCompareInfo(culture:Int, assembly:Assembly):CompareInfo
staticGetCompareInfo(name:String):CompareInfo
staticIsSortable(ch:Char16):Bool
staticIsSortable(text:String):Bool
read onlyLCID:Int
read onlyName:String
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
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/cs/system/globalization/CompareInfo.html