Home
last modified time | relevance | path

Searched refs:wmemchr (Results 1 – 25 of 33) sorted by relevance

12

/external/libcxx/include/
Dwchar.h165 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
Dcwchar83 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__string380 return wmemchr(__s, __a, __n);
/external/llvm-project/libcxx/include/
Dwchar.h165 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
Dcwchar82 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__string569 return wmemchr(__s, __a, __n);
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dbugprone-not-null-terminated-result-wcslen.cpp15 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/
Dmod.rs15 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/
Dcwchar.pass.cpp95 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/
Dcwchar.pass.cpp95 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/
Dwchar_h.pass.cpp95 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/
Dwchar_h.pass.cpp93 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/
Dnot-null-terminated-result-cxx.h62 void *wmemchr(const void *buffer, int c, size_t count);
/external/pdfium/core/fxcrt/
Dfx_system.h120 return wmemchr(ptr, ch, len); in FXSYS_chr()
Dwidestring.cpp763 wmemchr(m_pData->m_String + start, ch, m_pData->m_nDataLength - start); in Find()
/external/llvm-project/clang/test/SemaCXX/
Dconstexpr-string.cpp44 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/
Dmod.rs537 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/
Dmod.rs1153 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/
DCSymbolMap.inc932 SYMBOL(wmemchr, None, <wchar.h>)
DStdSymbolMap.inc1295 SYMBOL(wmemchr, std::, <cwchar>)
/external/llvm-project/clang/include/clang/Basic/
DBuiltins.def1042 LIBBUILTIN(wmemchr, "w*wC*wz", "f", "wchar.h", ALL_LANGUAGES)
/external/rust/crates/libc/src/fuchsia/
Dmod.rs3428 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/
Dx86_64-linux-gnu.abilist2006 {'type': 'FUNC', 'name': 'wmemchr@GLIBC_2.2.5'}
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt3294 fun:wmemchr=uninstrumented
/external/llvm-project/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt3294 fun:wmemchr=uninstrumented

12