Home
last modified time | relevance | path

Searched refs:wctype_l (Results 1 – 8 of 8) sorted by relevance

/bionic/tests/
Dwctype_test.cpp182 TEST(wctype, wctype_l) { in TEST() argument
184 EXPECT_TRUE(wctype_l("alnum", l.l) != 0); in TEST()
185 EXPECT_TRUE(wctype_l("alpha", l.l) != 0); in TEST()
186 EXPECT_TRUE(wctype_l("blank", l.l) != 0); in TEST()
187 EXPECT_TRUE(wctype_l("cntrl", l.l) != 0); in TEST()
188 EXPECT_TRUE(wctype_l("digit", l.l) != 0); in TEST()
189 EXPECT_TRUE(wctype_l("graph", l.l) != 0); in TEST()
190 EXPECT_TRUE(wctype_l("lower", l.l) != 0); in TEST()
191 EXPECT_TRUE(wctype_l("print", l.l) != 0); in TEST()
192 EXPECT_TRUE(wctype_l("punct", l.l) != 0); in TEST()
[all …]
/bionic/libc/include/
Dwctype.h61 wctype_t wctype_l(const char* __name, locale_t __l) __INTRODUCED_IN(21);
/bionic/tests/headers/posix/
Dwctype_h.c76 FUNCTION(wctype_l, wctype_t (*f)(const char*, locale_t)); in wctype_h()
/bionic/libc/bionic/
Dwctype.cpp160 wctype_t wctype_l(const char* property, locale_t) { in wctype_l() function
/bionic/libc/tools/
Dposix-2013.txt1176 wctype_l
/bionic/docs/
Dstatus.md195 …_l`/`iswprint_l`/`iswpunct_l`/`iswspace_l`/`iswupper_l`/`iswxdigit_l`, `wctype_l`, `towlower_l`/`t…
/bionic/tools/versioner/platforms/
Dlibc.map.txt1208 wctype_l; # introduced=21
/bionic/libc/
Dlibc.map.txt1208 wctype_l; # introduced=21