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

  /bionic/libc/upstream-freebsd/lib/libc/string/
wcspbrk.c 26 * citrus Id: wcspbrk.c,v 1.2 2000/12/21 05:07:25 itojun Exp
32 __RCSID("$NetBSD: wcspbrk.c,v 1.1 2000/12/23 23:14:37 itojun Exp $");
40 wcspbrk(const wchar_t *s, const wchar_t *set) function
  /external/libcxx/include/
wchar.h 80 const wchar_t* wcspbrk(const wchar_t* s1, const wchar_t* s2);
81 wchar_t* wcspbrk( wchar_t* s1, const wchar_t* s2);
140 wchar_t* __libcpp_wcspbrk(const wchar_t* __s1, const wchar_t* __s2) {return (wchar_t*)wcspbrk(__s1, __s2);}
142 const wchar_t* wcspbrk(const wchar_t* __s1, const wchar_t* __s2) {return __libcpp_wcspbrk(__s1, __s2);} function
144 wchar_t* wcspbrk( wchar_t* __s1, const wchar_t* __s2) {return __libcpp_wcspbrk(__s1, __s2);} function
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
wchar.h 80 const wchar_t* wcspbrk(const wchar_t* s1, const wchar_t* s2);
81 wchar_t* wcspbrk( wchar_t* s1, const wchar_t* s2);
140 wchar_t* __libcpp_wcspbrk(const wchar_t* __s1, const wchar_t* __s2) {return (wchar_t*)wcspbrk(__s1, __s2);}
142 const wchar_t* wcspbrk(const wchar_t* __s1, const wchar_t* __s2) {return __libcpp_wcspbrk(__s1, __s2);} function
144 wchar_t* wcspbrk( wchar_t* __s1, const wchar_t* __s2) {return __libcpp_wcspbrk(__s1, __s2);} function
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
wchar.h 80 const wchar_t* wcspbrk(const wchar_t* s1, const wchar_t* s2);
81 wchar_t* wcspbrk( wchar_t* s1, const wchar_t* s2);
140 wchar_t* __libcpp_wcspbrk(const wchar_t* __s1, const wchar_t* __s2) {return (wchar_t*)wcspbrk(__s1, __s2);}
142 const wchar_t* wcspbrk(const wchar_t* __s1, const wchar_t* __s2) {return __libcpp_wcspbrk(__s1, __s2);} function
144 wchar_t* wcspbrk( wchar_t* __s1, const wchar_t* __s2) {return __libcpp_wcspbrk(__s1, __s2);} function
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/
wchar.h 80 const wchar_t* wcspbrk(const wchar_t* s1, const wchar_t* s2);
81 wchar_t* wcspbrk( wchar_t* s1, const wchar_t* s2);
140 wchar_t* __libcpp_wcspbrk(const wchar_t* __s1, const wchar_t* __s2) {return (wchar_t*)wcspbrk(__s1, __s2);}
142 const wchar_t* wcspbrk(const wchar_t* __s1, const wchar_t* __s2) {return __libcpp_wcspbrk(__s1, __s2);} function
144 wchar_t* wcspbrk( wchar_t* __s1, const wchar_t* __s2) {return __libcpp_wcspbrk(__s1, __s2);} function
  /device/linaro/bootloader/edk2/StdLib/LibC/Wchar/
Searching.c 105 /** The wcspbrk function locates the first occurrence in the wide string
109 @return The wcspbrk function returns a pointer to the wide character
113 wchar_t *wcspbrk(const wchar_t *s1, const wchar_t *s2) function
  /prebuilts/ndk/r11/sources/android/support/src/
wchar_support.c 191 wchar_t *wcspbrk(const wchar_t *s, const wchar_t *set) { function
  /prebuilts/ndk/r13/sources/android/support/src/
wchar_support.c 191 wchar_t *wcspbrk(const wchar_t *s, const wchar_t *set) { function
  /external/bison/darwin-lib/
wchar.h 1251 # undef wcspbrk macro
    [all...]
  /external/bison/linux-lib/
wchar.h 1251 # undef wcspbrk macro
    [all...]

Completed in 681 milliseconds