Searched refs:u_isalpha (Results 1 – 20 of 20) sorted by relevance
125 u_isalpha(ch); in isAlpha()
367 if(u_isalpha(*p)) in convsample_05()465 if(u_isalpha(p)) in convsample_06()
246 if (u_isalpha(upperTest[i]) && !u_islower(upperTest[i])) in TestUpperLower()250 else if (u_isalpha(lowerTest[i]) && !u_isupper(lowerTest[i])) in TestUpperLower()448 if (!u_isalpha(i)) in TestLetterNumber()454 if (u_isalpha(i)) in TestLetterNumber()769 { u_isalpha, "isalpha" },
138 u_isalpha(UChar32 c) { in u_isalpha() function
443 if (!u_isalpha(letter) && (u_charType(letter) != U_NON_SPACING_MARK)) { in IsLatinLetter()
2939 u_isalpha(UChar32 c);
302 #define u_isalpha U_ICU_ENTRY_POINT_RENAME(u_isalpha) macro
3051 u_isalpha(UChar32 c);
307 #define u_isalpha U_ICU_ENTRY_POINT_RENAME(u_isalpha) macro
2905 u_isalpha(UChar32 c);
299 #define u_isalpha U_ICU_ENTRY_POINT_RENAME(u_isalpha) macro
215 if (u_isalpha(c)) { in is()
146 if ((i <= 0xFF && !u_isalpha(i)) || u_isspace(i)) { in TestToPattern()303 UBool l = u_isalpha((UChar)i); in TestCategories()