Home
last modified time | relevance | path

Searched defs:toLower (Results 1 – 9 of 9) sorted by relevance

/external/icu4c/common/
Dunistr_case.cpp173 UnicodeString::toLower() { in toLower() function in UnicodeString
178 UnicodeString::toLower(const Locale &locale) { in toLower() function in UnicodeString
/external/webkit/Source/JavaScriptCore/wtf/unicode/brew/
DUnicodeBrew.cpp32 UChar toLower(UChar c) in toLower() function
77 int toLower(UChar* result, int resultLength, const UChar* source, int sourceLength, bool* isError) in toLower() function
/external/webkit/Source/JavaScriptCore/wtf/unicode/wince/
DUnicodeWinCE.cpp30 UChar toLower(UChar c) in toLower() function
85 int toLower(UChar* result, int resultLength, const UChar* source, int sourceLength, bool* isError) in toLower() function
/external/webkit/Source/JavaScriptCore/wtf/unicode/icu/
DUnicodeIcu.h131 inline int toLower(UChar* result, int resultLength, const UChar* src, int srcLength, bool* error) in toLower() function
139 inline UChar32 toLower(UChar32 c) in toLower() function
/external/webkit/Source/JavaScriptCore/wtf/unicode/glib/
DUnicodeGLib.cpp109 int toLower(UChar* result, int resultLength, const UChar* src, int srcLength, bool* error) in toLower() function
DUnicodeGLib.h133 inline UChar32 toLower(UChar32 c) in toLower() function
/external/icu4c/test/perf/charperf/
Dcharperf.h164 inline void toLower(UChar32 ch) in toLower() function
/external/webkit/Source/JavaScriptCore/wtf/unicode/qt4/
DUnicodeQt4.h157 inline UChar32 toLower(UChar32 ch) in toLower() function
162 inline int toLower(UChar* result, int resultLength, const UChar* src, int srcLength, bool* error) in toLower() function
/external/icu4c/test/intltest/
Dtranstst.cpp1236 Transliterator* toLower = in TestCaseMap() local