Home
last modified time | relevance | path

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

/src/contrib/llvm-project/libcxx/include/
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()