Searched refs:wctrans_l (Results 1 – 8 of 8) sorted by relevance
/bionic/tests/ |
D | wctype_test.cpp | 230 EXPECT_TRUE(wctrans_l("tolower", l.l) != nullptr); in TEST() 231 EXPECT_TRUE(wctrans_l("toupper", l.l) != nullptr); in TEST() 233 EXPECT_TRUE(wctrans_l("monkeys", l.l) == nullptr); in TEST() 244 TEST(wctype, wctrans_l) { in TEST() argument 246 EXPECT_EQ(wint_t('a'), towctrans_l(L'A', wctrans_l("tolower", l.l), l.l)); in TEST() 247 EXPECT_EQ(WEOF, towctrans_l(WEOF, wctrans_l("tolower", l.l), l.l)); in TEST() 249 EXPECT_EQ(wint_t('A'), towctrans_l(L'a', wctrans_l("toupper", l.l), l.l)); in TEST() 250 EXPECT_EQ(WEOF, towctrans_l(WEOF, wctrans_l("toupper", l.l), l.l)); in TEST()
|
/bionic/libc/include/ |
D | wctype.h | 55 wctrans_t _Nonnull wctrans_l(const char* _Nonnull __name, locale_t _Nonnull __l) __INTRODUCED_IN(26…
|
/bionic/tests/headers/posix/ |
D | wctype_h.c | 74 FUNCTION(wctrans_l, wctrans_t (*f)(const char*, locale_t)); in wctype_h()
|
/bionic/libc/bionic/ |
D | wctype.cpp | 173 wctrans_t wctrans_l(const char* name, locale_t) { in wctrans_l() function
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1174 wctrans_l
|
/bionic/docs/ |
D | status.md | 189 * <wctype.h> `towctrans`/`towctrans_l`/`wctrans`/`wctrans_l`
|
/bionic/libc/ |
D | libc.map.txt | 1341 wctrans_l; # introduced=26
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1341 wctrans_l; # introduced=26
|