Home
last modified time | relevance | path

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

/bionic/tests/
Dwctype_test.cpp186 TEST(wctype, wctype_l) { in TEST() argument
188 EXPECT_TRUE(wctype_l("alnum", l.l) != 0); in TEST()
189 EXPECT_TRUE(wctype_l("alpha", l.l) != 0); in TEST()
190 EXPECT_TRUE(wctype_l("blank", l.l) != 0); in TEST()
191 EXPECT_TRUE(wctype_l("cntrl", l.l) != 0); in TEST()
192 EXPECT_TRUE(wctype_l("digit", l.l) != 0); in TEST()
193 EXPECT_TRUE(wctype_l("graph", l.l) != 0); in TEST()
194 EXPECT_TRUE(wctype_l("lower", l.l) != 0); in TEST()
195 EXPECT_TRUE(wctype_l("print", l.l) != 0); in TEST()
196 EXPECT_TRUE(wctype_l("punct", l.l) != 0); in TEST()
[all …]
/bionic/libc/include/
Dwctype.h57 wctype_t wctype_l(const char* _Nonnull __name, locale_t _Nonnull __l);
/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.md252 …_l`/`iswprint_l`/`iswpunct_l`/`iswspace_l`/`iswupper_l`/`iswxdigit_l`, `wctype_l`, `towlower_l`/`t…
/bionic/libc/
Dlibc.map.txt1206 wctype_l; # introduced=21
/bionic/tools/versioner/platforms/
Dlibc.map.txt1206 wctype_l; # introduced=21