Searched refs:ctype (Results 1 – 2 of 2) sorted by relevance
/bionic/tests/ |
D | ctype_test.cpp | 21 TEST(ctype, isalnum) { in TEST() argument 29 TEST(ctype, isalpha) { in TEST() argument 37 TEST(ctype, isascii) { in TEST() argument 42 TEST(ctype, isblank) { in TEST() argument 48 TEST(ctype, iscntrl) { in TEST() argument 53 TEST(ctype, isdigit) { in TEST() argument 59 TEST(ctype, isgraph) { in TEST() argument 67 TEST(ctype, islower) { in TEST() argument 73 TEST(ctype, isprint) { in TEST() argument 79 TEST(ctype, ispunct) { in TEST() argument [all …]
|
/bionic/libc/ |
D | Android.bp | 1273 "bionic/ctype.cpp",
|