Searched refs:toascii (Results 1 – 6 of 6) sorted by relevance
295 TEST(ctype, toascii) { in TEST() argument296 EXPECT_EQ('a', toascii('a')); in TEST()297 EXPECT_EQ('a', toascii(0x80 | 'a')); in TEST()
60 FUNCTION(toascii, int (*f)(int)); in ctype_h()
174 __BIONIC_CTYPE_INLINE int toascii(int __ch) { in toascii() function
1075 toascii
1093 toascii;