Searched refs:u_totitle (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/icu/source/samples/case/
H A Ducase.c42 ch = u_totitle(char_k); /* ch = 'K' */
/external/icu/icu4c/source/samples/case/
H A Ducase.c42 ch = u_totitle(char_k); /* ch = 'K' */
/external/chromium_org/third_party/WebKit/Source/wtf/unicode/icu/
H A DUnicodeIcu.h158 return u_totitle(c);
/external/chromium_org/third_party/icu/source/samples/ustring/
H A Dustring.cpp244 c=u_totitle(c);
/external/icu/icu4c/source/samples/ustring/
H A Dustring.cpp244 c=u_totitle(c);
/external/chromium_org/third_party/icu/source/common/unicode/
H A Duchar.h542 Corresponds to u_totitle. @stable ICU 2.4 */
2145 * @see u_totitle
3149 u_totitle(UChar32 c);
H A Durename.h401 #define u_totitle U_ICU_ENTRY_POINT_RENAME(u_totitle) macro
/external/icu/icu4c/source/common/unicode/
H A Duchar.h542 Corresponds to u_totitle. @stable ICU 2.4 */
2145 * @see u_totitle
3149 u_totitle(UChar32 c);
H A Durename.h393 #define u_totitle U_ICU_ENTRY_POINT_RENAME(u_totitle) macro
/external/chromium_org/third_party/icu/source/common/
H A Ducase.cpp1258 u_totitle(UChar32 c) { function
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcucdtst.c1164 if((UChar32)value!=u_totitle(c)) {
1165 log_err("error: u_totitle(U+%04lx)==U+%04lx instead of U+%04lx\n", c, u_totitle(c), value);
1169 if(c!=u_totitle(c)) {
1170 log_err("error: U+%04lx does not have a titlecase mapping but u_totitle()==U+%04lx\n", c, u_totitle(c));
/external/icu/icu4c/source/common/
H A Ducase.cpp1258 u_totitle(UChar32 c) { function
/external/icu/icu4c/source/test/cintltst/
H A Dcucdtst.c1163 if((UChar32)value!=u_totitle(c)) {
1164 log_err("error: u_totitle(U+%04lx)==U+%04lx instead of U+%04lx\n", c, u_totitle(c), value);
1168 if(c!=u_totitle(c)) {
1169 log_err("error: U+%04lx does not have a titlecase mapping but u_totitle()==U+%04lx\n", c, u_totitle(c));
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtranstst.cpp3465 UnicodeString DEE(u_totitle(dee));
/external/icu/icu4c/source/test/intltest/
H A Dtranstst.cpp3464 UnicodeString DEE(u_totitle(dee));

Completed in 263 milliseconds