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

1 2

  /external/icu4c/samples/props/
props.cpp 41 printf(" is lowercase: %d uppercase: U+%04lx\n", u_islower(codePoint), u_toupper(codePoint));
  /external/icu4c/samples/case/
ucase.c 38 ch = u_toupper(char_k); /* ch = 'K' */
  /external/chromium/third_party/icu/source/test/perf/charperf/
charperf.h 171 u_toupper(ch);
  /external/icu4c/test/perf/charperf/
charperf.h 171 u_toupper(ch);
  /external/sqlite/android/
PhonebookIndex.cpp 151 c = u_toupper(c);
  /libcore/luni/src/main/native/
java_lang_Character.cpp 131 return u_toupper(codePoint);
  /external/webkit/WebCore/platform/graphics/win/
UniscribeController.cpp 128 bool nextIsSmallCaps = m_font.isSmallCaps() && !(U_GET_GC_MASK(*curr) & U_GC_M_MASK) && (newC = u_toupper(*curr)) != *curr;
146 nextIsSmallCaps = forceSmallCaps || (newC = u_toupper(c)) != c;
  /external/webkit/JavaScriptCore/wtf/unicode/icu/
UnicodeIcu.h 146 return u_toupper(c);
  /external/webkit/WebCore/platform/graphics/mac/
ComplexTextController.cpp 220 bool nextIsSmallCaps = !isSurrogate && m_font.isSmallCaps() && !(U_GET_GC_MASK(*curr) & U_GC_M_MASK) && (newC = u_toupper(*curr)) != *curr;
250 nextIsSmallCaps = forceSmallCaps || (newC = u_toupper(c)) != c;
  /external/icu4c/samples/ustring/
ustring.cpp 222 c=u_toupper(c);
  /external/chromium/third_party/icu/source/test/cintltst/
cucdtst.c 195 /* test u_toupper() and u_tolower() */
219 if (i != (int)u_toupper(i))
245 else if (lowerTest[i] != u_toupper(upperTest[i]))
253 else if (lowerTest[i] != u_toupper(lowerTest[i]))
    [all...]
  /external/icu4c/test/cintltst/
cucdtst.c 196 /* test u_toupper() and u_tolower() */
220 if (i != (int)u_toupper(i))
246 else if (lowerTest[i] != u_toupper(upperTest[i]))
254 else if (lowerTest[i] != u_toupper(lowerTest[i]))
    [all...]
  /external/chromium/third_party/icu/public/common/unicode/
uchar.h 555 Corresponds to u_toupper. @stable ICU 2.4 */
    [all...]
  /external/icu4c/common/unicode/
uchar.h 549 Corresponds to u_toupper. @stable ICU 2.4 */
    [all...]
urename.h 401 #define u_toupper U_ICU_ENTRY_POINT_RENAME(u_toupper) macro
    [all...]
  /external/webkit/JavaScriptCore/icu/unicode/
uchar.h 484 Corresponds to u_toupper. @stable ICU 2.4 */
    [all...]
urename.h 294 #define u_toupper u_toupper_3_2 macro
    [all...]
  /external/webkit/JavaScriptGlue/icu/unicode/
uchar.h 484 Corresponds to u_toupper. @stable ICU 2.4 */
    [all...]
urename.h 294 #define u_toupper u_toupper_3_2 macro
    [all...]
  /external/webkit/WebCore/icu/unicode/
uchar.h 484 Corresponds to u_toupper. @stable ICU 2.4 */
    [all...]
urename.h 294 #define u_toupper u_toupper_3_2 macro
    [all...]
  /external/webkit/WebKit/mac/icu/unicode/
uchar.h 484 Corresponds to u_toupper. @stable ICU 2.4 */
    [all...]
urename.h 294 #define u_toupper u_toupper_3_2 macro
    [all...]
  /external/chromium/third_party/icu/source/common/
ucase.c 1553 u_toupper(UChar32 c) { function
    [all...]
  /external/icu4c/common/
ucase.c 1562 u_toupper(UChar32 c) { function
    [all...]

Completed in 2012 milliseconds

1 2