Searched refs:isalnum_l (Results 1 – 8 of 8) sorted by relevance
/bionic/tests/ |
D | ctype_test.cpp | 41 TEST(ctype, isalnum_l) { in TEST() argument 46 EXPECT_TRUE(isalnum_l(i, LC_GLOBAL_LOCALE)) << i; in TEST() 48 EXPECT_FALSE(isalnum_l(i, LC_GLOBAL_LOCALE)) << i; in TEST()
|
/bionic/libc/bionic/ |
D | ctype.cpp | 34 int isalnum_l(int c, locale_t) { in isalnum_l() function
|
/bionic/tests/headers/posix/ |
D | ctype_h.c | 35 FUNCTION(isalnum_l, int (*f)(int, locale_t)); in ctype_h()
|
/bionic/libc/include/bits/ |
D | ctype_inlines.h | 178 int isalnum_l(int __ch, locale_t __l) __INTRODUCED_IN(21);
|
/bionic/libc/tools/ |
D | posix-2013.txt | 418 isalnum_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 | 526 isalnum_l; # introduced=21
|
/bionic/libc/ |
D | libc.map.txt | 526 isalnum_l; # introduced=21
|