Home
last modified time | relevance | path

Searched refs:mbsinit (Results 1 – 7 of 7) sorted by relevance

/ndk/sources/android/support/src/musl-multibyte/
Dmbsinit.c9 int mbsinit(const mbstate_t *st) in mbsinit() function
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_cwchar.h76 extern int mbsinit();
195 using _STLP_VENDOR_MB_NAMESPACE::mbsinit;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcwchar93 int mbsinit(const mbstate_t* ps);
208 using ::mbsinit;
/ndk/sources/android/support/include/
Dwchar.h135 int mbsinit (const mbstate_t *);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dwchar_h.pass.cpp98 static_assert((std::is_same<decltype(mbsinit(&mb)), int>::value), ""); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/
Dcwchar.pass.cpp103 static_assert((std::is_same<decltype(std::mbsinit(&mb)), int>::value), ""); in main()
/ndk/sources/android/support/
DAndroid.mk104 src/musl-multibyte/mbsinit.c \