Searched refs:wctomb (Results 1 – 14 of 14) 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/host-tools/sed-4.2.1/lib/ |
D | wctob.c | 33 if (wctomb (buf, wc) == 1) in wctob()
|
D | wcrtomb.c | 43 int ret = wctomb (s, wc); in wcrtomb()
|
/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/gabi++/include/ |
D | cstdlib | 112 using ::wctomb;
|
/ndk/sources/cxx-stl/system/include/ |
D | cstdlib | 112 using ::wctomb;
|
/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/host-tools/sed-4.2.1/ |
D | configure.ac | 120 if (wctomb (out, good_wc) != 2)
|
D | configure | 27432 if (wctomb (out, good_wc) != 2)
|
/ndk/sources/android/support/src/musl-locale/ |
D | iconv.c | 156 #define wctomb_utf8 wctomb
|
/ndk/sources/android/support/ |
D | Android.mk | 145 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()
|