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

  /external/icu4c/common/
unistr_case_locale.cpp 59 UnicodeString::toUpper() {
60 return toUpper(Locale::getDefault());
64 UnicodeString::toUpper(const Locale &locale) {
  /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/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/native/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...]
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 409 milliseconds