/bionic/libc/upstream-freebsd/lib/libc/string/ |
wcschr.c | 33 wcschr(const wchar_t *s, wchar_t c) function
|
/bionic/libc/arch-x86/atom/string/ |
sse2-wcschr-atom.S | 88 ENTRY (wcschr) function 267 END (wcschr)
|
/external/libcxx/include/ |
wchar.h | 76 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/clang/host/darwin-x86/clang-4053586/include/c++/v1/ |
wchar.h | 76 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/clang/host/linux-x86/clang-4053586/include/c++/v1/ |
wchar.h | 76 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/ |
wchar.h | 76 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
|
/device/linaro/bootloader/edk2/StdLib/LibC/Wchar/ |
Searching.c | 31 /** The wcschr function locates the first occurrence of c in the wide string
35 @return The wcschr function returns a pointer to the located wide
39 wchar_t *wcschr(const wchar_t *s, wchar_t c)
function
|
/prebuilts/ndk/r11/sources/android/support/src/ |
wchar_support.c | 203 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/ |
wchar_support.c | 203 wchar_t *wcschr(const wchar_t *s, wchar_t c) { function 253 wchar_t* p = wcschr(s, find_c);
|
/external/bison/darwin-lib/ |
wchar.h | 1152 # undef wcschr macro [all...] |
/external/bison/linux-lib/ |
wchar.h | 1152 # undef wcschr macro [all...] |