Home
last modified time | relevance | path

Searched defs:toUpperCase (Results 1 – 13 of 13) sorted by relevance

/third_party/jerryscript/tests/jerry/
Dstring-upper-lower-case-conversion.js105 String.prototype.toUpperCase.call(null); method in String
/third_party/typescript/tests/cases/conformance/types/primitives/string/
DassignFromStringInterface2.ts28 toUpperCase(): string; method
/third_party/typescript/tests/cases/conformance/types/typeRelationships/subtypesAndSuperTypes/
DstringLiteralTypeIsSubtypeOfString.ts58 toUpperCase(): string { return null; } method in C
/third_party/typescript/tests/baselines/reference/
DstringLiteralTypeIsSubtypeOfString.js139 C.prototype.toUpperCase = function () { return null; }; method in C
/third_party/typescript/tests/cases/conformance/decorators/
D1.0lib-noErrors.ts406 toUpperCase(): string; method
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
DUCharacter.java4743 public static int toUpperCase(int ch) { in toUpperCase() method in UCharacter
5374 public static String toUpperCase(String str) in toUpperCase() method in UCharacter
5440 public static String toUpperCase(Locale locale, String str) in toUpperCase() method in UCharacter
5453 public static String toUpperCase(ULocale locale, String str) { in toUpperCase() method in UCharacter
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/
DUCharacter.java4043 public static int toUpperCase(int ch) { in toUpperCase() method in UCharacter
4650 public static String toUpperCase(String str) in toUpperCase() method in UCharacter
4713 public static String toUpperCase(Locale locale, String str) in toUpperCase() method in UCharacter
4725 public static String toUpperCase(ULocale locale, String str) { in toUpperCase() method in UCharacter
/third_party/icu/icu4c/source/common/
Ducurr.cpp949 toUpperCase(const UChar* source, int32_t len, const char* locale) { in toUpperCase() function
/third_party/skia/third_party/externals/icu/source/common/
Ducurr.cpp926 toUpperCase(const UChar* source, int32_t len, const char* locale) { in toUpperCase() function
/third_party/node/deps/icu-small/source/common/
Ducurr.cpp972 toUpperCase(const char16_t* source, int32_t len, const char* locale) { in toUpperCase() function
/third_party/typescript/lib/
Dlib.es5.d.ts494 toUpperCase(): string; method
/third_party/typescript/src/lib/
Des5.d.ts474 toUpperCase(): string; method
/third_party/typescript/tests/lib/
Dlib.d.ts421 toUpperCase(): string; method