/external/libcxx/include/ |
D | wchar.h | 165 wchar_t* __libcpp_wmemchr(const wchar_t* __s, wchar_t __c, size_t __n) {return (wchar_t*)wmemchr(__… in __libcpp_wmemchr() 167 const wchar_t* wmemchr(const wchar_t* __s, wchar_t __c, size_t __n) {return __libcpp_wmemchr(__s, _… in wmemchr() function 169 …wchar_t* wmemchr( wchar_t* __s, wchar_t __c, size_t __n) {return __libcpp_wmemchr(__s, __c, _… in wmemchr() function
|
D | cwchar | 83 const wchar_t* wmemchr(const wchar_t* s, wchar_t c, size_t n); 84 wchar_t* wmemchr( wchar_t* s, wchar_t c, size_t n); 160 using ::wmemchr;
|
D | __string | 380 return wmemchr(__s, __a, __n);
|
/external/llvm-project/libcxx/include/ |
D | wchar.h | 165 wchar_t* __libcpp_wmemchr(const wchar_t* __s, wchar_t __c, size_t __n) {return (wchar_t*)wmemchr(__… in __libcpp_wmemchr() 167 const wchar_t* wmemchr(const wchar_t* __s, wchar_t __c, size_t __n) {return __libcpp_wmemchr(__s, _… in wmemchr() function 169 …wchar_t* wmemchr( wchar_t* __s, wchar_t __c, size_t __n) {return __libcpp_wmemchr(__s, __c, _… in wmemchr() function
|
D | cwchar | 82 const wchar_t* wmemchr(const wchar_t* s, wchar_t c, size_t n); 83 wchar_t* wmemchr( wchar_t* s, wchar_t c, size_t n); 159 using ::wmemchr;
|
D | __string | 569 return wmemchr(__s, __a, __n);
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | bugprone-not-null-terminated-result-wcslen.cpp | 15 position = (wchar_t *)wmemchr(src, L'\0', wcslen(src)); in bad_wmemchr_1() 25 position = (wchar_t *)wmemchr(L"foobar", L'\0', 6); in bad_wmemchr_2()
|
/external/rust/crates/libc/src/windows/gnu/ |
D | mod.rs | 15 pub fn wmemchr(cx: *const ::wchar_t, c: ::wchar_t, n: ::size_t) -> *mut ::wchar_t; in wmemchr() function
|
/external/llvm-project/libcxx/test/std/strings/c.strings/ |
D | cwchar.pass.cpp | 95 ASSERT_SAME_TYPE(wchar_t*, decltype(std::wmemchr((wchar_t*)0, L' ', s))); in main() 118 ASSERT_SAME_TYPE(const wchar_t*, decltype(std::wmemchr((const wchar_t*)0, L' ', s))); in main()
|
/external/libcxx/test/std/strings/c.strings/ |
D | cwchar.pass.cpp | 95 ASSERT_SAME_TYPE(wchar_t*, decltype(std::wmemchr((wchar_t*)0, L' ', s))); in main() 118 ASSERT_SAME_TYPE(const wchar_t*, decltype(std::wmemchr((const wchar_t*)0, L' ', s))); in main()
|
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/ |
D | wchar_h.pass.cpp | 95 static_assert((std::is_same<decltype(wmemchr((wchar_t*)0, L' ', s)), wchar_t*>::value), ""); in main() 118 …static_assert((std::is_same<decltype(wmemchr((const wchar_t*)0, L' ', s)), const wchar_t*>::value)… in main()
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | wchar_h.pass.cpp | 93 static_assert((std::is_same<decltype(wmemchr((wchar_t*)0, L' ', s)), wchar_t*>::value), ""); in main() 116 …static_assert((std::is_same<decltype(wmemchr((const wchar_t*)0, L' ', s)), const wchar_t*>::value)… in main()
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/Inputs/bugprone-not-null-terminated-result/ |
D | not-null-terminated-result-cxx.h | 62 void *wmemchr(const void *buffer, int c, size_t count);
|
/external/pdfium/core/fxcrt/ |
D | fx_system.h | 120 return wmemchr(ptr, ch, len); in FXSYS_chr()
|
D | widestring.cpp | 763 wmemchr(m_pData->m_String + start, ch, m_pData->m_nDataLength - start); in Find()
|
/external/llvm-project/clang/test/SemaCXX/ |
D | constexpr-string.cpp | 44 extern wchar_t *wmemchr(const wchar_t *s, wchar_t c, size_t n); 493 …constexpr bool b = !wmemchr(L"hello", L'h', 3); // expected-error {{constant expression}} expected…
|
/external/rust/crates/libc/src/unix/ |
D | mod.rs | 537 pub fn wmemchr(cx: *const wchar_t, c: wchar_t, n: size_t) -> *mut wchar_t; in wmemchr() function
|
/external/rust/crates/libc/src/vxworks/ |
D | mod.rs | 1153 pub fn wmemchr(cx: *const wchar_t, c: wchar_t, n: size_t) -> *mut wchar_t; in wmemchr() function
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | CSymbolMap.inc | 932 SYMBOL(wmemchr, None, <wchar.h>)
|
D | StdSymbolMap.inc | 1295 SYMBOL(wmemchr, std::, <cwchar>)
|
/external/llvm-project/clang/include/clang/Basic/ |
D | Builtins.def | 1042 LIBBUILTIN(wmemchr, "w*wC*wz", "f", "wchar.h", ALL_LANGUAGES)
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 3428 pub fn wmemchr(cx: *const wchar_t, c: wchar_t, n: size_t) -> *mut wchar_t; in wmemchr() function
|
/external/libcxx/lib/abi/3.9/ |
D | x86_64-linux-gnu.abilist | 2006 {'type': 'FUNC', 'name': 'wmemchr@GLIBC_2.2.5'}
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 3294 fun:wmemchr=uninstrumented
|
/external/llvm-project/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 3294 fun:wmemchr=uninstrumented
|