Searched defs:toUpper (Results 1 - 11 of 11) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/unicode/brew/
H A DUnicodeBrew.cpp37 UChar toUpper(UChar c) function in namespace:WTF::Unicode
100 int toUpper(UChar* result, int resultLength, const UChar* source, int sourceLength, bool* isError)
/external/icu4c/common/
H A Dunistr_case.cpp183 UnicodeString::toUpper() { function in class:UnicodeString
188 UnicodeString::toUpper(const Locale &locale) { function in class:UnicodeString
/external/icu4c/test/perf/charperf/
H A Dcharperf.h169 inline void toUpper(UChar32 ch) function
/external/webkit/Source/JavaScriptCore/wtf/unicode/wince/
H A DUnicodeWinCE.cpp35 UChar toUpper(UChar c) function in namespace:WTF::Unicode
109 int toUpper(UChar* result, int resultLength, const UChar* source, int sourceLength, bool* isError) function in namespace:WTF::Unicode
/external/webkit/Source/JavaScriptCore/wtf/unicode/glib/
H A DUnicodeGLib.cpp114 int toUpper(UChar* result, int resultLength, const UChar* src, int srcLength, bool* error) function in namespace:WTF::Unicode
H A DUnicodeGLib.h138 inline UChar32 toUpper(UChar32 c) function in namespace:WTF::Unicode
143 int toUpper(UChar* result, int resultLength, const UChar* src, int srcLength, bool* error);
/external/webkit/Source/JavaScriptCore/wtf/unicode/icu/
H A DUnicodeIcu.h144 inline UChar32 toUpper(UChar32 c) function in namespace:WTF::Unicode
149 inline int toUpper(UChar* result, int resultLength, const UChar* src, int srcLength, bool* error) function in namespace:WTF::Unicode
/external/icu4c/i18n/
H A Ducol_bld.cpp1398 static void toUpper(const char* src, char* dst, uint32_t length) { function
1408 toUpper(name, buffer, 32);
/external/webkit/Source/JavaScriptCore/wtf/unicode/qt4/
H A DUnicodeQt4.h215 inline UChar32 toUpper(UChar32 c) function in namespace:WTF::Unicode
217 return QChar::toUpper(uint32_t(c));
220 inline int toUpper(UChar* result, int resultLength, const UChar* src, int srcLength, bool* error) function in namespace:WTF::Unicode
248 qstring = qstring.toUpper();
/external/icu4c/test/intltest/
H A Dtranstst.cpp1234 Transliterator* toUpper = local
1240 if (toUpper==0 || toLower==0 || toTitle==0) {
1242 delete toUpper;
1248 expect(*toUpper, "The quick brown fox jumped over the lazy dogs.",
1255 delete toUpper;
3433 target.toUpper(Locale::getUS());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 547 milliseconds