Searched refs:towctrans (Results 1 – 8 of 8) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _cwctype.h | 33 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/ |
D | wctype_h.pass.cpp | 83 #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/ |
D | cwctype | 46 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/ |
D | cwctype.pass.cpp | 83 #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/ |
D | towctrans_l.c | 5 return towctrans(c, t); in towctrans_l()
|
/ndk/sources/android/support/src/musl-ctype/ |
D | wctrans.c | 11 wint_t towctrans(wint_t wc, wctrans_t trans) in towctrans() function
|
/ndk/sources/android/support/include/ |
D | wctype.h | 62 wint_t towctrans(wint_t, wctrans_t);
|
/ndk/sources/android/support/ |
D | Android.mk | 45 src/musl-ctype/towctrans.c \
|