Home
last modified time | relevance | path

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

/src/contrib/llvm-project/libcxx/include/
H A Dwchar.h147 inline _LIBCPP_HIDE_FROM_ABI wchar_t* __libcpp_wcschr(const wchar_t* __s, wchar_t __c) { in __libcpp_wcschr() function
151 return __libcpp_wcschr(__s, __c); in wcschr()
154 return __libcpp_wcschr(__s, __c); in wcschr()