Home
last modified time | relevance | path

Searched refs:u_totitle (Results 1 – 21 of 21) sorted by relevance

/third_party/icu/icu4c/source/samples/case/
Ducase.c48 ch = u_totitle(char_k); /* ch = 'K' */ in c_main()
/third_party/flutter/skia/third_party/externals/icu/source/samples/case/
Ducase.c48 ch = u_totitle(char_k); /* ch = 'K' */ in c_main()
/third_party/skia/third_party/externals/icu/source/samples/case/
Ducase.c48 ch = u_totitle(char_k); /* ch = 'K' */ in c_main()
/third_party/flutter/skia/third_party/externals/icu/source/samples/ustring/
Dustring.cpp254 c=u_totitle(c); in demoCaseMapInC()
/third_party/icu/icu4c/source/samples/ustring/
Dustring.cpp257 c=u_totitle(c); in demoCaseMapInC()
/third_party/skia/third_party/externals/icu/source/samples/ustring/
Dustring.cpp257 c=u_totitle(c); in demoCaseMapInC()
/third_party/icu/icu4c/source/test/cintltst/
Dcucdtst.c1170 if((UChar32)value!=u_totitle(c)) { in unicodeDataLineFn()
1171 … log_err("error: u_totitle(U+%04lx)==U+%04lx instead of U+%04lx\n", c, u_totitle(c), value); in unicodeDataLineFn()
1175 if(c!=u_totitle(c)) { in unicodeDataLineFn()
1176 …rr("error: U+%04lx does not have a titlecase mapping but u_totitle()==U+%04lx\n", c, u_totitle(c)); in unicodeDataLineFn()
/third_party/skia/third_party/externals/icu/source/common/unicode/
Duchar.h3895 u_totitle(UChar32 c);
Durename.h402 #define u_totitle U_ICU_ENTRY_POINT_RENAME(u_totitle) macro
/third_party/node/deps/icu-small/source/common/unicode/
Duchar.h4007 u_totitle(UChar32 c);
Durename.h408 #define u_totitle U_ICU_ENTRY_POINT_RENAME(u_totitle) macro
/third_party/icu/icu4c/source/common/unicode/
Duchar.h3895 u_totitle(UChar32 c);
Durename.h402 #define u_totitle U_ICU_ENTRY_POINT_RENAME(u_totitle) macro
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Duchar.h3862 u_totitle(UChar32 c);
Durename.h399 #define u_totitle U_ICU_ENTRY_POINT_RENAME(u_totitle) macro
/third_party/skia/third_party/externals/icu/source/common/
Ducase.cpp1554 u_totitle(UChar32 c) { in u_totitle() function
/third_party/flutter/skia/third_party/externals/icu/source/common/
Ducase.cpp1517 u_totitle(UChar32 c) { in u_totitle() function
/third_party/node/deps/icu-small/source/common/
Ducase.cpp1554 u_totitle(UChar32 c) { in u_totitle() function
/third_party/icu/icu4c/source/common/
Ducase.cpp1554 u_totitle(UChar32 c) { in u_totitle() function
/third_party/icu/docs/userguide/strings/
Dproperties.md178 | Simple_Titlecase_ Mapping | code point | | u_totitle |
/third_party/icu/icu4c/source/test/intltest/
Dtranstst.cpp3542 UnicodeString DEE(u_totitle(dee)); in TestSurrogateCasing()