Searched refs:wctob (Results 1 – 10 of 10) sorted by relevance
4 int wctob(wint_t c) in wctob() function
88 extern int wctob();298 using _STLP_VENDOR_CSTD::wctob;
80 return wctob( c ); in wctob_l()
92 int wctob(wint_t c);207 using ::wctob;
268 return wctob(__c);
133 int wctob (wint_t);
97 static_assert((std::is_same<decltype(wctob(w)), int>::value), ""); in main()
41 return __l->lc_ctype->cmapp->core.user_api->wctob(__l->lc_ctype->cmapp, __c); in wctob_l()
102 static_assert((std::is_same<decltype(std::wctob(w)), int>::value), ""); in main()
113 src/musl-multibyte/wctob.c \