Searched refs:wcsspn (Results 1 – 7 of 7) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | cwchar | 79 size_t wcsspn(const wchar_t* s1, const wchar_t* s2); 199 using ::wcsspn;
|
/ndk/sources/android/support/include/ |
D | wchar.h | 116 size_t wcsspn (const wchar_t *, const wchar_t *);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
D | wchar_h.pass.cpp | 87 static_assert((std::is_same<decltype(wcsspn(L"", L"")), size_t>::value), ""); in main()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _cwchar.h | 285 using _STLP_VENDOR_CSTD::wcsspn;
|
/ndk/sources/android/support/src/ |
D | wchar_support.c | 229 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/ |
D | cwchar.pass.cpp | 90 static_assert((std::is_same<decltype(std::wcsspn(L"", L"")), std::size_t>::value), ""); in main()
|
/ndk/sources/android/support/src/stdio/ |
D | vfwprintf.c | 226 litpct = wcsspn(s, L"%")/2; /* Optimize %%%% runs */ in wprintf_core()
|