Searched refs:isprint_l (Results 1 – 8 of 8) sorted by relevance
/bionic/tests/ |
D | ctype_test.cpp | 195 TEST(ctype, isprint_l) { in TEST() argument 198 EXPECT_TRUE(isprint_l(i, LC_GLOBAL_LOCALE)) << i; in TEST() 200 EXPECT_FALSE(isprint_l(i, LC_GLOBAL_LOCALE)) << i; in TEST()
|
/bionic/libc/bionic/ |
D | ctype.cpp | 62 int isprint_l(int c, locale_t) { in isprint_l() function
|
/bionic/tests/headers/posix/ |
D | ctype_h.c | 50 FUNCTION(isprint_l, int (*f)(int, locale_t)); in ctype_h()
|
/bionic/libc/include/bits/ |
D | ctype_inlines.h | 192 int isprint_l(int __ch, locale_t __l) __INTRODUCED_IN(21);
|
/bionic/libc/tools/ |
D | posix-2013.txt | 444 isprint_l
|
/bionic/docs/ |
D | status.md | 177 …ha_l`, `isblank_l`, `icntrl_l`, `isdigit_l`, `isgraph_l`, `islower_l`, `isprint_l`, `ispunct_l`, `…
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 554 isprint_l; # introduced=21
|
/bionic/libc/ |
D | libc.map.txt | 554 isprint_l; # introduced=21
|