Searched refs:__libcpp_wcschr (Results 1 – 2 of 2) sorted by relevance
147 inline _LIBCPP_HIDE_FROM_ABI wchar_t* __libcpp_wcschr(const wchar_t* __s, wchar_t __c) { in __libcpp_wcschr() function151 return __libcpp_wcschr(__s, __c); in wcschr()154 return __libcpp_wcschr(__s, __c); in wcschr()
141 inline _LIBCPP_HIDE_FROM_ABI wchar_t* __libcpp_wcschr(const wchar_t* __s, wchar_t __c) { in __libcpp_wcschr() function145 return __libcpp_wcschr(__s, __c); in wcschr()148 return __libcpp_wcschr(__s, __c); in wcschr()