Searched refs:ispunct_l (Results 1 – 7 of 7) sorted by relevance
/bionic/tests/ |
D | ctype_test.cpp | 218 TEST(ctype, ispunct_l) { in TEST() argument 224 EXPECT_TRUE(ispunct_l(i, LC_GLOBAL_LOCALE)) << i; in TEST() 226 EXPECT_FALSE(ispunct_l(i, LC_GLOBAL_LOCALE)) << i; in TEST()
|
/bionic/tests/headers/posix/ |
D | ctype_h.c | 52 FUNCTION(ispunct_l, int (*f)(int, locale_t)); in ctype_h()
|
/bionic/libc/include/ |
D | ctype.h | 219 __BIONIC_CTYPE_INLINE int ispunct_l(int __ch, locale_t __l) { in ispunct_l() function
|
/bionic/libc/tools/ |
D | posix-2013.txt | 446 ispunct_l
|
/bionic/docs/ |
D | status.md | 234 …nk_l`, `icntrl_l`, `isdigit_l`, `isgraph_l`, `islower_l`, `isprint_l`, `ispunct_l`, `isspace_l`, `…
|
/bionic/libc/ |
D | libc.map.txt | 556 ispunct_l; # introduced=21
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 556 ispunct_l; # introduced=21
|