Searched refs:u_isalpha (Results 1 – 8 of 8) sorted by relevance
121 u_isalpha(ch); in isAlpha()
358 if(u_isalpha(*p)) in convsample_05()456 if(u_isalpha(p)) in convsample_06()
241 if (u_isalpha(upperTest[i]) && !u_islower(upperTest[i])) in TestUpperLower()245 else if (u_isalpha(lowerTest[i]) && !u_isupper(lowerTest[i])) in TestUpperLower()443 if (!u_isalpha(i)) in TestLetterNumber()449 if (u_isalpha(i)) in TestLetterNumber()764 { u_isalpha, "isalpha" },
143 u_isalpha(UChar32 c) { in u_isalpha() function
2286 u_isalpha(UChar32 c);
297 #define u_isalpha U_ICU_ENTRY_POINT_RENAME(u_isalpha) macro
212 if (u_isalpha(c)) { in is()
138 if ((i <= 0xFF && !u_isalpha(i)) || u_isspace(i)) { in TestToPattern()295 UBool l = u_isalpha((UChar)i); in TestCategories()