Searched defs:toLower (Results 1 – 9 of 9) sorted by relevance
/external/icu4c/common/ |
D | unistr_case.cpp | 173 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/ |
D | UnicodeBrew.cpp | 32 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/ |
D | UnicodeWinCE.cpp | 30 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/ |
D | UnicodeIcu.h | 131 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/ |
D | UnicodeGLib.cpp | 109 int toLower(UChar* result, int resultLength, const UChar* src, int srcLength, bool* error) in toLower() function
|
D | UnicodeGLib.h | 133 inline UChar32 toLower(UChar32 c) in toLower() function
|
/external/icu4c/test/perf/charperf/ |
D | charperf.h | 164 inline void toLower(UChar32 ch) in toLower() function
|
/external/webkit/Source/JavaScriptCore/wtf/unicode/qt4/ |
D | UnicodeQt4.h | 157 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/ |
D | transtst.cpp | 1236 Transliterator* toLower = in TestCaseMap() local
|