Searched refs:ucase_fold (Results 1 – 4 of 4) sorted by relevance
96 ucase_fold(UChar32 c, uint32_t options);
1341 ucase_fold(UChar32 c, uint32_t options) { in ucase_fold() function1524 return ucase_fold(c, options); in u_foldCase()
555 #define ucase_fold U_ICU_ENTRY_POINT_RENAME(ucase_fold) macro