Searched refs:wcspbrk (Results 1 – 12 of 12) sorted by relevance
/external/libcxx/include/ |
D | wchar.h | 144 wchar_t* __libcpp_wcspbrk(const wchar_t* __s1, const wchar_t* __s2) {return (wchar_t*)wcspbrk(__s1,… in __libcpp_wcspbrk() 146 const wchar_t* wcspbrk(const wchar_t* __s1, const wchar_t* __s2) {return __libcpp_wcspbrk(__s1, __s… in wcspbrk() function 148 … wchar_t* wcspbrk( wchar_t* __s1, const wchar_t* __s2) {return __libcpp_wcspbrk(__s1, __s2);} in wcspbrk() function
|
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); 157 using ::wcspbrk;
|
/external/libcxx/test/std/strings/c.strings/ |
D | cwchar.pass.cpp | 90 ASSERT_SAME_TYPE(wchar_t*, decltype(std::wcspbrk((wchar_t*)0, L""))); in main() 115 ASSERT_SAME_TYPE(const wchar_t*, decltype(std::wcspbrk((const wchar_t*)0, L""))); in main()
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | wchar_h.pass.cpp | 88 static_assert((std::is_same<decltype(wcspbrk((wchar_t*)0, L"")), wchar_t*>::value), ""); in main() 113 …static_assert((std::is_same<decltype(wcspbrk((const wchar_t*)0, L"")), const wchar_t*>::value), ""… in main()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/ |
D | Process.inc | 167 if (!wcspbrk(Arg, L"*?")) {
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
D | Process.inc | 174 if (!wcspbrk(Arg, L"*?")) {
|
/external/llvm/lib/Support/Windows/ |
D | Process.inc | 186 if (!wcspbrk(Arg, L"*?")) {
|
/external/python/cpython3/PC/ |
D | launcher.c | 967 p = wcspbrk(skipped, L" \t\r\n"); in parse_shebang()
|
/external/google-breakpad/src/tools/windows/dump_syms/testdata/ |
D | dump_syms_regtest64.sym | 232 FILE 6616 f:\dd\vctools\crt\crtw32\string\wcspbrk.c
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 3258 fun:wcspbrk=uninstrumented
|
/external/google-breakpad/src/processor/testdata/symbols/kernel32.pdb/BCE8785C57B44245A669896B6A19B9542/ |
D | kernel32.sym | 1551 PUBLIC 7f93a 0 wcspbrk
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 589 PUBLIC 90950 0 wcspbrk
|