/external/icu4c/i18n/ |
D | regeximp.cpp | 36 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/chromium_org/third_party/icu/patches/ |
D | rematch.patch | 21 - foldLength = ucase_toFullFolding(csp, c, &foldChars, U_FOLD_CASE_DEFAU… 38 + foldLength = ucase_toFullFolding(csp, c, &foldChars, U_FOLD_CASE_D…
|
/external/chromium_org/third_party/icu/source/common/ |
D | unormcmp.cpp | 322 (length=ucase_toFullFolding(csp, (UChar32)cp1, &p, options))>=0 in unorm_cmpEquivFold() 367 (length=ucase_toFullFolding(csp, (UChar32)cp2, &p, options))>=0 in unorm_cmpEquivFold()
|
D | ustrcase.c | 430 c=ucase_toFullFolding(csp, c, &s, options); in ustr_foldCase() 812 (length=ucase_toFullFolding(csp, (UChar32)cp1, &p, options))>=0 in u_strcmpFold() 857 (length=ucase_toFullFolding(csp, (UChar32)cp2, &p, options))>=0 in u_strcmpFold()
|
D | ucase.h | 227 ucase_toFullFolding(const UCaseProps *csp, UChar32 c,
|
D | uprops.cpp | 134 return (UBool)(ucase_toFullFolding(csp, c, &resultString, U_FOLD_CASE_DEFAULT)>=0); in changesWhenCasefolded() 604 int32_t folded1Length=ucase_toFullFolding(csp, c, &folded1, U_FOLD_CASE_DEFAULT); in u_getFC_NFKC_Closure()
|
D | ucasemap.c | 430 c=ucase_toFullFolding(csp, c, &s, options); in utf8_foldCase()
|
D | utext.cpp | 620 length = ucase_toFullFolding(csp, c1, &p, options); in utext_caseCompare() 646 length = ucase_toFullFolding(csp, c2, &p, options); in utext_caseCompare() 735 length = ucase_toFullFolding(csp, c1, &p, options); in utext_caseCompareNativeLimit() 758 length = ucase_toFullFolding(csp, c2, &p, options); in utext_caseCompareNativeLimit()
|
D | ucase.c | 1130 ucase_toFullFolding(const UCaseProps *csp, UChar32 c, in ucase_toFullFolding() function
|
D | uniset_props.cpp | 1456 result = ucase_toFullFolding(csp, cp, &full, 0); in closeOver()
|
/external/icu4c/common/ |
D | unormcmp.cpp | 322 (length=ucase_toFullFolding(csp, (UChar32)cp1, &p, options))>=0 in unorm_cmpEquivFold() 367 (length=ucase_toFullFolding(csp, (UChar32)cp2, &p, options))>=0 in unorm_cmpEquivFold()
|
D | ustrcase.cpp | 344 c=ucase_toFullFolding(csp, c, &s, options); in ustr_foldCase() 633 (length=ucase_toFullFolding(csp, (UChar32)cp1, &p, options))>=0 in u_strcmpFold() 678 (length=ucase_toFullFolding(csp, (UChar32)cp2, &p, options))>=0 in u_strcmpFold()
|
D | ucase.h | 269 ucase_toFullFolding(const UCaseProps *csp, UChar32 c,
|
D | uprops.cpp | 134 return (UBool)(ucase_toFullFolding(csp, c, &resultString, U_FOLD_CASE_DEFAULT)>=0); in changesWhenCasefolded() 578 int32_t folded1Length=ucase_toFullFolding(csp, c, &folded1, U_FOLD_CASE_DEFAULT); in u_getFC_NFKC_Closure()
|
D | uniset_closure.cpp | 232 result = ucase_toFullFolding(csp, cp, &full, 0); in closeOver()
|
D | ucasemap.cpp | 442 c=ucase_toFullFolding(csp, c, &s, options); in utf8_foldCase()
|
D | ucase.cpp | 1157 ucase_toFullFolding(const UCaseProps *csp, UChar32 c, in ucase_toFullFolding() function
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | rematch.cpp | 3935 … foldLength = ucase_toFullFolding(csp, c, &foldChars, U_FOLD_CASE_DEFAULT); in MatchAt() 3979 … foldLength = ucase_toFullFolding(csp, c, &foldChars, U_FOLD_CASE_DEFAULT); in MatchAt() 5620 … foldLength = ucase_toFullFolding(csp, c, &foldChars, U_FOLD_CASE_DEFAULT); in MatchChunkAt() 5661 … foldLength = ucase_toFullFolding(csp, c, &foldChars, U_FOLD_CASE_DEFAULT); in MatchChunkAt()
|
/external/icu4c/common/unicode/ |
D | urename.h | 547 #define ucase_toFullFolding U_ICU_ENTRY_POINT_RENAME(ucase_toFullFolding) macro
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
D | urename.h | 552 #define ucase_toFullFolding U_ICU_ENTRY_POINT_RENAME(ucase_toFullFolding) macro
|