Searched defs:localeCompare (Results 1 – 11 of 11) sorted by relevance
14 localeCompare(other) { method in ComparableString
36 ComparableString.prototype.localeCompare = function (other) { method in ComparableString
129 C.prototype.localeCompare = function (that) { return null; }; method in C
36 try { Date.prototype.setMilliseconds(String.prototype.localeCompare) } catch (err) { }
13 localeCompare(that: string): number; method
49 localeCompare(that: string): number { return null; } method in C
315 localeCompare(that: string): number; method
434 localeCompare(that: string): number; method4403 … localeCompare(that: string, locales?: string | string[], options?: Intl.CollatorOptions): number; method
414 localeCompare(that: string): number; method4383 … localeCompare(that: string, locales?: string | string[], options?: Intl.CollatorOptions): number; method
330 localeCompare(that: string): number; method4001 localeCompare(that: string, locales: string[], options?: Intl.CollatorOptions): number; method4009 localeCompare(that: string, locale: string, options?: Intl.CollatorOptions): number; method
102249 JSLocaleCompare localeCompare; member