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

/external/icu4c/samples/case/
H A Ducase.c42 ch = u_totitle(char_k); /* ch = 'K' */
/external/webkit/Source/JavaScriptCore/wtf/unicode/icu/
H A DUnicodeIcu.h159 return u_totitle(c);
/external/icu4c/samples/ustring/
H A Dustring.cpp244 c=u_totitle(c);
/external/icu4c/common/unicode/
H A Duchar.h546 Corresponds to u_totitle. @stable ICU 2.4 */
1996 * @see u_totitle
2986 u_totitle(UChar32 c);
H A Durename.h405 #define u_totitle U_ICU_ENTRY_POINT_RENAME(u_totitle) macro
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Duchar.h481 Corresponds to u_totitle. @stable ICU 2.4 */
1653 * @see u_totitle
2624 u_totitle(UChar32 c);
H A Durename.h293 #define u_totitle u_totitle_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Duchar.h481 Corresponds to u_totitle. @stable ICU 2.4 */
1653 * @see u_totitle
2624 u_totitle(UChar32 c);
H A Durename.h293 #define u_totitle u_totitle_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Duchar.h481 Corresponds to u_totitle. @stable ICU 2.4 */
1653 * @see u_totitle
2624 u_totitle(UChar32 c);
H A Durename.h293 #define u_totitle u_totitle_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Duchar.h481 Corresponds to u_totitle. @stable ICU 2.4 */
1653 * @see u_totitle
2624 u_totitle(UChar32 c);
H A Durename.h293 #define u_totitle u_totitle_3_2 macro
/external/icu4c/common/
H A Ducase.c1231 u_totitle(UChar32 c) { function
/external/icu4c/test/cintltst/
H A Dcucdtst.c1048 if((UChar32)value!=u_totitle(c)) {
1049 log_err("error: u_totitle(U+%04lx)==U+%04lx instead of U+%04lx\n", c, u_totitle(c), value);
1053 if(c!=u_totitle(c)) {
1054 log_err("error: U+%04lx does not have a titlecase mapping but u_totitle()==U+%04lx\n", c, u_totitle(c));
/external/icu4c/test/intltest/
H A Dtranstst.cpp3464 UnicodeString DEE(u_totitle(dee));

Completed in 789 milliseconds