Searched refs:mbstowcs (Results 1 – 10 of 10) sorted by relevance
/ndk/sources/android/support/src/musl-multibyte/ |
D | mbstowcs.c | 4 size_t mbstowcs(wchar_t *restrict ws, const char *restrict s, size_t wn) in mbstowcs() function
|
/ndk/sources/android/support/src/stdio/ |
D | stdio_impl.c | 98 size_t wide_len = mbstowcs(NULL, mb_buffer, mb_len); in fake_fprintf() 100 mbstowcs(wide_buffer, mb_buffer, mb_len); in fake_fprintf()
|
/ndk/sources/cxx-stl/stlport/src/ |
D | string.cpp | 13 mbstowcs(buff, ascii, size); in __ASCIIToWide()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | cstdlib | 75 size_t mbstowcs(wchar_t* restrict pwcs, const char* restrict s, size_t n); 147 using ::mbstowcs;
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _cstdlib.h | 79 using _STLP_VENDOR_CSTD::mbstowcs;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
D | stdlib_h.pass.cpp | 80 static_assert((std::is_same<decltype(mbstowcs(pw,"",0)), size_t>::value), ""); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.runtime/ |
D | cstdlib.pass.cpp | 84 static_assert((std::is_same<decltype(std::mbstowcs(pw,"",0)), std::size_t>::value), ""); in main()
|
/ndk/sources/cxx-stl/gabi++/include/ |
D | cstdlib | 110 using ::mbstowcs;
|
/ndk/sources/cxx-stl/system/include/ |
D | cstdlib | 110 using ::mbstowcs;
|
/ndk/sources/android/support/ |
D | Android.mk | 107 src/musl-multibyte/mbstowcs.c \
|