Searched refs:isblank_l (Results 1 – 8 of 8) sorted by relevance
/bionic/tests/ |
D | ctype_test.cpp | 95 TEST(ctype, isblank_l) { in TEST() argument 98 EXPECT_TRUE(isblank_l(i, LC_GLOBAL_LOCALE)) << i; in TEST() 100 EXPECT_FALSE(isblank_l(i, LC_GLOBAL_LOCALE)) << i; in TEST()
|
/bionic/libc/bionic/ |
D | ctype.cpp | 42 int isblank_l(int c, locale_t) { in isblank_l() function
|
/bionic/tests/headers/posix/ |
D | ctype_h.c | 40 FUNCTION(isblank_l, int (*f)(int, locale_t)); in ctype_h()
|
/bionic/libc/include/bits/ |
D | ctype_inlines.h | 182 int isblank_l(int __ch, locale_t __l) __INTRODUCED_IN(21);
|
/bionic/libc/tools/ |
D | posix-2013.txt | 425 isblank_l
|
/bionic/docs/ |
D | status.md | 177 …* <ctype.h> `isalnum_l`, `isalpha_l`, `isblank_l`, `icntrl_l`, `isdigit_l`, `isgraph_l`, `islower_…
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 532 isblank_l; # introduced=21
|
/bionic/libc/ |
D | libc.map.txt | 532 isblank_l; # introduced=21
|