Searched refs:wcstok (Results 1 – 5 of 5) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++/include/ |
D | cwchar | 82 wchar_t* wcstok(wchar_t* restrict s1, const wchar_t* restrict s2, wchar_t** restrict ptr); 187 using ::wcstok;
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _cwchar.h | 263 using _STLP_VENDOR_CSTD::wcstok;
|
/ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.c.headers/ |
D | wchar_h.pass.cpp | 89 static_assert((std::is_same<decltype(wcstok(ws, L"", (wchar_t**)0)), wchar_t*>::value), ""); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/test/strings/c.strings/ |
D | cwchar.pass.cpp | 93 … static_assert((std::is_same<decltype(std::wcstok(ws, L"", (wchar_t**)0)), wchar_t*>::value), ""); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/src/support/android/ |
D | wchar_support.c | 262 wchar_t *wcstok(wchar_t *s, const wchar_t *delim, wchar_t **last) { in wcstok() function
|