Searched defs:toUpper (Results 1 – 10 of 10) sorted by relevance
/external/icu4c/common/ |
D | unistr_case.cpp | 183 UnicodeString::toUpper() { in toUpper() function in UnicodeString 188 UnicodeString::toUpper(const Locale &locale) { in toUpper() function in UnicodeString
|
/external/webkit/Source/JavaScriptCore/wtf/unicode/wince/ |
D | UnicodeWinCE.cpp | 35 UChar toUpper(UChar c) in toUpper() function 109 int toUpper(UChar* result, int resultLength, const UChar* source, int sourceLength, bool* isError) in toUpper() function
|
/external/webkit/Source/JavaScriptCore/wtf/unicode/brew/ |
D | UnicodeBrew.cpp | 37 UChar toUpper(UChar c) in toUpper() function 100 int toUpper(UChar* result, int resultLength, const UChar* source, int sourceLength, bool* isError) in toUpper() function
|
/external/webkit/Source/JavaScriptCore/wtf/unicode/icu/ |
D | UnicodeIcu.h | 144 inline UChar32 toUpper(UChar32 c) in toUpper() function 149 inline int toUpper(UChar* result, int resultLength, const UChar* src, int srcLength, bool* error) in toUpper() function
|
/external/webkit/Source/JavaScriptCore/wtf/unicode/glib/ |
D | UnicodeGLib.cpp | 114 int toUpper(UChar* result, int resultLength, const UChar* src, int srcLength, bool* error) in toUpper() function
|
D | UnicodeGLib.h | 138 inline UChar32 toUpper(UChar32 c) in toUpper() function
|
/external/icu4c/test/perf/charperf/ |
D | charperf.h | 169 inline void toUpper(UChar32 ch) in toUpper() function
|
/external/webkit/Source/JavaScriptCore/wtf/unicode/qt4/ |
D | UnicodeQt4.h | 215 inline UChar32 toUpper(UChar32 c) in toUpper() function 220 inline int toUpper(UChar* result, int resultLength, const UChar* src, int srcLength, bool* error) in toUpper() function
|
/external/icu4c/i18n/ |
D | ucol_bld.cpp | 1396 static void toUpper(const char* src, char* dst, uint32_t length) { in toUpper() function
|
/external/icu4c/test/intltest/ |
D | transtst.cpp | 1234 Transliterator* toUpper = in TestCaseMap() local
|