HomeSort by relevance Sort by last modified time
    Searched refs:toUpper (Results 1 - 25 of 38) sorted by null

1 2

  /external/icu4c/common/
unistr_case_locale.cpp 59 UnicodeString::toUpper() {
60 return toUpper(Locale::getDefault());
64 UnicodeString::toUpper(const Locale &locale) {
uniset_closure.cpp 263 (str = *pStr).toUpper(root);
  /external/chromium_org/base/i18n/
case_conversion.cc 19 string16 ToUpper(const StringPiece16& string) {
21 unicode_string.toUpper();
  /external/icu4c/samples/case/
case.cpp 54 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/
strcase.cpp 95 test4.toUpper(Locale(""));
98 errln("toUpper failed: expected \"" + expectedResult + "\", got \"" + test4 + "\".");
101 test4.toUpper(Locale("tr", "TR"));
104 errln("toUpper failed: expected \"" + expectedResult + "\", got \"" + test4 + "\".");
108 test3.toUpper(Locale("de", "DE"));
111 errln("toUpper failed: expected \"" + expectedResult + "\", got \"" + test3 + "\".");
122 test4.toUpper();
125 errln("toUpper failed: expected \"" + expectedResult + "\", got \"" + test4 + "\".");
164 s.setCharAt(0, beforeUpper[0]).toUpper(Locale(""));
168 errln("error in toUpper(root locale)=\"" + s + "\" expected \"" + UnicodeString(FALSE, upperRoot, (int32_t)(sizeof(upperRo (…)
    [all...]
transtst.cpp     [all...]
  /external/icu4c/test/intltest/
strcase.cpp 92 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(root locale)=\"" + s + "\" expected \"" + UnicodeString(FALSE, upperRoot, (int32_t)(sizeof(upperRo (…)
    [all...]
transtst.cpp     [all...]
  /external/chromium_org/third_party/icu/source/common/
unistr_case.cpp 183 UnicodeString::toUpper() {
188 UnicodeString::toUpper(const Locale &locale) {
  /external/chromium_org/third_party/WebKit/Source/wtf/unicode/icu/
UnicodeIcu.h 146 inline UChar32 toUpper(UChar32 c)
151 inline int toUpper(UChar* result, int resultLength, const UChar* src, int srcLength, bool* error)
  /system/core/include/utils/
String8.h 135 void toUpper();
136 void toUpper(size_t start, size_t numChars);
  /system/core/libutils/
String8.cpp 426 void String8::toUpper()
428 toUpper(0, size());
431 void String8::toUpper(size_t start, size_t length)
443 *buf = toupper(*buf);
  /external/chromium_org/third_party/icu/source/test/perf/charperf/
charperf.cpp 178 return new CharPerfFunction(toUpper, MIN_, MAX_);
charperf.h 169 inline void toUpper(UChar32 ch)
  /external/icu4c/test/perf/charperf/
charperf.cpp 178 return new CharPerfFunction(toUpper, MIN_, MAX_);
charperf.h 169 inline void toUpper(UChar32 ch)
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
WidthIterator.cpp 197 if (!m_font->isSmallCaps() || character == toUpper(character))
200 const GlyphData& uppercaseGlyphData = m_font->glyphDataForCharacter(toUpper(character), rtl);
FontFastPath.cpp 169 UChar32 upperC = toUpper(c);
  /external/icu4c/samples/ustring/
ustring.cpp 388 printUnicodeString("full-uppercased/en: ", (t=s).toUpper(en));
390 printUnicodeString("full-uppercased/tr: ", (t=s).toUpper(tr));
  /external/chromium_org/v8/test/webkit/fast/js/
string-capitalization.js 40 // Test the toUpper and toLower changes made in Unicode versions 5.2 and 6.1
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
StringImpl.cpp 569 UChar upper = Unicode::toUpper(c);
591 *dest++ = static_cast<LChar>(Unicode::toUpper(c));
623 int32_t realLength = Unicode::toUpper(data16, length, source16, m_length, &error);
627 Unicode::toUpper(data16, realLength, source16, m_length, &error);
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
unistr.h     [all...]
  /external/chromium_org/third_party/icu/source/i18n/
ucol_bld.cpp     [all...]
  /external/icu4c/common/unicode/
unistr.h     [all...]
  /external/icu4c/i18n/
ucol_bld.cpp     [all...]

Completed in 961 milliseconds

1 2