Searched refs:ISALPHA (Results 1 – 13 of 13) sorted by relevance
44 #define ISALPHA(x) (isalpha((int) ((unsigned char)x))) macro69 #define ISALPHA(x) (Curl_isalpha((int) ((unsigned char)x))) macro
321 found = ISALPHA(*s); in loop()
348 if(ISALPHA(*date)) { in parsedate()
2556 while(*ptr && (ISALPHA(*ptr) || ISXDIGIT(*ptr) || (*ptr == '-') || in parse_proxy()3213 while(*ptr && (ISALPHA(*ptr) || ISXDIGIT(*ptr) || (*ptr == '-') || in parse_connect_to_host_port()
41 #define ISALPHA(c) Py_ISALPHA(c) macro
115 while(*p && (p < end) && !ISALPHA(*p)) in tool_header_cb()
189 if(ISALPHA(*pattern)) { in glob_range()
402 (ISALPHA(cert_parameter[0])) ) { in parse_cert_parameter()
67 #define ISALPHA(c) uprv_isASCIILetter(c) macro402 if (!ISALPHA(*(s + i))) { in _isAlphaString()424 if (!ISALPHA(*(s + i)) && !ISNUMERIC(*(s + i))) { in _isAlphaNumericString()537 if (len == 1 && ISALPHA(*s) && (uprv_tolower(*s) != PRIVATEUSE)) { in _isExtensionSingleton()655 } else if (ISALPHA(*p) || ISNUMERIC(*p)) { in ultag_isUnicodeLocaleType()
263 ISALPHA (s[1])) in hb_ot_tags_from_language()
247 static inline bool ISALPHA (unsigned char c) in ISALPHA() function
856 while (*pp < end && ISALPHA(**pp)) in parse_bool()
2302 IMPL_CTYPE_FN(ISALPHA)