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

  /external/webkit/Source/JavaScriptCore/wtf/unicode/brew/
UnicodeBrew.cpp 32 UChar toLower(UChar c)
77 int toLower(UChar* result, int resultLength, const UChar* source, int sourceLength, bool* isError)
  /frameworks/base/core/java/android/net/http/
CharArrayBuffers.java 52 a = toLower(a);
53 b = toLower(b);
83 private static char toLower(char c) {
  /external/icu4c/common/
unistr_case.cpp 173 UnicodeString::toLower() {
178 UnicodeString::toLower(const Locale &locale) {
  /external/webkit/Source/JavaScriptCore/wtf/unicode/wince/
UnicodeWinCE.cpp 30 UChar toLower(UChar c)
85 int toLower(UChar* result, int resultLength, const UChar* source, int sourceLength, bool* isError)
  /external/icu4c/test/perf/charperf/
charperf.h 164 inline void toLower(UChar32 ch)
  /external/webkit/Source/JavaScriptCore/wtf/unicode/glib/
UnicodeGLib.cpp 109 int toLower(UChar* result, int resultLength, const UChar* src, int srcLength, bool* error)
UnicodeGLib.h 131 int toLower(UChar* result, int resultLength, const UChar* src, int srcLength, bool* error);
133 inline UChar32 toLower(UChar32 c)
  /frameworks/base/libs/utils/
String8.cpp 390 void String8::toLower()
392 toLower(0, size());
395 void String8::toLower(size_t start, size_t length)
407 *buf = tolower(*buf);
  /external/webkit/Source/JavaScriptCore/wtf/unicode/icu/
UnicodeIcu.h 131 inline int toLower(UChar* result, int resultLength, const UChar* src, int srcLength, bool* error)
139 inline UChar32 toLower(UChar32 c)
  /external/webkit/Source/JavaScriptCore/wtf/unicode/qt4/
UnicodeQt4.h 157 inline UChar32 toLower(UChar32 ch)
159 return QChar::toLower(uint32_t(ch));
162 inline int toLower(UChar* result, int resultLength, const UChar* src, int srcLength, bool* error)
190 qstring = qstring.toLower();
  /external/icu4c/test/intltest/
transtst.cpp     [all...]
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 5229 milliseconds