Home
last modified time | relevance | path

Searched defs:localeCompare (Results 1 – 11 of 11) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DgenericConstraint2.ts14 localeCompare(other) { method in ComparableString
/third_party/typescript/tests/baselines/reference/
DgenericConstraint2.js36 ComparableString.prototype.localeCompare = function (other) { method in ComparableString
DstringLiteralTypeIsSubtypeOfString.js129 C.prototype.localeCompare = function (that) { return null; }; method in C
/third_party/jerryscript/tests/jerry/
Dregression-test-issue-786.js36 try { Date.prototype.setMilliseconds(String.prototype.localeCompare) } catch (err) { }
/third_party/typescript/tests/cases/conformance/types/primitives/string/
DassignFromStringInterface2.ts13 localeCompare(that: string): number; method
/third_party/typescript/tests/cases/conformance/types/typeRelationships/subtypesAndSuperTypes/
DstringLiteralTypeIsSubtypeOfString.ts49 localeCompare(that: string): number { return null; } method in C
/third_party/typescript/tests/cases/conformance/decorators/
D1.0lib-noErrors.ts315 localeCompare(that: string): number; method
/third_party/typescript/lib/
Dlib.es5.d.ts434 localeCompare(that: string): number; method
4403localeCompare(that: string, locales?: string | string[], options?: Intl.CollatorOptions): number; method
/third_party/typescript/src/lib/
Des5.d.ts414 localeCompare(that: string): number; method
4383localeCompare(that: string, locales?: string | string[], options?: Intl.CollatorOptions): number; method
/third_party/typescript/tests/lib/
Dlib.d.ts330 localeCompare(that: string): number; method
4001 localeCompare(that: string, locales: string[], options?: Intl.CollatorOptions): number; method
4009 localeCompare(that: string, locale: string, options?: Intl.CollatorOptions): number; method
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp102249 JSLocaleCompare localeCompare; member