Searched refs:isascii (Results 1 – 12 of 12) sorted by relevance
31 BIONIC_TRIVIAL_BENCHMARK(BM_ctype_isascii_y, isascii('x'));32 BIONIC_TRIVIAL_BENCHMARK(BM_ctype_isascii_n, isascii(0x88));76 BIONIC_TRIVIAL_BENCHMARK(BM_ctype_toascii_y, isascii('x'));77 BIONIC_TRIVIAL_BENCHMARK(BM_ctype_toascii_n, isascii(0x88));
87 if (isascii(ch) && isupper(ch)) in ns_format_ttl()106 if (!isascii(ch) || !isprint(ch)) in ns_parse_ttl()
390 if (isascii(c) && isupper(c)) in ns_name_ntol()
1084 *p++ = (isascii(rdata[m]) && isprint(rdata[m])) in ns_sprintrrf()
38 FUNCTION(isascii, int (*f)(int)); in ctype_h()
72 if (!isascii(c)) in inet_nsap_addr()
75 TEST(ctype, isascii) { in TEST() argument78 EXPECT_TRUE(isascii(i)) << i; in TEST()80 EXPECT_FALSE(isascii(i)) << i; in TEST()
129 #if !defined(isascii) /* XXX - could be a function */130 # define isascii(c) (!(c & 0200)) macro398 isascii(*cp) && !isspace((unsigned char)*cp)) in __res_vinit()408 isascii(*cp) && in __res_vinit()
167 __BIONIC_CTYPE_INLINE int isascii(int __ch) { in isascii() function
421 isascii
529 isascii;