HomeSort by relevance Sort by last modified time
    Searched defs:wcsrchr (Results 1 - 9 of 9) sorted by null

  /bionic/libc/upstream-freebsd/lib/libc/string/
wcsrchr.c 33 wcsrchr(const wchar_t *s, wchar_t c) function
  /bionic/libc/arch-x86/atom/string/
sse2-wcsrchr-atom.S 89 ENTRY (wcsrchr) function
402 END (wcsrchr)
  /external/libcxx/include/
wchar.h 82 const wchar_t* wcsrchr(const wchar_t* s, wchar_t c);
83 wchar_t* wcsrchr( wchar_t* s, wchar_t c);
147 wchar_t* __libcpp_wcsrchr(const wchar_t* __s, wchar_t __c) {return (wchar_t*)wcsrchr(__s, __c);}
149 const wchar_t* wcsrchr(const wchar_t* __s, wchar_t __c) {return __libcpp_wcsrchr(__s, __c);} function
151 wchar_t* wcsrchr( wchar_t* __s, wchar_t __c) {return __libcpp_wcsrchr(__s, __c);} function
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/
wchar.h 82 const wchar_t* wcsrchr(const wchar_t* s, wchar_t c);
83 wchar_t* wcsrchr( wchar_t* s, wchar_t c);
147 wchar_t* __libcpp_wcsrchr(const wchar_t* __s, wchar_t __c) {return (wchar_t*)wcsrchr(__s, __c);}
149 const wchar_t* wcsrchr(const wchar_t* __s, wchar_t __c) {return __libcpp_wcsrchr(__s, __c);} function
151 wchar_t* wcsrchr( wchar_t* __s, wchar_t __c) {return __libcpp_wcsrchr(__s, __c);} function
  /device/linaro/bootloader/edk2/StdLib/LibC/Wchar/
Searching.c 130 /** The wcsrchr function locates the last occurrence of c in the wide string
134 @return The wcsrchr function returns a pointer to the wide character,
137 wchar_t *wcsrchr(const wchar_t *s, wchar_t c) function
  /prebuilts/ndk/r11/sources/android/support/src/
wchar_support.c 215 wchar_t *wcsrchr(const wchar_t *s, wchar_t c) { function
  /prebuilts/ndk/r13/sources/android/support/src/
wchar_support.c 215 wchar_t *wcsrchr(const wchar_t *s, wchar_t c) { function
  /external/bison/darwin-lib/
wchar.h 1182 # undef wcsrchr macro
    [all...]
  /external/bison/linux-lib/
wchar.h 1182 # undef wcsrchr macro
    [all...]

Completed in 694 milliseconds