HomeSort by relevance Sort by last modified time
    Searched defs:toUpper (Results 1 - 11 of 11) sorted by null

  /external/webkit/Source/JavaScriptCore/wtf/unicode/brew/
UnicodeBrew.cpp 37 UChar toUpper(UChar c)
100 int toUpper(UChar* result, int resultLength, const UChar* source, int sourceLength, bool* isError)
  /external/icu4c/common/
unistr_case.cpp 183 UnicodeString::toUpper() {
188 UnicodeString::toUpper(const Locale &locale) {
  /external/webkit/Source/JavaScriptCore/wtf/unicode/wince/
UnicodeWinCE.cpp 35 UChar toUpper(UChar c)
109 int toUpper(UChar* result, int resultLength, const UChar* source, int sourceLength, bool* isError)
  /external/icu4c/test/perf/charperf/
charperf.h 169 inline void toUpper(UChar32 ch)
  /external/webkit/Source/JavaScriptCore/wtf/unicode/glib/
UnicodeGLib.cpp 114 int toUpper(UChar* result, int resultLength, const UChar* src, int srcLength, bool* error)
UnicodeGLib.h 138 inline UChar32 toUpper(UChar32 c)
143 int toUpper(UChar* result, int resultLength, const UChar* src, int srcLength, bool* error);
  /frameworks/base/libs/utils/
String8.cpp 414 void String8::toUpper()
416 toUpper(0, size());
419 void String8::toUpper(size_t start, size_t length)
431 *buf = toupper(*buf);
  /external/icu4c/i18n/
ucol_bld.cpp     [all...]
  /external/webkit/Source/JavaScriptCore/wtf/unicode/icu/
UnicodeIcu.h 144 inline UChar32 toUpper(UChar32 c)
149 inline int toUpper(UChar* result, int resultLength, const UChar* src, int srcLength, bool* error)
  /external/webkit/Source/JavaScriptCore/wtf/unicode/qt4/
UnicodeQt4.h 215 inline UChar32 toUpper(UChar32 c)
217 return QChar::toUpper(uint32_t(c));
220 inline int toUpper(UChar* result, int resultLength, const UChar* src, int srcLength, bool* error)
248 qstring = qstring.toUpper();
  /external/icu4c/test/intltest/
transtst.cpp     [all...]

Completed in 464 milliseconds