Home
last modified time | relevance | path

Searched refs:wctomb (Results 1 – 14 of 14) sorted by relevance

/ndk/sources/android/support/src/musl-multibyte/
Dwctomb.c10 int wctomb(char *s, wchar_t wc) in wctomb() function
/ndk/sources/host-tools/sed-4.2.1/lib/
Dwctob.c33 if (wctomb (buf, wc) == 1) in wctob()
Dwcrtomb.c43 int ret = wctomb (s, wc); in wcrtomb()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcstdlib74 int wctomb(char* s, wchar_t wchar);
146 using ::wctomb;
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_cstdlib.h87 using _STLP_VENDOR_CSTD::wctomb;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dstdlib_h.pass.cpp79 static_assert((std::is_same<decltype(wctomb(pc,L' ')), int>::value), ""); in main()
/ndk/sources/cxx-stl/gabi++/include/
Dcstdlib112 using ::wctomb;
/ndk/sources/cxx-stl/system/include/
Dcstdlib112 using ::wctomb;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.runtime/
Dcstdlib.pass.cpp83 static_assert((std::is_same<decltype(std::wctomb(pc,L' ')), int>::value), ""); in main()
/ndk/sources/host-tools/sed-4.2.1/
Dconfigure.ac120 if (wctomb (out, good_wc) != 2)
Dconfigure27432 if (wctomb (out, good_wc) != 2)
/ndk/sources/android/support/src/musl-locale/
Diconv.c156 #define wctomb_utf8 wctomb
/ndk/sources/android/support/
DAndroid.mk145 src/musl-multibyte/wctomb.c \
/ndk/sources/android/support/src/stdio/
Dvfprintf.c653 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()