Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_cwctype.h33 wint_t towctrans(wint_t c, wctrans_t value);
37 using std::towctrans;
63 using _STLP_VENDOR_CSTD_WFUNC::towctrans;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dwctype_h.pass.cpp83 #ifdef towctrans
84 #error towctrans defined
112 static_assert((std::is_same<decltype(towctrans(w, wctr)), wint_t>::value), ""); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcwctype46 wint_t towctrans(wint_t wc, wctrans_t desc);
195 #ifdef towctrans
196 …LINE_VISIBILITY wint_t __libcpp_towctrans(wint_t __wc, wctype_t __d) {return towctrans(__wc, __d);}
197 #undef towctrans
198 inline _LIBCPP_INLINE_VISIBILITY wint_t towctrans(wint_t __wc, wctype_t __d) {return __libcpp_towct…
199 #else // towctrans
200 using ::towctrans;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/
Dcwctype.pass.cpp83 #ifdef towctrans
84 #error towctrans defined
112 static_assert((std::is_same<decltype(std::towctrans(w, wctr)), std::wint_t>::value), ""); in main()
/ndk/sources/android/support/src/musl-locale/
Dtowctrans_l.c5 return towctrans(c, t); in towctrans_l()
/ndk/sources/android/support/src/musl-ctype/
Dwctrans.c11 wint_t towctrans(wint_t wc, wctrans_t trans) in towctrans() function
/ndk/sources/android/support/include/
Dwctype.h62 wint_t towctrans(wint_t, wctrans_t);
/ndk/sources/android/support/
DAndroid.mk45 src/musl-ctype/towctrans.c \