Searched refs:iscntrl (Results 1 – 11 of 11) sorted by relevance
38 BIONIC_TRIVIAL_BENCHMARK(BM_ctype_iscntrl_y1, iscntrl('\b'));39 BIONIC_TRIVIAL_BENCHMARK(BM_ctype_iscntrl_y2, iscntrl('\x7f'));40 BIONIC_TRIVIAL_BENCHMARK(BM_ctype_iscntrl_n, iscntrl('_'));42 BIONIC_TRIVIAL_BENCHMARK(BM_ctype_isdigit_y, iscntrl('0'));43 BIONIC_TRIVIAL_BENCHMARK(BM_ctype_isdigit_n, iscntrl('_'));
17 { "cntrl", iscntrl },
105 TEST(ctype, iscntrl) { in TEST() argument108 EXPECT_TRUE(iscntrl(i)) << i; in TEST()110 EXPECT_FALSE(iscntrl(i)) << i; in TEST()
47 return iscntrl(c); in iscntrl_l()
69 return u_charType ? (u_charType(wc) == U_CONTROL_CHAR) : iscntrl(wc); in iswcntrl()
41 FUNCTION(iscntrl, int (*f)(int)); in ctype_h()
86 __BIONIC_CTYPE_INLINE int iscntrl(int __ch) { in iscntrl() function
426 iscntrl
631 CALL(iscntrl)
533 iscntrl;