Searched refs:u_istitle (Results 1 – 4 of 4) sorted by relevance
111 u_istitle(UChar32 c) { in u_istitle() function
2267 u_istitle(UChar32 c);
310 #define u_istitle U_ICU_ENTRY_POINT_RENAME(u_istitle) macro
328 if(!u_istitle(expected[i])){ in TestUpperLower()