Home
last modified time | relevance | path

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

/bionic/tests/
Dwctype_test.cpp230 EXPECT_TRUE(wctrans_l("tolower", l.l) != 0); in TEST()
231 EXPECT_TRUE(wctrans_l("toupper", l.l) != 0); in TEST()
233 EXPECT_TRUE(wctrans_l("monkeys", l.l) == 0); 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.h59 wctrans_t wctrans_l(const char*, locale_t) __INTRODUCED_IN(26);
/bionic/libc/bionic/
Dwctype.cpp154 wctrans_t wctrans_l(const char* name, locale_t) { in wctrans_l() function
/bionic/libc/tools/
Dposix-2013.txt1174 wctrans_l
/bionic/libc/
Dlibc.mips64.map1238 wctrans_l; # future
Dlibc.x86_64.map1238 wctrans_l; # future
Dlibc.arm64.map1238 wctrans_l; # future
Dlibc.x86.map1298 wctrans_l; # future
Dlibc.mips.map1300 wctrans_l; # future
Dlibc.arm.map1316 wctrans_l; # future
Dlibc.map.txt1341 wctrans_l; # introduced=26