Searched refs:u_isUUppercase (Results 1 – 15 of 15) sorted by relevance
663 if(u_isUUppercase(c)) { in swapCase()
2663 u_isUUppercase(UChar32 c);
297 #define u_isUUppercase U_ICU_ENTRY_POINT_RENAME(u_isUUppercase) macro
2775 u_isUUppercase(UChar32 c);
302 #define u_isUUppercase U_ICU_ENTRY_POINT_RENAME(u_isUUppercase) macro
2625 u_isUUppercase(UChar32 c);
294 #define u_isUUppercase U_ICU_ENTRY_POINT_RENAME(u_isUUppercase) macro
1536 u_isUUppercase(UChar32 c) { in u_isUUppercase() function
1499 u_isUUppercase(UChar32 c) { in u_isUUppercase() function
186 | Uppercase | binary | (U) | u_isUUppercase, UCHAR_UPPERCASE |
2944 if(u_isUUppercase((UChar32)props[i][0])!=(UBool)props[i][2]) { in TestAdditionalProperties()