Searched refs:u_foldCase (Results 1 - 11 of 11) sorted by relevance

/external/icu/icu4c/source/samples/case/
H A Ducase.c44 ch = u_foldCase(char_K, U_FOLD_CASE_DEFAULT); /* ch = 'k' */
45 u_fprintf(out, "u_foldCase(%C, U_FOLD_CASE_DEFAULT) = %C\n", char_K, (UChar) ch);
/external/icu/icu4c/source/samples/ustring/
H A Dustring.cpp253 c=u_foldCase(c, U_FOLD_CASE_DEFAULT);
264 c=u_foldCase(c, U_FOLD_CASE_EXCLUDE_SPECIAL_I);
/external/icu/icu4c/source/test/cintltst/
H A Dcstrcase.c443 if(u_foldCase(p[0], U_FOLD_CASE_DEFAULT)!=p[1]) {
444 log_err("error: u_foldCase(0x%04lx, default)=0x%04lx instead of 0x%04lx\n",
445 p[0], u_foldCase(p[0], U_FOLD_CASE_DEFAULT), p[1]);
449 if(isUnicode_3_1 && u_foldCase(p[0], U_FOLD_CASE_EXCLUDE_SPECIAL_I)!=p[2]) {
450 log_err("error: u_foldCase(0x%04lx, exclude special i)=0x%04lx instead of 0x%04lx\n",
451 p[0], u_foldCase(p[0], U_FOLD_CASE_EXCLUDE_SPECIAL_I), p[2]);
H A Dcucdtst.c3363 if((which&CF_SIMPLE)!=0 && (c2=u_foldCase(c, 0))!=simple) {
3364 log_err("u_foldCase(U+%04lx, default)=U+%04lx != U+%04lx\n", (long)c, (long)c2, (long)simple);
3373 if((c2=u_foldCase(c, U_FOLD_CASE_EXCLUDE_SPECIAL_I))!=turkic) {
3374 log_err("u_foldCase(U+%04lx, turkic)=U+%04lx != U+%04lx\n", (long)c, (long)c2, (long)simple);
/external/icu/icu4c/source/common/
H A Ducase.cpp1263 u_foldCase(UChar32 c, uint32_t options) { function
/external/icu/icu4c/source/common/unicode/
H A Duchar.h536 Corresponds to u_foldCase. @stable ICU 2.4 */
3290 u_foldCase(UChar32 c, uint32_t options);
H A Durename.h241 #define u_foldCase U_ICU_ENTRY_POINT_RENAME(u_foldCase) macro
/external/icu/icu4c/source/i18n/
H A Drematch.cpp3844 if (u_foldCase(c, U_FOLD_CASE_DEFAULT) == opValue) {
5352 if (u_foldCase(c, U_FOLD_CASE_DEFAULT) == opValue) {
H A Dregexcmp.cpp2605 UChar32 caseFoldedC = u_foldCase(c, U_FOLD_CASE_DEFAULT);
/external/sqlite/dist/orig/
H A Dsqlite3.c[all...]
/external/sqlite/dist/
H A Dsqlite3.c[all...]

Completed in 627 milliseconds