Home
last modified time | relevance | path

Searched refs:ISALPHA (Results 1 - 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-tag.cc280 ISALPHA (s[1])) in hb_ot_tags_from_language()
472 if (ISALPHA (tag >> 24) in hb_ot_tag_to_language()
473 && ISALPHA ((tag >> 16) & 0xFF) in hb_ot_tag_to_language()
474 && ISALPHA ((tag >> 8) & 0xFF) in hb_ot_tag_to_language()
H A Dhb-common.cc742 while (*pp < end && ISALPHA(**pp)) in parse_bool()
H A Dhb-algs.hh748 static inline bool ISALPHA (unsigned char c) in ISALPHA() function
/third_party/curl/lib/
H A Dcurl_ctype.h38 #define ISALPHA(x) (ISLOWER(x) || ISUPPER(x)) macro
H A Dparsedate.c377 if(ISALPHA(*date)) { in parsedate()
381 while(ISALPHA(*p) && (len < NAME_LEN)) { in parsedate()
H A Dcurl_fnmatch.c314 found = ISALPHA(*s); in loop()
H A Durlapi.c215 if(ISALPHA(url[0])) in Curl_is_absolute_url()
1767 if(ISALPHA(*s)) { in curl_url_set()
H A Durl.c2916 while(*ptr && (ISALPHA(*ptr) || ISXDIGIT(*ptr) || (*ptr == '-') ||
/third_party/icu/icu4c/source/common/
H A Duloc_tag.cpp70 #define ISALPHA(c) uprv_isASCIILetter(c) macro
380 if (!ISALPHA(*(s + i))) { in _isAlphaString()
402 if (!ISALPHA(*(s + i)) && !ISNUMERIC(*(s + i))) { in _isAlphaNumericString()
559 if (len == 1 && (ISALPHA(*s) || ISNUMERIC(*s)) && (uprv_tolower(*s) != PRIVATEUSE)) { in _isExtensionSingleton()
612 if (len == 2 && (ISALPHA(*s) || ISNUMERIC(*s)) && ISALPHA(s[1])) { in ultag_isUnicodeLocaleKey()
643 if (len == 2 && ISALPHA(*s) && ISNUMERIC(*(s + 1))) { in _isTKey()
/third_party/node/deps/icu-small/source/common/
H A Duloc_tag.cpp70 #define ISALPHA(c) uprv_isASCIILetter(c) macro
380 if (!ISALPHA(*(s + i))) { in _isAlphaString()
402 if (!ISALPHA(*(s + i)) && !ISNUMERIC(*(s + i))) { in _isAlphaNumericString()
559 if (len == 1 && (ISALPHA(*s) || ISNUMERIC(*s)) && (uprv_tolower(*s) != PRIVATEUSE)) { in _isExtensionSingleton()
612 if (len == 2 && (ISALPHA(*s) || ISNUMERIC(*s)) && ISALPHA(s[1])) { in ultag_isUnicodeLocaleKey()
643 if (len == 2 && ISALPHA(*s) && ISNUMERIC(*(s + 1))) { in _isTKey()
/third_party/skia/third_party/externals/icu/source/common/
H A Duloc_tag.cpp70 #define ISALPHA(c) uprv_isASCIILetter(c) macro
380 if (!ISALPHA(*(s + i))) { in _isAlphaString()
402 if (!ISALPHA(*(s + i)) && !ISNUMERIC(*(s + i))) { in _isAlphaNumericString()
559 if (len == 1 && (ISALPHA(*s) || ISNUMERIC(*s)) && (uprv_tolower(*s) != PRIVATEUSE)) { in _isExtensionSingleton()
612 if (len == 2 && (ISALPHA(*s) || ISNUMERIC(*s)) && ISALPHA(s[1])) { in ultag_isUnicodeLocaleKey()
643 if (len == 2 && ISALPHA(*s) && ISNUMERIC(*(s + 1))) { in _isTKey()
/third_party/curl/src/
H A Dtool_cb_hdr.c153 while((p < end) && *p && !ISALPHA(*p)) in tool_header_cb()
H A Dtool_urlglob.c203 if(ISALPHA(*pattern)) { in glob_range()
H A Dtool_getparam.c706 (ISALPHA(cert_parameter[0])) ) { in parse_cert_parameter()
/third_party/node/deps/cares/src/lib/
H A Dsetup_once.h273 #define ISALPHA(x) (isalpha((int)((unsigned char)x))) macro

Completed in 32 milliseconds