Home
last modified time | relevance | path

Searched refs:ISALPHA (Results 1 – 25 of 27) sorted by relevance

12

/third_party/curl/lib/
Dcurl_ctype.h44 #define ISALPHA(x) (isalpha((int) ((unsigned char)x))) macro
69 #define ISALPHA(x) (Curl_isalpha((int) ((unsigned char)x))) macro
Dparsedate.c326 if(ISALPHA(*date)) { in parsedate()
Dcurl_fnmatch.c312 found = ISALPHA(*s); in loop()
Durl.c3106 while(*ptr && (ISALPHA(*ptr) || ISXDIGIT(*ptr) || (*ptr == '-') ||
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-ot-tag.cc267 ISALPHA (s[1])) in hb_ot_tags_from_language()
447 if (ISALPHA (buf[6]) && ISALPHA (buf[7]) && ISALPHA (buf[8])) in hb_ot_tag_to_language()
Dhb-common.cc856 while (*pp < end && ISALPHA(**pp)) in parse_bool()
Dhb-algs.hh538 static inline bool ISALPHA (unsigned char c) in ISALPHA() function
/third_party/harfbuzz/src/
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()
Dhb-common.cc745 while (*pp < end && ISALPHA(**pp)) in parse_bool()
Dhb-algs.hh735 static inline bool ISALPHA (unsigned char c) in ISALPHA() function
/third_party/skia/third_party/externals/harfbuzz/src/
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()
Dhb-common.cc742 while (*pp < end && ISALPHA(**pp)) in parse_bool()
Dhb-algs.hh748 static inline bool ISALPHA (unsigned char c) in ISALPHA() function
/third_party/icu/icu4c/source/common/
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/
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/
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/glib/glib/
Dguniprop.c77 #define ISALPHA(Type) IS ((Type), \ macro
133 return ISALPHA (TYPE (c)) ? TRUE : FALSE; in g_unichar_isalpha()
1051 if (ISALPHA (next_type)) /* Lu,Ll,Lt,Lm,Lo */ in real_tolower()
Dgstrfuncs.c1043 #define ISALPHA(c) (ISUPPER (c) || ISLOWER (c)) macro
1123 else if (ISALPHA (c)) in g_parse_long_long()
/third_party/curl/src/
Dtool_cb_hdr.c143 while(*p && (p < end) && !ISALPHA(*p)) in tool_header_cb()
Dtool_urlglob.c190 if(ISALPHA(*pattern)) { in glob_range()
Dtool_getparam.c422 (ISALPHA(cert_parameter[0])) ) { in parse_cert_parameter()
/third_party/node/deps/cares/src/lib/
Dsetup_once.h280 #define ISALPHA(x) (isalpha((int) ((unsigned char)x))) macro
/third_party/flutter/skia/third_party/externals/icu/source/common/
Duloc_tag.cpp67 #define ISALPHA(c) uprv_isASCIILetter(c) macro
402 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()
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/
Dgstrfuncs.c631 #define ISALPHA(c) (ISUPPER (c) || ISLOWER (c)) macro
708 else if (ISALPHA (c))
/third_party/gettext/gnulib-local/lib/
DChangeLog.1202 (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT,
210 (ISSPACE, ISALPHA, TOUPPER): Use isspace, isalpha, toupper directly.

12