Home
last modified time | relevance | path

Searched defs:toUpper (Results 1 – 10 of 10) sorted by relevance

/external/icu4c/common/
Dunistr_case.cpp183 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/
DUnicodeWinCE.cpp35 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/
DUnicodeBrew.cpp37 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/
DUnicodeIcu.h144 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/
DUnicodeGLib.cpp114 int toUpper(UChar* result, int resultLength, const UChar* src, int srcLength, bool* error) in toUpper() function
DUnicodeGLib.h138 inline UChar32 toUpper(UChar32 c) in toUpper() function
/external/icu4c/test/perf/charperf/
Dcharperf.h169 inline void toUpper(UChar32 ch) in toUpper() function
/external/webkit/Source/JavaScriptCore/wtf/unicode/qt4/
DUnicodeQt4.h215 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/
Ducol_bld.cpp1396 static void toUpper(const char* src, char* dst, uint32_t length) { in toUpper() function
/external/icu4c/test/intltest/
Dtranstst.cpp1234 Transliterator* toUpper = in TestCaseMap() local