Searched refs:wctomb (Results 1 – 10 of 10) sorted by relevance
/ndk/sources/android/support/src/musl-multibyte/ |
D | wctomb.c | 10 int wctomb(char *s, wchar_t wc) in wctomb() function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | cstdlib | 74 int wctomb(char* s, wchar_t wchar); 146 using ::wctomb;
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _cstdlib.h | 87 using _STLP_VENDOR_CSTD::wctomb;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
D | stdlib_h.pass.cpp | 79 static_assert((std::is_same<decltype(wctomb(pc,L' ')), int>::value), ""); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.runtime/ |
D | cstdlib.pass.cpp | 83 static_assert((std::is_same<decltype(std::wctomb(pc,L' ')), int>::value), ""); in main()
|
/ndk/sources/cxx-stl/system/include/ |
D | cstdlib | 112 using ::wctomb;
|
/ndk/sources/cxx-stl/gabi++/include/ |
D | cstdlib | 112 using ::wctomb;
|
/ndk/sources/android/support/src/musl-locale/ |
D | iconv.c | 156 #define wctomb_utf8 wctomb
|
/ndk/sources/android/support/ |
D | Android.mk | 114 src/musl-multibyte/wctomb.c \
|
/ndk/sources/android/support/src/stdio/ |
D | vfprintf.c | 653 for (i=l=0; i<0U+p && *ws && (l=wctomb(mb, *ws++))>=0 && l<=0U+p-i; i+=l); in printf_core() 658 for (i=0; i<0U+p && *ws && i+(l=wctomb(mb, *ws++))<=p; i+=l) in printf_core()
|