Searched refs:u_isupper (Results 1 – 7 of 7) sorted by relevance
130 u_isupper(ch); in isUpper()
59 bool UniLib::IsUpper(char32 codepoint) const { return u_isupper(codepoint); } in IsUpper()
106 u_isupper(UChar32 c) { in u_isupper() function
2554 u_isupper(UChar32 c);
308 #define u_isupper U_ICU_ENTRY_POINT_RENAME(u_isupper) macro
246 else if (u_isalpha(lowerTest[i]) && !u_isupper(lowerTest[i])) in TestUpperLower()767 { u_isupper, "isupper" },
831 u_isupper(data[i].charAt(0)) && u_islower(data[i].charAt(1))) { in TestJ277()832 if (!(u_isupper(out.charAt(0)) && u_islower(out.charAt(1)))) { in TestJ277()