Searched refs:ucase_fold (Results 1 – 3 of 3) sorted by relevance
99 ucase_fold(const UCaseProps *csp, UChar32 c, uint32_t options);
1113 ucase_fold(const UCaseProps *csp, UChar32 c, uint32_t options) { in ucase_fold() function1282 return ucase_fold(GET_CASE_PROPS(), c, options); in u_foldCase()
555 #define ucase_fold U_ICU_ENTRY_POINT_RENAME(ucase_fold) macro