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

  /external/icu/icu4c/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/case/
ucase.c 38 ch = u_toupper(char_k); /* ch = 'K' */
  /external/icu/icu4c/source/test/perf/charperf/
charperf.h 171 u_toupper(ch);
  /libcore/ojluni/src/main/native/
Character.cpp 94 return u_toupper(codePoint);
  /external/icu/icu4c/source/samples/ustring/
ustring.cpp 220 c=u_toupper(c);
  /external/icu/icu4c/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/common/
ucase.cpp 1251 u_toupper(UChar32 c) { function
    [all...]
  /external/icu/icu4c/source/common/unicode/
uchar.h 545 Corresponds to u_toupper. @stable ICU 2.4 */
    [all...]
urename.h 398 #define u_toupper U_ICU_ENTRY_POINT_RENAME(u_toupper) macro
    [all...]

Completed in 109 milliseconds