Searched refs:ucase_toFullFolding (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Dregeximp.cpp36 fFoldLength = ucase_toFullFolding(fcsp, originalC, &fFoldChars, U_FOLD_CASE_DEFAULT);
85 fFoldLength = ucase_toFullFolding(fcsp, originalC, &fFoldChars, U_FOLD_CASE_DEFAULT);
/external/icu/icu4c/source/i18n/
H A Dregeximp.cpp36 fFoldLength = ucase_toFullFolding(fcsp, originalC, &fFoldChars, U_FOLD_CASE_DEFAULT);
85 fFoldLength = ucase_toFullFolding(fcsp, originalC, &fFoldChars, U_FOLD_CASE_DEFAULT);
/external/chromium_org/third_party/icu/source/common/
H A Dunormcmp.cpp322 (length=ucase_toFullFolding(csp, (UChar32)cp1, &p, options))>=0
367 (length=ucase_toFullFolding(csp, (UChar32)cp2, &p, options))>=0
H A Dustrcase.cpp344 c=ucase_toFullFolding(csp, c, &s, options);
633 (length=ucase_toFullFolding(csp, (UChar32)cp1, &p, options))>=0
678 (length=ucase_toFullFolding(csp, (UChar32)cp2, &p, options))>=0
H A Ducase.h269 ucase_toFullFolding(const UCaseProps *csp, UChar32 c,
H A Duniset_closure.cpp232 result = ucase_toFullFolding(csp, cp, &full, 0);
H A Duprops.cpp134 return (UBool)(ucase_toFullFolding(csp, c, &resultString, U_FOLD_CASE_DEFAULT)>=0);
583 int32_t folded1Length=ucase_toFullFolding(csp, c, &folded1, U_FOLD_CASE_DEFAULT);
H A Ducasemap.cpp442 c=ucase_toFullFolding(csp, c, &s, options);
H A Ducase.cpp1157 ucase_toFullFolding(const UCaseProps *csp, UChar32 c, function
/external/icu/icu4c/source/common/
H A Dunormcmp.cpp322 (length=ucase_toFullFolding(csp, (UChar32)cp1, &p, options))>=0
367 (length=ucase_toFullFolding(csp, (UChar32)cp2, &p, options))>=0
H A Dustrcase.cpp344 c=ucase_toFullFolding(csp, c, &s, options);
633 (length=ucase_toFullFolding(csp, (UChar32)cp1, &p, options))>=0
678 (length=ucase_toFullFolding(csp, (UChar32)cp2, &p, options))>=0
H A Ducase.h269 ucase_toFullFolding(const UCaseProps *csp, UChar32 c,
H A Duniset_closure.cpp232 result = ucase_toFullFolding(csp, cp, &full, 0);
H A Duprops.cpp134 return (UBool)(ucase_toFullFolding(csp, c, &resultString, U_FOLD_CASE_DEFAULT)>=0);
583 int32_t folded1Length=ucase_toFullFolding(csp, c, &folded1, U_FOLD_CASE_DEFAULT);
H A Ducasemap.cpp442 c=ucase_toFullFolding(csp, c, &s, options);
H A Ducase.cpp1157 ucase_toFullFolding(const UCaseProps *csp, UChar32 c, function
/external/icu/icu4c/source/common/unicode/
H A Durename.h551 #define ucase_toFullFolding U_ICU_ENTRY_POINT_RENAME(ucase_toFullFolding) macro
/external/chromium_org/third_party/icu/source/common/unicode/
H A Durename.h561 #define ucase_toFullFolding U_ICU_ENTRY_POINT_RENAME(ucase_toFullFolding) macro

Completed in 5330 milliseconds