Searched refs:toUpper (Results 1 - 25 of 34) sorted by relevance

12

/external/chromium_org/third_party/icu/source/common/
H A Dunistr_case_locale.cpp59 UnicodeString::toUpper() { function in class:UnicodeString
60 return toUpper(Locale::getDefault());
64 UnicodeString::toUpper(const Locale &locale) { function in class:UnicodeString
H A Duniset_closure.cpp263 (str = *pStr).toUpper(root);
/external/icu/icu4c/source/common/
H A Dunistr_case_locale.cpp59 UnicodeString::toUpper() { function in class:UnicodeString
60 return toUpper(Locale::getDefault());
64 UnicodeString::toUpper(const Locale &locale) { function in class:UnicodeString
H A Duniset_closure.cpp263 (str = *pStr).toUpper(root);
/external/deqp/framework/delibs/decpp/
H A DdeStringUtil.hpp46 std::string toUpper (const std::string& s);
50 char toUpper (char c);
H A DdeStringUtil.cpp71 string toUpper (const string& str) function in namespace:de
116 char toUpper (char c) function in namespace:de
147 DE_TEST_ASSERT(toUpper("FooBar") == "FOOBAR");
159 DE_TEST_ASSERT(toUpper('a') == 'A');
160 DE_TEST_ASSERT(toUpper('A') == 'A');
/external/chromium_org/base/i18n/
H A Dcase_conversion.cc21 unicode_string.toUpper();
/external/chromium_org/third_party/icu/source/samples/case/
H A Dcase.cpp54 string.toUpper(); /* string = "THIS IS A TEST" */
71 string.toUpper(Locale("tr", "TR")); /* Turkish upper case map string =
73 u_fprintf(out, "\nlower.toUpper: ");
/external/icu/icu4c/source/samples/case/
H A Dcase.cpp54 string.toUpper(); /* string = "THIS IS A TEST" */
71 string.toUpper(Locale("tr", "TR")); /* Turkish upper case map string =
73 u_fprintf(out, "\nlower.toUpper: ");
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dstrcase.cpp92 test4.toUpper(Locale(""));
95 errln("toUpper failed: expected \"" + expectedResult + "\", got \"" + test4 + "\".");
98 test4.toUpper(Locale("tr", "TR"));
101 errln("toUpper failed: expected \"" + expectedResult + "\", got \"" + test4 + "\".");
105 test3.toUpper(Locale("de", "DE"));
108 errln("toUpper failed: expected \"" + expectedResult + "\", got \"" + test3 + "\".");
119 test4.toUpper();
122 errln("toUpper failed: expected \"" + expectedResult + "\", got \"" + test4 + "\".");
161 s.setCharAt(0, beforeUpper[0]).toUpper(Locale(""));
165 errln("error in toUpper(roo
[all...]
H A Dtranstst.cpp1235 Transliterator* toUpper = local
1241 if (toUpper==0 || toLower==0 || toTitle==0) {
1243 delete toUpper;
1249 expect(*toUpper, "The quick brown fox jumped over the lazy dogs.",
1256 delete toUpper;
3434 target.toUpper(Locale::getUS());
/external/icu/icu4c/source/test/intltest/
H A Dstrcase.cpp92 test4.toUpper(Locale(""));
95 errln("toUpper failed: expected \"" + expectedResult + "\", got \"" + test4 + "\".");
98 test4.toUpper(Locale("tr", "TR"));
101 errln("toUpper failed: expected \"" + expectedResult + "\", got \"" + test4 + "\".");
105 test3.toUpper(Locale("de", "DE"));
108 errln("toUpper failed: expected \"" + expectedResult + "\", got \"" + test3 + "\".");
119 test4.toUpper();
122 errln("toUpper failed: expected \"" + expectedResult + "\", got \"" + test4 + "\".");
161 s.setCharAt(0, beforeUpper[0]).toUpper(Locale(""));
165 errln("error in toUpper(roo
[all...]
H A Dtranstst.cpp1234 Transliterator* toUpper = local
1240 if (toUpper==0 || toLower==0 || toTitle==0) {
1242 delete toUpper;
1248 expect(*toUpper, "The quick brown fox jumped over the lazy dogs.",
1255 delete toUpper;
3433 target.toUpper(Locale::getUS());
/external/chromium_org/third_party/WebKit/Source/wtf/unicode/icu/
H A DUnicodeIcu.h143 inline UChar32 toUpper(UChar32 c) function in namespace:WTF::Unicode
148 inline int toUpper(UChar* result, int resultLength, const UChar* src, int srcLength, bool* error) function in namespace:WTF::Unicode
/external/chromium_org/third_party/icu/source/test/perf/charperf/
H A Dcharperf.cpp178 return new CharPerfFunction(toUpper, MIN_, MAX_);
H A Dcharperf.h169 inline void toUpper(UChar32 ch) function
/external/icu/icu4c/source/test/perf/charperf/
H A Dcharperf.cpp178 return new CharPerfFunction(toUpper, MIN_, MAX_);
H A Dcharperf.h169 inline void toUpper(UChar32 ch) function
/external/chromium_org/third_party/icu/source/samples/ustring/
H A Dustring.cpp388 printUnicodeString("full-uppercased/en: ", (t=s).toUpper(en));
390 printUnicodeString("full-uppercased/tr: ", (t=s).toUpper(tr));
/external/icu/icu4c/source/samples/ustring/
H A Dustring.cpp388 printUnicodeString("full-uppercased/en: ", (t=s).toUpper(en));
390 printUnicodeString("full-uppercased/tr: ", (t=s).toUpper(tr));
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DStringImpl.cpp611 UChar upper = Unicode::toUpper(c);
633 *dest++ = static_cast<LChar>(Unicode::toUpper(c));
658 int32_t realLength = Unicode::toUpper(data16, length, source16, m_length, &error);
662 Unicode::toUpper(data16, realLength, source16, m_length, &error);
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dunistr.h2573 UnicodeString& toUpper(void);
2582 UnicodeString& toUpper(const Locale& locale);
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_bld.cpp1391 static void toUpper(const char* src, char* dst, uint32_t length) { function
1401 toUpper(name, buffer, 32);
/external/icu/icu4c/source/common/unicode/
H A Dunistr.h2573 UnicodeString& toUpper(void);
2582 UnicodeString& toUpper(const Locale& locale);
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DFont.cpp445 UChar32 upperC = toUpper(c);

Completed in 419 milliseconds

12