Searched refs:u_isalpha (Results 1 – 18 of 18) sorted by relevance
146 if (!u_isalpha(c)) { in GetPhonebookIndex()
121 u_isalpha(ch); in isAlpha()
363 if(u_isalpha(*p)) in convsample_05()464 if(u_isalpha(p)) in convsample_06()
235 if (u_isalpha(upperTest[i]) && !u_islower(upperTest[i])) in TestUpperLower()239 else if (u_isalpha(lowerTest[i]) && !u_isupper(lowerTest[i])) in TestUpperLower()437 if (!u_isalpha(i)) in TestLetterNumber()443 if (u_isalpha(i)) in TestLetterNumber()758 { u_isalpha, "isalpha" },
1699 u_isalpha(UChar32 c);
204 #define u_isalpha u_isalpha_3_2 macro
2042 u_isalpha(UChar32 c);
305 #define u_isalpha U_ICU_ENTRY_POINT_RENAME(u_isalpha) macro
144 u_isalpha(UChar32 c) { in u_isalpha() function
211 if (u_isalpha(c)) { in is()
140 if ((i <= 0xFF && !u_isalpha(i)) || u_isspace(i)) { in TestToPattern()297 UBool l = u_isalpha((UChar)i); in TestCategories()
16222 (QChar::isLetter): Changed to call u_isalpha when non-ASCII.