Home
last modified time | relevance | path

Searched refs:ucase_toFullFolding (Results 1 – 9 of 9) sorted by relevance

/external/icu/icu4c/source/i18n/
Dregeximp.cpp36 fFoldLength = ucase_toFullFolding(fcsp, originalC, &fFoldChars, U_FOLD_CASE_DEFAULT); in next()
85 fFoldLength = ucase_toFullFolding(fcsp, originalC, &fFoldChars, U_FOLD_CASE_DEFAULT); in next()
/external/icu/icu4c/source/common/
Dunormcmp.cpp320 (length=ucase_toFullFolding(csp, (UChar32)cp1, &p, options))>=0 in unorm_cmpEquivFold()
365 (length=ucase_toFullFolding(csp, (UChar32)cp2, &p, options))>=0 in unorm_cmpEquivFold()
Dustrcase.cpp343 c=ucase_toFullFolding(csp, c, &s, options); in ustr_foldCase()
704 (length=ucase_toFullFolding(csp, (UChar32)cp1, &p, options))>=0 in _cmpFold()
750 (length=ucase_toFullFolding(csp, (UChar32)cp2, &p, options))>=0 in _cmpFold()
Ducase.h269 ucase_toFullFolding(const UCaseProps *csp, UChar32 c,
Duprops.cpp131 return (UBool)(ucase_toFullFolding(csp, c, &resultString, U_FOLD_CASE_DEFAULT)>=0); in changesWhenCasefolded()
580 int32_t folded1Length=ucase_toFullFolding(csp, c, &folded1, U_FOLD_CASE_DEFAULT); in u_getFC_NFKC_Closure()
Duniset_closure.cpp232 result = ucase_toFullFolding(csp, cp, &full, 0); in closeOver()
Ducasemap.cpp442 c=ucase_toFullFolding(csp, c, &s, options); in utf8_foldCase()
Ducase.cpp1156 ucase_toFullFolding(const UCaseProps *csp, UChar32 c, in ucase_toFullFolding() function
/external/icu/icu4c/source/common/unicode/
Durename.h558 #define ucase_toFullFolding U_ICU_ENTRY_POINT_RENAME(ucase_toFullFolding) macro