Home
last modified time | relevance | path

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

/third_party/jerryscript/tests/jerry/
Dstring-upper-lower-case-conversion.js105 String.prototype.toUpperCase.call(null); method in String
/third_party/node/deps/npm/node_modules/uri-js/dist/esnext/
Dutil.js21 export function toUpperCase(str) { function
/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.js138 C.prototype.toUpperCase = function () { return null; }; method in C
/third_party/node/deps/npm/node_modules/uri-js/dist/es5/
Duri.all.js31 function toUpperCase(str) { function
/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.java4608 public static int toUpperCase(int ch) { in toUpperCase() method in UCharacter
5237 public static String toUpperCase(String str) in toUpperCase() method in UCharacter
5303 public static String toUpperCase(Locale locale, String str) in toUpperCase() method in UCharacter
5316 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/skia/third_party/externals/icu/source/common/
Ducurr.cpp926 toUpperCase(const UChar* source, int32_t len, const char* locale) { in toUpperCase() function
/third_party/icu/icu4c/source/common/
Ducurr.cpp926 toUpperCase(const UChar* source, int32_t len, const char* locale) { in toUpperCase() function
/third_party/flutter/skia/third_party/externals/icu/source/common/
Ducurr.cpp953 toUpperCase(const UChar* source, int32_t len, const char* locale) { in toUpperCase() function
/third_party/node/deps/icu-small/source/common/
Ducurr.cpp926 toUpperCase(const UChar* source, int32_t len, const char* locale) { in toUpperCase() function
/third_party/typescript/src/lib/
Des5.d.ts472 toUpperCase(): string; method
/third_party/typescript/lib/
Dlib.es5.d.ts492 toUpperCase(): string; method
/third_party/node/deps/npm/node_modules/har-validator/node_modules/ajv/dist/
Dajv.bundle.js5266 function toUpperCase(str) { function
/third_party/typescript/tests/lib/
Dlib.d.ts421 toUpperCase(): string; method