Home
last modified time | relevance | path

Searched refs:wcsspn (Results 1 – 5 of 5) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/include/
Dcwchar79 size_t wcsspn(const wchar_t* s1, const wchar_t* s2);
182 using ::wcsspn;
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_cwchar.h285 using _STLP_VENDOR_CSTD::wcsspn;
/ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.c.headers/
Dwchar_h.pass.cpp87 static_assert((std::is_same<decltype(wcsspn(L"", L"")), size_t>::value), ""); in main()
/ndk/sources/cxx-stl/llvm-libc++/test/strings/c.strings/
Dcwchar.pass.cpp90 static_assert((std::is_same<decltype(std::wcsspn(L"", L"")), std::size_t>::value), ""); in main()
/ndk/sources/cxx-stl/llvm-libc++/src/support/android/
Dwchar_support.c226 size_t wcsspn(const wchar_t *s, const wchar_t *set) { in wcsspn() function