Searched refs:isalpha_l (Results 1 – 7 of 7) sorted by relevance
/bionic/tests/ |
D | ctype_test.cpp | 64 TEST(ctype, isalpha_l) { in TEST() argument 68 EXPECT_TRUE(isalpha_l(i, LC_GLOBAL_LOCALE)) << i; in TEST() 70 EXPECT_FALSE(isalpha_l(i, LC_GLOBAL_LOCALE)) << i; in TEST()
|
/bionic/tests/headers/posix/ |
D | ctype_h.c | 37 FUNCTION(isalpha_l, int (*f)(int, locale_t)); in ctype_h()
|
/bionic/libc/include/ |
D | ctype.h | 184 __BIONIC_CTYPE_INLINE int isalpha_l(int __ch, locale_t __l) { in isalpha_l() function
|
/bionic/libc/tools/ |
D | posix-2013.txt | 420 isalpha_l
|
/bionic/docs/ |
D | status.md | 234 …* <ctype.h> `isalnum_l`, `isalpha_l`, `isblank_l`, `icntrl_l`, `isdigit_l`, `isgraph_l`, `islower_…
|
/bionic/libc/ |
D | libc.map.txt | 528 isalpha_l; # introduced=21
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 528 isalpha_l; # introduced=21
|