Searched refs:u_toupper (Results 1 - 15 of 15) 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/chromium_org/third_party/icu/source/test/perf/charperf/
H A Dcharperf.h171 u_toupper(ch);
/external/icu4c/test/perf/charperf/
H A Dcharperf.h171 u_toupper(ch);
/external/chromium_org/third_party/WebKit/Source/wtf/unicode/icu/
H A DUnicodeIcu.h148 return u_toupper(c);
/external/icu4c/samples/ustring/
H A Dustring.cpp222 c=u_toupper(c);
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/mac/
H A DComplexTextController.cpp329 bool nextIsSmallCaps = m_font.isSmallCaps() && !(U_GET_GC_MASK(baseCharacter) & U_GC_M_MASK) && (uppercaseCharacter = u_toupper(baseCharacter)) != baseCharacter;
352 nextIsSmallCaps = (uppercaseCharacter = u_toupper(baseCharacter)) != baseCharacter;
/external/chromium_org/third_party/icu/source/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/test/cintltst/
H A Dcucdtst.c198 /* test u_toupper() and u_tolower() */
222 if (i != (int)u_toupper(i))
248 else if (lowerTest[i] != u_toupper(upperTest[i]))
256 else if (lowerTest[i] != u_toupper(lowerTest[i]))
1125 if((UChar32)value!=u_toupper(c)) {
1126 log_err("error: u_toupper(U+%04lx)==U+%04lx instead of U+%04lx\n", c, u_toupper(c), value);
1130 if(c!=u_toupper(c)) {
1131 log_err("error: U+%04lx does not have an uppercase mapping but u_toupper()==U+%04lx\n", c, u_toupper(
[all...]
/external/chromium_org/third_party/icu/source/common/unicode/
H A Duchar.h549 Corresponds to u_toupper. @stable ICU 2.4 */
2961 u_toupper(UChar32 c);
H A Durename.h404 #define u_toupper U_ICU_ENTRY_POINT_RENAME(u_toupper) macro
/external/icu4c/common/unicode/
H A Duchar.h538 Corresponds to u_toupper. @stable ICU 2.4 */
3060 u_toupper(UChar32 c);
H A Durename.h393 #define u_toupper U_ICU_ENTRY_POINT_RENAME(u_toupper) macro
/external/chromium_org/third_party/icu/source/common/
H A Ducase.c1225 u_toupper(UChar32 c) { function
/external/icu4c/common/
H A Ducase.cpp1252 u_toupper(UChar32 c) { function

Completed in 504 milliseconds