package cs.system.globalization
implements IDeserializationCallback
Available on csread only LCID:Intread only Name: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 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–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/cs/system/globalization/CompareInfo.html