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

  /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/icu4c/test/perf/charperf/
charperf.h 171 u_toupper(ch);
  /external/sqlite/android/
PhonebookIndex.cpp 158 c = u_toupper(c);
  /libcore/luni/src/main/native/
java_lang_Character.cpp 115 return u_toupper(codePoint);
  /external/webkit/Source/WebCore/platform/graphics/win/
UniscribeController.cpp 133 bool nextIsSmallCaps = m_font.isSmallCaps() && !(U_GET_GC_MASK(*curr) & U_GC_M_MASK) && (newC = u_toupper(*curr)) != *curr;
151 nextIsSmallCaps = forceSmallCaps || (newC = u_toupper(c)) != c;
  /external/webkit/Source/JavaScriptCore/wtf/unicode/icu/
UnicodeIcu.h 146 return u_toupper(c);
  /external/webkit/Source/WebCore/platform/graphics/mac/
ComplexTextController.cpp 213 bool nextIsSmallCaps = !isSurrogate && m_font.isSmallCaps() && !(U_GET_GC_MASK(*curr) & U_GC_M_MASK) && (newC = u_toupper(*curr)) != *curr;
243 nextIsSmallCaps = forceSmallCaps || (newC = u_toupper(c)) != c;
  /external/icu4c/samples/ustring/
ustring.cpp 222 c=u_toupper(c);
  /external/icu4c/test/cintltst/
cucdtst.c 197 /* test u_toupper() and u_tolower() */
221 if (i != (int)u_toupper(i))
247 else if (lowerTest[i] != u_toupper(upperTest[i]))
255 else if (lowerTest[i] != u_toupper(lowerTest[i]))
    [all...]
  /external/icu4c/common/unicode/
uchar.h 549 Corresponds to u_toupper. @stable ICU 2.4 */
    [all...]
urename.h 406 #define u_toupper U_ICU_ENTRY_POINT_RENAME(u_toupper) macro
    [all...]
  /external/webkit/Source/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/Source/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/Source/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/Source/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/icu4c/common/
ucase.c 1225 u_toupper(UChar32 c) { function
    [all...]

Completed in 175 milliseconds