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

  /external/webkit/JavaScriptCore/wtf/unicode/glib/
UnicodeGLib.cpp 110 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);
  /external/chromium/third_party/icu/source/common/
unistr_case.cpp 190 UnicodeString::toUpper() {
195 UnicodeString::toUpper(const Locale &locale) {
  /external/icu4c/common/
unistr_case.cpp 189 UnicodeString::toUpper() {
194 UnicodeString::toUpper(const Locale &locale) {
  /external/webkit/JavaScriptCore/wtf/unicode/wince/
UnicodeWince.cpp 35 wchar_t toUpper(wchar_t c)
104 int toUpper(wchar_t* result, int resultLength, const wchar_t* source, int sourceLength, bool* isError)
  /external/chromium/third_party/icu/source/test/perf/charperf/
charperf.h 169 inline void toUpper(UChar32 ch)
  /external/icu4c/test/perf/charperf/
charperf.h 169 inline void toUpper(UChar32 ch)
  /external/webkit/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)
  /frameworks/base/libs/utils/
String8.cpp 482 void String8::toUpper()
484 toUpper(0, size());
487 void String8::toUpper(size_t start, size_t length)
499 *buf = toupper(*buf);
  /external/webkit/JavaScriptCore/wtf/unicode/qt4/
UnicodeQt4.h 247 inline UChar32 toUpper(UChar32 ch)
249 return QChar::toUpper(ch);
252 inline int toUpper(UChar* result, int resultLength, const UChar* src, int srcLength, bool* error)
280 qstring = qstring.toUpper();
  /external/chromium/third_party/icu/source/test/intltest/
transtst.cpp     [all...]
  /external/icu4c/test/intltest/
transtst.cpp     [all...]

Completed in 299 milliseconds