Searched refs:ucase_tolower (Results 1 – 4 of 4) sorted by relevance
87 ucase_tolower(const UCaseProps *csp, UChar32 c);
134 ucase_tolower(const UCaseProps *csp, UChar32 c) { in ucase_tolower() function1246 return ucase_tolower(GET_CASE_PROPS(), c); in u_tolower()
562 #define ucase_tolower U_ICU_ENTRY_POINT_RENAME(ucase_tolower) macro
3292 if(ucase_tolower(ccsp, 0x41)!=0x41) { in TestUCase()