Home
last modified time | relevance | path

Searched defs:toLocaleLowerCase (Results 1 – 7 of 7) sorted by relevance

/third_party/typescript/tests/cases/conformance/types/primitives/string/
DassignFromStringInterface2.ts27 toLocaleLowerCase(): string; method
/third_party/typescript/tests/cases/conformance/types/typeRelationships/subtypesAndSuperTypes/
DstringLiteralTypeIsSubtypeOfString.ts57 toLocaleLowerCase(): string { return null; } method in C
/third_party/typescript/tests/baselines/reference/
DstringLiteralTypeIsSubtypeOfString.js138 C.prototype.toLocaleLowerCase = function () { return null; }; method in C
/third_party/typescript/tests/cases/conformance/decorators/
D1.0lib-noErrors.ts403 toLocaleLowerCase(): string; method
/third_party/typescript/lib/
Dlib.es5.d.ts491 toLocaleLowerCase(locales?: string | string[]): string; method
/third_party/typescript/src/lib/
Des5.d.ts471 toLocaleLowerCase(locales?: string | string[]): string; method
/third_party/typescript/tests/lib/
Dlib.d.ts418 toLocaleLowerCase(): string; method