Home
last modified time | relevance | path

Searched refs:wcspbrk (Results 1 – 25 of 26) sorted by relevance

12

/external/cronet/buildtools/third_party/libc++/trunk/include/
Dwchar.h150 wchar_t* __libcpp_wcspbrk(const wchar_t* __s1, const wchar_t* __s2) {return (wchar_t*)wcspbrk(__s1,… in __libcpp_wcspbrk()
152 const wchar_t* wcspbrk(const wchar_t* __s1, const wchar_t* __s2) {return __libcpp_wcspbrk(__s1, __s… in wcspbrk() function
154 … wchar_t* wcspbrk( wchar_t* __s1, const wchar_t* __s2) {return __libcpp_wcspbrk(__s1, __s2);} in wcspbrk() function
Dcwchar74 const wchar_t* wcspbrk(const wchar_t* s1, const wchar_t* s2);
75 wchar_t* wcspbrk( wchar_t* s1, const wchar_t* s2);
163 using ::wcspbrk _LIBCPP_USING_IF_EXISTS;
/external/libcxx/include/
Dwchar.h144 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
Dcwchar75 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/musl/src/string/
Dwcspbrk.c3 wchar_t *wcspbrk(const wchar_t *s, const wchar_t *b) in wcspbrk() function
/external/cronet/buildtools/third_party/libc++/trunk/test/std/depr/depr.c.headers/
Dwchar_h.compile.pass.cpp86 ASSERT_SAME_TYPE(wchar_t*, decltype(wcspbrk(ws, L"")));
87 ASSERT_SAME_TYPE(const wchar_t*, decltype(wcspbrk(cws, L"")));
/external/libcxx/test/std/strings/c.strings/
Dcwchar.pass.cpp90 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/cronet/buildtools/third_party/libc++/trunk/test/std/strings/c.strings/
Dcwchar.pass.cpp97 ASSERT_SAME_TYPE(wchar_t*, decltype(std::wcspbrk(ws, L""))); in main()
98 ASSERT_SAME_TYPE(const wchar_t*, decltype(std::wcspbrk(cws, L""))); in main()
/external/libcxx/test/std/depr/depr.c.headers/
Dwchar_h.pass.cpp88 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/mtools/
Ddirentry.c96 if (escape && wcspbrk(entry->name, NEED_ESCAPE)) { in _fprintPwd()
Dsysincludes.h351 # define wcspbrk strpbrk macro
/external/musl/include/
Dwchar.h69 wchar_t *wcspbrk (const wchar_t *, const wchar_t *);
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DProcess.inc174 if (!wcspbrk(Arg, L"*?")) {
/external/llvm/lib/Support/Windows/
DProcess.inc186 if (!wcspbrk(Arg, L"*?")) {
/external/python/cpython3/PC/
Dlauncher.c1093 p = wcspbrk(skipped, L" \t\r\n"); in parse_shebang()
/external/musl/
Dsources.bp1834 "src/string/wcspbrk.c",
/external/google-breakpad/src/tools/windows/dump_syms/testdata/
Ddump_syms_regtest64.sym232 FILE 6616 f:\dd\vctools\crt\crtw32\string\wcspbrk.c
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt3258 fun:wcspbrk=uninstrumented
/external/libabigail/tests/data/test-abidiff/
Dtest-PR18791-v0.so.abi4131 …<function-decl name='wcspbrk' mangled-name='wcspbrk' filepath='/usr/include/wchar.h' line='262' co…
Dtest-PR18791-v1.so.abi4271 …<function-decl name='wcspbrk' mangled-name='wcspbrk' filepath='/usr/include/wchar.h' line='262' co…
/external/libabigail/tests/data/test-read-dwarf/
DPR22015-libboost_iostreams.so.abi1241 …<function-decl name='wcspbrk' filepath='/usr/include/wchar.h' line='269' column='1' visibility='de…
Dtest9-pr18818-clang.so.abi1236 …<function-decl name='wcspbrk' filepath='/usr/include/wchar.h' line='266' column='1' visibility='de…
DPR22122-libftdc.so.abi1671 …<function-decl name='wcspbrk' filepath='/usr/include/wchar.h' line='269' column='1' visibility='de…
/external/google-breakpad/src/processor/testdata/symbols/kernel32.pdb/BCE8785C57B44245A669896B6A19B9542/
Dkernel32.sym1551 PUBLIC 7f93a 0 wcspbrk
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/
Dlibc-2.13.so.sym589 PUBLIC 90950 0 wcspbrk

12