Searched refs:u_toupper (Results 1 - 20 of 20) sorted by relevance

/external/icu4c/samples/props/
H A Dprops.cpp41 printf(" is lowercase: %d uppercase: U+%04lx\n", u_islower(codePoint), u_toupper(codePoint));
/external/icu4c/samples/case/
H A Ducase.c38 ch = u_toupper(char_k); /* ch = 'K' */
/external/icu4c/test/perf/charperf/
H A Dcharperf.h171 u_toupper(ch);
/external/sqlite/android/
H A DPhonebookIndex.cpp158 c = u_toupper(c);
/external/webkit/Source/WebCore/platform/graphics/win/
H A DUniscribeController.cpp133 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/
H A DUnicodeIcu.h146 return u_toupper(c);
/external/webkit/Source/WebCore/platform/graphics/mac/
H A DComplexTextController.cpp213 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/
H A Dustring.cpp222 c=u_toupper(c);
/external/icu4c/test/cintltst/
H A Dcucdtst.c197 /* 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]))
1014 if((UChar32)value!=u_toupper(c)) {
1015 log_err("error: u_toupper(U+%04lx)==U+%04lx instead of U+%04lx\n", c, u_toupper(c), value);
1019 if(c!=u_toupper(c)) {
1020 log_err("error: U+%04lx does not have an uppercase mapping but u_toupper()==U+%04lx\n", c, u_toupper(
[all...]
/external/icu4c/common/unicode/
H A Duchar.h549 Corresponds to u_toupper. @stable ICU 2.4 */
2961 u_toupper(UChar32 c);
H A Durename.h406 #define u_toupper U_ICU_ENTRY_POINT_RENAME(u_toupper) macro
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Duchar.h484 Corresponds to u_toupper. @stable ICU 2.4 */
2603 u_toupper(UChar32 c);
H A Durename.h294 #define u_toupper u_toupper_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Duchar.h484 Corresponds to u_toupper. @stable ICU 2.4 */
2603 u_toupper(UChar32 c);
H A Durename.h294 #define u_toupper u_toupper_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Duchar.h484 Corresponds to u_toupper. @stable ICU 2.4 */
2603 u_toupper(UChar32 c);
H A Durename.h294 #define u_toupper u_toupper_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Duchar.h484 Corresponds to u_toupper. @stable ICU 2.4 */
2603 u_toupper(UChar32 c);
H A Durename.h294 #define u_toupper u_toupper_3_2 macro
/external/icu4c/common/
H A Ducase.c1225 u_toupper(UChar32 c) { function

Completed in 586 milliseconds