Home
last modified time | relevance | path

Searched refs:wctob (Results 1 – 10 of 10) sorted by relevance

/ndk/sources/android/support/src/musl-multibyte/
Dwctob.c4 int wctob(wint_t c) in wctob() function
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_cwchar.h88 extern int wctob();
298 using _STLP_VENDOR_CSTD::wctob;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/win32/
Dlocale_win32.cpp80 return wctob( c ); in wctob_l()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcwchar92 int wctob(wint_t c);
207 using ::wctob;
Dlocale268 return wctob(__c);
/ndk/sources/android/support/include/
Dwchar.h133 int wctob (wint_t);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dwchar_h.pass.cpp97 static_assert((std::is_same<decltype(wctob(w)), int>::value), ""); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/
Dxlocale.c41 return __l->lc_ctype->cmapp->core.user_api->wctob(__l->lc_ctype->cmapp, __c); in wctob_l()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/
Dcwchar.pass.cpp102 static_assert((std::is_same<decltype(std::wctob(w)), int>::value), ""); in main()
/ndk/sources/android/support/
DAndroid.mk113 src/musl-multibyte/wctob.c \