Searched defs:wcschr (Results 1 - 5 of 5) sorted by relevance

/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/include/
H A Dwchar.h76 const wchar_t* wcschr(const wchar_t* s, wchar_t c);
77 wchar_t* wcschr( wchar_t* s, wchar_t c);
121 // Determine whether we have const-correct overloads for wcschr and friends.
133 wchar_t* __libcpp_wcschr(const wchar_t* __s, wchar_t __c) {return (wchar_t*)wcschr(__s, __c);}
135 const wchar_t* wcschr(const wchar_t* __s, wchar_t __c) {return __libcpp_wcschr(__s, __c);} function
137 wchar_t* wcschr( wchar_t* __s, wchar_t __c) {return __libcpp_wcschr(__s, __c);} function
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/
H A Dwchar.h76 const wchar_t* wcschr(const wchar_t* s, wchar_t c);
77 wchar_t* wcschr( wchar_t* s, wchar_t c);
121 // Determine whether we have const-correct overloads for wcschr and friends.
133 wchar_t* __libcpp_wcschr(const wchar_t* __s, wchar_t __c) {return (wchar_t*)wcschr(__s, __c);}
135 const wchar_t* wcschr(const wchar_t* __s, wchar_t __c) {return __libcpp_wcschr(__s, __c);} function
137 wchar_t* wcschr( wchar_t* __s, wchar_t __c) {return __libcpp_wcschr(__s, __c);} function
/prebuilts/ndk/current/sources/android/support/src/
H A Dwchar_support.c203 wchar_t *wcschr(const wchar_t *s, wchar_t c) { function
253 wchar_t* p = wcschr(s, find_c);
/prebuilts/ndk/r11/sources/android/support/src/
H A Dwchar_support.c203 wchar_t *wcschr(const wchar_t *s, wchar_t c) { function
253 wchar_t* p = wcschr(s, find_c);
/prebuilts/ndk/r13/sources/android/support/src/
H A Dwchar_support.c203 wchar_t *wcschr(const wchar_t *s, wchar_t c) { function
253 wchar_t* p = wcschr(s, find_c);

Completed in 727 milliseconds