/third_party/curl/lib/ |
D | curl_ctype.h | 44 #define ISALPHA(x) (isalpha((int) ((unsigned char)x))) macro 69 #define ISALPHA(x) (Curl_isalpha((int) ((unsigned char)x))) macro
|
D | parsedate.c | 326 if(ISALPHA(*date)) { in parsedate()
|
D | curl_fnmatch.c | 312 found = ISALPHA(*s); in loop()
|
D | url.c | 3106 while(*ptr && (ISALPHA(*ptr) || ISXDIGIT(*ptr) || (*ptr == '-') ||
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-tag.cc | 267 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()
|
D | hb-common.cc | 856 while (*pp < end && ISALPHA(**pp)) in parse_bool()
|
D | hb-algs.hh | 538 static inline bool ISALPHA (unsigned char c) in ISALPHA() function
|
/third_party/harfbuzz/src/ |
D | hb-ot-tag.cc | 280 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()
|
D | hb-common.cc | 745 while (*pp < end && ISALPHA(**pp)) in parse_bool()
|
D | hb-algs.hh | 735 static inline bool ISALPHA (unsigned char c) in ISALPHA() function
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-tag.cc | 280 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()
|
D | hb-common.cc | 742 while (*pp < end && ISALPHA(**pp)) in parse_bool()
|
D | hb-algs.hh | 748 static inline bool ISALPHA (unsigned char c) in ISALPHA() function
|
/third_party/icu/icu4c/source/common/ |
D | uloc_tag.cpp | 70 #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/ |
D | uloc_tag.cpp | 70 #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/ |
D | uloc_tag.cpp | 70 #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/ |
D | guniprop.c | 77 #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()
|
D | gstrfuncs.c | 1043 #define ISALPHA(c) (ISUPPER (c) || ISLOWER (c)) macro 1123 else if (ISALPHA (c)) in g_parse_long_long()
|
/third_party/curl/src/ |
D | tool_cb_hdr.c | 143 while(*p && (p < end) && !ISALPHA(*p)) in tool_header_cb()
|
D | tool_urlglob.c | 190 if(ISALPHA(*pattern)) { in glob_range()
|
D | tool_getparam.c | 422 (ISALPHA(cert_parameter[0])) ) { in parse_cert_parameter()
|
/third_party/node/deps/cares/src/lib/ |
D | setup_once.h | 280 #define ISALPHA(x) (isalpha((int) ((unsigned char)x))) macro
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | uloc_tag.cpp | 67 #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/ |
D | gstrfuncs.c | 631 #define ISALPHA(c) (ISUPPER (c) || ISLOWER (c)) macro 708 else if (ISALPHA (c))
|
/third_party/gettext/gnulib-local/lib/ |
D | ChangeLog.1 | 202 (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT, 210 (ISSPACE, ISALPHA, TOUPPER): Use isspace, isalpha, toupper directly.
|