Home
last modified time | relevance | path

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

/third_party/typescript/tests/cases/conformance/types/primitives/string/
DassignFromStringInterface2.ts29 toLocaleUpperCase(): string; method
/third_party/typescript/tests/cases/conformance/types/typeRelationships/subtypesAndSuperTypes/
DstringLiteralTypeIsSubtypeOfString.ts59 toLocaleUpperCase(): string { return null; } method in C
/third_party/typescript/tests/baselines/reference/
DstringLiteralTypeIsSubtypeOfString.js140 C.prototype.toLocaleUpperCase = function () { return null; }; method in C
/third_party/typescript/tests/cases/conformance/decorators/
D1.0lib-noErrors.ts409 toLocaleUpperCase(): string; method
/third_party/typescript/lib/
Dlib.es5.d.ts497 toLocaleUpperCase(locales?: string | string[]): string; method
/third_party/typescript/src/lib/
Des5.d.ts477 toLocaleUpperCase(locales?: string | string[]): string; method
/third_party/typescript/tests/lib/
Dlib.d.ts424 toLocaleUpperCase(): string; method