Home
last modified time | relevance | path

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

/bionic/tests/
Dwctype_test.cpp230 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/
Dwctype.h55 wctrans_t _Nonnull wctrans_l(const char* _Nonnull __name, locale_t _Nonnull __l) __INTRODUCED_IN(26…
/bionic/tests/headers/posix/
Dwctype_h.c74 FUNCTION(wctrans_l, wctrans_t (*f)(const char*, locale_t)); in wctype_h()
/bionic/libc/bionic/
Dwctype.cpp173 wctrans_t wctrans_l(const char* name, locale_t) { in wctrans_l() function
/bionic/libc/tools/
Dposix-2013.txt1174 wctrans_l
/bionic/docs/
Dstatus.md189 * <wctype.h> `towctrans`/`towctrans_l`/`wctrans`/`wctrans_l`
/bionic/libc/
Dlibc.map.txt1341 wctrans_l; # introduced=26
/bionic/tools/versioner/platforms/
Dlibc.map.txt1341 wctrans_l; # introduced=26