Searched defs:toUpper (Results 1 – 11 of 11) sorted by relevance
/external/chromium/third_party/icu/source/common/ |
D | unistr_case.cpp | 190 UnicodeString::toUpper() { in toUpper() function in UnicodeString 195 UnicodeString::toUpper(const Locale &locale) { in toUpper() function in UnicodeString
|
/external/icu4c/common/ |
D | unistr_case.cpp | 189 UnicodeString::toUpper() { in toUpper() function in UnicodeString 194 UnicodeString::toUpper(const Locale &locale) { in toUpper() function in UnicodeString
|
/external/webkit/JavaScriptCore/wtf/unicode/wince/ |
D | UnicodeWince.cpp | 35 wchar_t toUpper(wchar_t c) in toUpper() function 104 int toUpper(wchar_t* result, int resultLength, const wchar_t* source, int sourceLength, bool* isErr… in toUpper() function
|
/external/webkit/JavaScriptCore/wtf/unicode/glib/ |
D | UnicodeGLib.cpp | 110 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/webkit/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/icu4c/test/perf/charperf/ |
D | charperf.h | 169 inline void toUpper(UChar32 ch) in toUpper() function
|
/external/chromium/third_party/icu/source/test/perf/charperf/ |
D | charperf.h | 169 inline void toUpper(UChar32 ch) in toUpper() function
|
/external/webkit/JavaScriptCore/wtf/unicode/qt4/ |
D | UnicodeQt4.h | 247 inline UChar32 toUpper(UChar32 ch) in toUpper() function 252 inline int toUpper(UChar* result, int resultLength, const UChar* src, int srcLength, bool* error) in toUpper() function
|
/external/chromium/third_party/icu/source/test/intltest/ |
D | transtst.cpp | 1228 Transliterator* toUpper = in TestCaseMap() local
|
/external/icu4c/test/intltest/ |
D | transtst.cpp | 1234 Transliterator* toUpper = in TestCaseMap() local
|