Searched refs:toLower (Results 1 - 25 of 41) sorted by relevance

12

/external/chromium_org/third_party/icu/source/common/
H A Dunistr_case_locale.cpp47 UnicodeString::toLower() { function in class:UnicodeString
48 return toLower(Locale::getDefault());
52 UnicodeString::toLower(const Locale &locale) { function in class:UnicodeString
H A Duniset_closure.cpp257 (str = *pStr).toLower(root);
/external/icu/icu4c/source/common/
H A Dunistr_case_locale.cpp47 UnicodeString::toLower() { function in class:UnicodeString
48 return toLower(Locale::getDefault());
52 UnicodeString::toLower(const Locale &locale) { function in class:UnicodeString
H A Duniset_closure.cpp257 (str = *pStr).toLower(root);
/external/deqp/framework/delibs/decpp/
H A DdeStringUtil.hpp45 std::string toLower (const std::string& s);
51 char toLower (char c);
H A DdeStringUtil.cpp63 string toLower (const string& str) function in namespace:de
121 char toLower (char c) function in namespace:de
146 DE_TEST_ASSERT(toLower("FooBar") == "foobar");
161 DE_TEST_ASSERT(toLower('a') == 'a');
162 DE_TEST_ASSERT(toLower('A') == 'a');
/external/chromium_org/base/i18n/
H A Dcase_conversion.cc15 unicode_string.toLower();
/external/chromium_org/third_party/icu/source/samples/case/
H A Dcase.cpp57 string.toLower(); /* string = "this is a test" */
65 string.toLower(Locale("tr", "TR")); /* Turkish lower case map string =
67 u_fprintf(out, "\nupper.toLower: ");
/external/icu/icu4c/source/samples/case/
H A Dcase.cpp57 string.toLower(); /* string = "this is a test" */
65 string.toLower(Locale("tr", "TR")); /* Turkish lower case map string =
67 u_fprintf(out, "\nupper.toLower: ");
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dstrcase.cpp76 test4.toLower(Locale(""));
79 errln("1. toLower failed: expected \"" + expectedResult + "\", got \"" + test4 + "\".");
82 test4.toLower(Locale("tr", "TR"));
85 errln("2. toLower failed: expected \"" + expectedResult + "\", got \"" + test4 + "\".");
112 test4.toLower(Locale("el", "GR"));
115 errln("toLower failed: expected \"" + expectedResult + "\", got \"" + test4 + "\".");
143 s.toLower("");
147 errln("error in toLower(root locale)=\"" + s + "\" expected \"" + UnicodeString(FALSE, lowerRoot, (int32_t)(sizeof(lowerRoot)/U_SIZEOF_UCHAR)) + "\"");
152 s.setCharAt(0, beforeLower[0]).toLower(Locale("tr"));
156 errln("error in toLower(turkis
[all...]
H A Dtranstst.cpp1237 Transliterator* toLower = local
1241 if (toUpper==0 || toLower==0 || toTitle==0) {
1244 delete toLower;
1251 expect(*toLower, "The quIck brown fOX jUMPED OVER THE LAzY dogs.",
1257 delete toLower;
3431 target.toLower(Locale::getUS());
/external/icu/icu4c/source/test/intltest/
H A Dstrcase.cpp76 test4.toLower(Locale(""));
79 errln("1. toLower failed: expected \"" + expectedResult + "\", got \"" + test4 + "\".");
82 test4.toLower(Locale("tr", "TR"));
85 errln("2. toLower failed: expected \"" + expectedResult + "\", got \"" + test4 + "\".");
112 test4.toLower(Locale("el", "GR"));
115 errln("toLower failed: expected \"" + expectedResult + "\", got \"" + test4 + "\".");
143 s.toLower("");
147 errln("error in toLower(root locale)=\"" + s + "\" expected \"" + UnicodeString(FALSE, lowerRoot, (int32_t)(sizeof(lowerRoot)/U_SIZEOF_UCHAR)) + "\"");
152 s.setCharAt(0, beforeLower[0]).toLower(Locale("tr"));
156 errln("error in toLower(turkis
[all...]
/external/chromium_org/third_party/cld/encodings/compact_lang_det/win/
H A Dcld_unicodetext.cc25 normalized.toLower();
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
H A DDateTimeSymbolicFieldElement.cpp78 const UChar charCode = WTF::Unicode::toLower(keyboardEvent->charCode());
/external/chromium_org/third_party/WebKit/Source/wtf/unicode/icu/
H A DUnicodeIcu.h130 inline int toLower(UChar* result, int resultLength, const UChar* src, int srcLength, bool* error) function in namespace:WTF::Unicode
138 inline UChar32 toLower(UChar32 c) function in namespace:WTF::Unicode
/external/chromium_org/third_party/icu/source/test/perf/charperf/
H A Dcharperf.cpp173 return new CharPerfFunction(toLower, MIN_, MAX_);
H A Dcharperf.h164 inline void toLower(UChar32 ch) function
/external/icu/icu4c/source/test/perf/charperf/
H A Dcharperf.cpp173 return new CharPerfFunction(toLower, MIN_, MAX_);
H A Dcharperf.h164 inline void toLower(UChar32 ch) function
/external/deqp/modules/glshared/
H A DglsFboCompletenessTests.cpp63 string toLower (const string& str) function in namespace:deqp::gls::fboc::details
592 const string fmtStr = toLower(s.substr(3));
597 return fmtStr + "_" + toLower(typeStr.substr(3));
/external/chromium_org/third_party/icu/source/samples/ustring/
H A Dustring.cpp384 printUnicodeString("full-lowercased/en: ", (t=s).toLower(en));
386 printUnicodeString("full-lowercased/tr: ", (t=s).toLower(tr));
/external/deqp/modules/gles31/functional/
H A Des31fShaderBuiltinConstantTests.cpp97 name << de::toLower(char(varName[3]));
103 name << '_' << de::toLower(c);
/external/icu/icu4c/source/samples/ustring/
H A Dustring.cpp384 printUnicodeString("full-lowercased/en: ", (t=s).toLower(en));
386 printUnicodeString("full-lowercased/tr: ", (t=s).toLower(tr));
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DStringImpl.cpp533 data8[i] = static_cast<LChar>(Unicode::toLower(characters8()[i]));
567 int32_t realLength = Unicode::toLower(data16, length, characters16(), m_length, &error);
572 Unicode::toLower(data16, realLength, characters16(), m_length, &error);
811 data[i] = static_cast<LChar>(Unicode::toLower(characters8()[i]));
/external/icu/icu4c/source/i18n/
H A Dreldatefmt.cpp277 unitName.toLower();

Completed in 938 milliseconds

12