Home
last modified time | relevance | path

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

/bionic/tests/
Dwctype_test.cpp217 TEST(wctype, towctrans) { in TEST() argument
233 EXPECT_EQ(wint_t('a'), towctrans(L'A', wctrans("tolower"))); in TEST()
234 EXPECT_EQ(WEOF, towctrans(WEOF, wctrans("tolower"))); in TEST()
236 EXPECT_EQ(wint_t('A'), towctrans(L'a', wctrans("toupper"))); in TEST()
237 EXPECT_EQ(WEOF, towctrans(WEOF, wctrans("toupper"))); in TEST()
/bionic/libc/bionic/
Dwctype.cpp177 wint_t towctrans(wint_t c, wctrans_t t) { in towctrans() function
185 return towctrans(c, t); in towctrans_l()
/bionic/libc/include/bits/
Dwctype.h61 wint_t towctrans(wint_t __wc, wctrans_t __transform) __INTRODUCED_IN(26) __VERSIONER_NO_GUARD;
/bionic/tests/headers/posix/
Dwctype_h.c67 FUNCTION(towctrans, wint_t (*f)(wint_t, wctrans_t)); in wctype_h()
/bionic/libc/tools/
Dposix-2013.txt1080 towctrans
/bionic/docs/
Dstatus.md132 * <wctype.h> `towctrans`/`towctrans_l`/`wctrans`/`wctrans_l`
/bionic/tools/versioner/platforms/
Dlibc.map.txt1340 towctrans; # introduced=26
/bionic/libc/
Dlibc.map.txt1340 towctrans; # introduced=26