Home
last modified time | relevance | path

Searched refs:__libcpp_wmemchr (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dwchar.h189 inline _LIBCPP_HIDE_FROM_ABI wchar_t* __libcpp_wmemchr(const wchar_t* __s, wchar_t __c, size_t __n)… in __libcpp_wmemchr() function
194 return __libcpp_wmemchr(__s, __c, __n); in wmemchr()
197 return __libcpp_wmemchr(__s, __c, __n); in wmemchr()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dwchar.h183 inline _LIBCPP_HIDE_FROM_ABI wchar_t* __libcpp_wmemchr(const wchar_t* __s, wchar_t __c, size_t __n)… in __libcpp_wmemchr() function
188 return __libcpp_wmemchr(__s, __c, __n); in wmemchr()
191 return __libcpp_wmemchr(__s, __c, __n); in wmemchr()