Searched refs:iscntrl (Results 1 – 10 of 10) sorted by relevance
51 BIONIC_TRIVIAL_BENCHMARK(BM_ctype_iscntrl_y1, iscntrl(backspace));52 BIONIC_TRIVIAL_BENCHMARK(BM_ctype_iscntrl_y2, iscntrl(del));53 BIONIC_TRIVIAL_BENCHMARK(BM_ctype_iscntrl_n, iscntrl(underscore));55 BIONIC_TRIVIAL_BENCHMARK(BM_ctype_isdigit_y, iscntrl(zero));56 BIONIC_TRIVIAL_BENCHMARK(BM_ctype_isdigit_n, iscntrl(underscore));
17 { "cntrl", iscntrl },
87 __BIONIC_CTYPE_INLINE int iscntrl(int __ch) { in iscntrl() function195 return iscntrl(__ch); in iscntrl_l()
105 TEST(ctype, iscntrl) { in TEST() argument108 EXPECT_TRUE(iscntrl(i)) << i; in TEST()110 EXPECT_FALSE(iscntrl(i)) << i; in TEST()
41 FUNCTION(iscntrl, int (*f)(int)); in ctype_h()
69 return u_charType ? (u_charType(wc) == U_CONTROL_CHAR) : iscntrl(wc); in iswcntrl()
426 iscntrl
631 CALL(iscntrl)
533 iscntrl;