Searched refs:u_isalpha (Results 1 – 16 of 16) 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()
240 if (u_isalpha(upperTest[i]) && !u_islower(upperTest[i])) in TestUpperLower()244 else if (u_isalpha(lowerTest[i]) && !u_isupper(lowerTest[i])) in TestUpperLower()442 if (!u_isalpha(i)) in TestLetterNumber()448 if (u_isalpha(i)) in TestLetterNumber()763 { u_isalpha, "isalpha" },
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" },
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
145 u_isalpha(UChar32 c) { in u_isalpha() function
394 if (!u_isalpha(letter) && (u_charType(letter) != U_NON_SPACING_MARK)) { in IsLatinLetter()
2191 u_isalpha(UChar32 c);
294 #define u_isalpha U_ICU_ENTRY_POINT_RENAME(u_isalpha) macro
212 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()
211 if (u_isalpha(c)) { in is()