Searched refs:wcspbrk (Results 1 – 6 of 6) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | cwchar | 75 const wchar_t* wcspbrk(const wchar_t* s1, const wchar_t* s2); 76 wchar_t* wcspbrk( wchar_t* s1, const wchar_t* s2); 173 using ::wcspbrk; 183 …e _LIBCPP_INLINE_VISIBILITY const wchar_t* wcspbrk(const wchar_t* __s1, const wchar_t* __s2) {retu… 184 …e _LIBCPP_INLINE_VISIBILITY wchar_t* wcspbrk( wchar_t* __s1, const wchar_t* __s2) {retu…
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/ |
D | cwchar.pass.cpp | 86 …static_assert((std::is_same<decltype(std::wcspbrk((const wchar_t*)0, L"")), const wchar_t*>::value… in main() 87 static_assert((std::is_same<decltype(std::wcspbrk((wchar_t*)0, L"")), wchar_t*>::value), ""); in main()
|
/ndk/sources/android/support/include/ |
D | wchar.h | 117 wchar_t *wcspbrk (const wchar_t *, const wchar_t *);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
D | wchar_h.pass.cpp | 85 static_assert((std::is_same<decltype(wcspbrk((wchar_t*)0, L"")), wchar_t*>::value), ""); in main()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _cwchar.h | 282 using _STLP_VENDOR_CSTD::wcspbrk;
|
/ndk/sources/android/support/src/ |
D | wchar_support.c | 191 wchar_t *wcspbrk(const wchar_t *s, const wchar_t *set) { in wcspbrk() function
|