Searched refs:ctype (Results 1 – 3 of 3) sorted by relevance
/bionic/tests/ |
D | ctype_test.cpp | 29 TEST(ctype, isalnum) { in TEST() argument 41 TEST(ctype, isalnum_l) { in TEST() argument 53 TEST(ctype, isalpha) { in TEST() argument 64 TEST(ctype, isalpha_l) { in TEST() argument 75 TEST(ctype, isascii) { in TEST() argument 85 TEST(ctype, isblank) { in TEST() argument 95 TEST(ctype, isblank_l) { in TEST() argument 105 TEST(ctype, iscntrl) { in TEST() argument 115 TEST(ctype, iscntrl_l) { in TEST() argument 125 TEST(ctype, isdigit) { in TEST() argument [all …]
|
/bionic/docs/ |
D | status.md | 177 …* <ctype.h> `isalnum_l`, `isalpha_l`, `isblank_l`, `icntrl_l`, `isdigit_l`, `isgraph_l`, `islower_…
|
/bionic/libc/ |
D | Android.bp | 1024 "bionic/ctype.cpp",
|