Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcwchar79 size_t wcsspn(const wchar_t* s1, const wchar_t* s2);
199 using ::wcsspn;
/ndk/sources/android/support/include/
Dwchar.h116 size_t wcsspn (const wchar_t *, const wchar_t *);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/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/stlport/stlport/stl/
D_cwchar.h285 using _STLP_VENDOR_CSTD::wcsspn;
/ndk/sources/android/support/src/
Dwchar_support.c229 size_t wcsspn(const wchar_t *s, const wchar_t *set) { in wcsspn() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/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/android/support/src/stdio/
Dvfwprintf.c226 litpct = wcsspn(s, L"%")/2; /* Optimize %%%% runs */ in wprintf_core()