Searched refs:wctype_l (Results 1 – 8 of 8) sorted by relevance
/bionic/tests/ |
D | wctype_test.cpp | 182 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/ |
D | wctype.h | 61 wctype_t wctype_l(const char* __name, locale_t __l) __INTRODUCED_IN(21);
|
/bionic/tests/headers/posix/ |
D | wctype_h.c | 76 FUNCTION(wctype_l, wctype_t (*f)(const char*, locale_t)); in wctype_h()
|
/bionic/libc/bionic/ |
D | wctype.cpp | 160 wctype_t wctype_l(const char* property, locale_t) { in wctype_l() function
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1176 wctype_l
|
/bionic/docs/ |
D | status.md | 195 …_l`/`iswprint_l`/`iswpunct_l`/`iswspace_l`/`iswupper_l`/`iswxdigit_l`, `wctype_l`, `towlower_l`/`t…
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1208 wctype_l; # introduced=21
|
/bionic/libc/ |
D | libc.map.txt | 1208 wctype_l; # introduced=21
|