Searched refs:iswctype_l (Results 1 – 8 of 8) sorted by relevance
/bionic/tests/ |
D | wctype_test.cpp | 208 TEST(wctype, iswctype_l) { in TEST() argument 210 EXPECT_TRUE(iswctype_l(L'a', wctype_l("alnum", l.l), l.l)); in TEST() 211 EXPECT_TRUE(iswctype_l(L'1', wctype_l("alnum", l.l), l.l)); in TEST() 212 EXPECT_FALSE(iswctype_l(L' ', wctype_l("alnum", l.l), l.l)); in TEST() 214 EXPECT_EQ(0, iswctype_l(WEOF, wctype_l("alnum", l.l), l.l)); in TEST()
|
/bionic/libc/include/ |
D | wctype.h | 58 int iswctype_l(wint_t __wc, wctype_t __transform, locale_t _Nonnull __l) __INTRODUCED_IN(21);
|
/bionic/tests/headers/posix/ |
D | wctype_h.c | 50 FUNCTION(iswctype_l, int (*f)(wint_t, wctype_t, locale_t)); in wctype_h()
|
/bionic/libc/bionic/ |
D | wctype.cpp | 115 int iswctype_l(wint_t wc, wctype_t char_class, locale_t) { in iswctype_l() function
|
/bionic/libc/tools/ |
D | posix-2013.txt | 461 iswctype_l
|
/bionic/docs/ |
D | status.md | 230 …* <wctype.h> `iswalnum_l`/`iswalpha_l`/`iswblank_l`/`iswcntrl_l`/`iswctype_l`/`iswdigit_l`/`iswgra…
|
/bionic/libc/ |
D | libc.map.txt | 570 iswctype_l; # introduced=21
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 570 iswctype_l; # introduced=21
|