Searched refs:towctrans (Results 1 – 8 of 8) sorted by relevance
/bionic/tests/ |
D | wctype_test.cpp | 217 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/ |
D | wctype.cpp | 177 wint_t towctrans(wint_t c, wctrans_t t) { in towctrans() function 185 return towctrans(c, t); in towctrans_l()
|
/bionic/libc/include/bits/ |
D | wctype.h | 61 wint_t towctrans(wint_t __wc, wctrans_t __transform) __INTRODUCED_IN(26) __VERSIONER_NO_GUARD;
|
/bionic/tests/headers/posix/ |
D | wctype_h.c | 67 FUNCTION(towctrans, wint_t (*f)(wint_t, wctrans_t)); in wctype_h()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1080 towctrans
|
/bionic/docs/ |
D | status.md | 132 * <wctype.h> `towctrans`/`towctrans_l`/`wctrans`/`wctrans_l`
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1340 towctrans; # introduced=26
|
/bionic/libc/ |
D | libc.map.txt | 1340 towctrans; # introduced=26
|