Searched refs:ucase_isSoftDotted (Results 1 – 3 of 3) sorted by relevance
164 ucase_isSoftDotted(const UCaseProps *csp, UChar32 c);
456 ucase_isSoftDotted(const UCaseProps *csp, UChar32 c) { in ucase_isSoftDotted() function1282 return ucase_isSoftDotted(csp, c); in ucase_hasBinaryProperty()
557 #define ucase_isSoftDotted U_ICU_ENTRY_POINT_RENAME(ucase_isSoftDotted) macro