HomeSort by relevance Sort by last modified time
    Searched refs:u_toupper (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/third_party/icu/source/samples/props/
props.cpp 41 printf(" is lowercase: %d uppercase: U+%04lx\n", u_islower(codePoint), u_toupper(codePoint));
  /external/icu/icu4c/source/samples/props/
props.cpp 41 printf(" is lowercase: %d uppercase: U+%04lx\n", u_islower(codePoint), u_toupper(codePoint));
  /external/chromium_org/third_party/icu/source/samples/case/
ucase.c 38 ch = u_toupper(char_k); /* ch = 'K' */
  /external/icu/icu4c/source/samples/case/
ucase.c 38 ch = u_toupper(char_k); /* ch = 'K' */
  /external/chromium_org/third_party/icu/source/test/perf/charperf/
charperf.h 171 u_toupper(ch);
  /external/icu/icu4c/source/test/perf/charperf/
charperf.h 171 u_toupper(ch);
  /external/chromium_org/third_party/WebKit/Source/wtf/unicode/icu/
UnicodeIcu.h 145 return u_toupper(c);
  /libcore/luni/src/main/native/
java_lang_Character.cpp 117 return u_toupper(codePoint);
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
ComplexTextController.cpp 251 bool nextIsSmallCaps = m_font.fontDescription().variant() == FontVariantSmallCaps && !(U_GET_GC_MASK(baseCharacter) & U_GC_M_MASK) && (uppercaseCharacter = u_toupper(baseCharacter)) != baseCharacter;
274 nextIsSmallCaps = (uppercaseCharacter = u_toupper(baseCharacter)) != baseCharacter;
  /external/chromium_org/third_party/icu/source/samples/ustring/
ustring.cpp 222 c=u_toupper(c);
  /external/icu/icu4c/source/samples/ustring/
ustring.cpp 222 c=u_toupper(c);
  /external/chromium_org/third_party/icu/source/test/cintltst/
cucdtst.c 203 /* test u_toupper() and u_tolower() */
227 if (i != (int)u_toupper(i))
253 else if (lowerTest[i] != u_toupper(upperTest[i]))
261 else if (lowerTest[i] != u_toupper(lowerTest[i]))
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cucdtst.c 202 /* test u_toupper() and u_tolower() */
226 if (i != (int)u_toupper(i))
252 else if (lowerTest[i] != u_toupper(upperTest[i]))
260 else if (lowerTest[i] != u_toupper(lowerTest[i]))
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
uchar.h 545 Corresponds to u_toupper. @stable ICU 2.4 */
    [all...]
urename.h 402 #define u_toupper U_ICU_ENTRY_POINT_RENAME(u_toupper) macro
    [all...]
  /external/icu/icu4c/source/common/unicode/
uchar.h 545 Corresponds to u_toupper. @stable ICU 2.4 */
    [all...]
urename.h 394 #define u_toupper U_ICU_ENTRY_POINT_RENAME(u_toupper) macro
    [all...]
  /external/chromium_org/third_party/icu/source/common/
ucase.cpp 1252 u_toupper(UChar32 c) { function
    [all...]
  /external/icu/icu4c/source/common/
ucase.cpp 1252 u_toupper(UChar32 c) { function
    [all...]

Completed in 481 milliseconds