Searched refs:ucase_toFullFolding (Results 1 – 13 of 13) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | regeximp.cpp | 37 fFoldLength = ucase_toFullFolding(originalC, &fFoldChars, U_FOLD_CASE_DEFAULT); in next() 85 fFoldLength = ucase_toFullFolding(originalC, &fFoldChars, U_FOLD_CASE_DEFAULT); in next()
|
/external/icu/icu4c/source/common/ |
D | unormcmp.cpp | 316 (length=ucase_toFullFolding((UChar32)cp1, &p, options))>=0 in unorm_cmpEquivFold() 361 (length=ucase_toFullFolding((UChar32)cp2, &p, options))>=0 in unorm_cmpEquivFold()
|
D | ucase.h | 294 ucase_toFullFolding(UChar32 c,
|
D | uniset_closure.cpp | 202 result = ucase_toFullFolding(cp, &full, 0); in closeOver()
|
D | uprops.cpp | 243 return (UBool)(ucase_toFullFolding(c, &resultString, U_FOLD_CASE_DEFAULT)>=0); in changesWhenCasefolded() 771 int32_t folded1Length=ucase_toFullFolding(c, &folded1, U_FOLD_CASE_DEFAULT); in u_getFC_NFKC_Closure()
|
D | ustrcase.cpp | 275 c = ucase_toFullFolding(c, &s, options); in toLower() 1614 (length=ucase_toFullFolding((UChar32)cp1, &p, options))>=0 in _cmpFold() 1660 (length=ucase_toFullFolding((UChar32)cp2, &p, options))>=0 in _cmpFold()
|
D | ucasemap.cpp | 302 c = ucase_toFullFolding(c, &s, options); in toLower()
|
D | ucase.cpp | 1446 ucase_toFullFolding(UChar32 c, in ucase_toFullFolding() function
|
/external/icu/libicu/cts_headers/ |
D | ucase.h | 294 ucase_toFullFolding(UChar32 c,
|
/external/icu/libicu/cts_headers/unicode/ |
D | urename.h | 569 #define ucase_toFullFolding U_ICU_ENTRY_POINT_RENAME(ucase_toFullFolding) macro
|
/external/icu/icu4c/source/common/unicode/ |
D | urename.h | 569 #define ucase_toFullFolding U_ICU_ENTRY_POINT_RENAME(ucase_toFullFolding) macro
|
/external/icu/libandroidicu/include/unicode/ |
D | urename.h | 569 #define ucase_toFullFolding U_ICU_ENTRY_POINT_RENAME(ucase_toFullFolding) macro
|
/external/icu/libicu/ndk_headers/unicode/ |
D | urename.h | 569 #define ucase_toFullFolding U_ICU_ENTRY_POINT_RENAME(ucase_toFullFolding) macro
|