HomeSort by relevance Sort by last modified time
    Searched refs:wcsspn (Results 1 - 16 of 16) sorted by null

  /bionic/libc/upstream-freebsd/lib/libc/string/
wcsspn.c 26 * citrus Id: wcsspn.c,v 1.1 1999/12/29 21:47:45 tshiozak Exp
32 __RCSID("$NetBSD: wcsspn.c,v 1.1 2000/12/23 23:14:37 itojun Exp $");
40 wcsspn(const wchar_t *s, const wchar_t *set) function
  /bionic/libc/upstream-openbsd/lib/libc/locale/
_wcstod.h 81 size = wcsspn(src, L"0123456789");
85 size = wcsspn(src, L"0123456789");
92 size = wcsspn(src, L"0123456789");
  /development/ndk/platforms/android-3/include/
wchar.h 135 extern size_t wcsspn(const wchar_t *, const wchar_t *);
  /development/ndk/platforms/android-8/include/
wchar.h 141 extern size_t wcsspn(const wchar_t *, const wchar_t *);
  /development/ndk/platforms/android-9/include/
wchar.h 122 extern size_t wcsspn(const wchar_t *, const wchar_t *);
  /external/bison/lib/
wchar.in.h 900 _GL_FUNCDECL_SYS (wcsspn, size_t, (const wchar_t *wcs, const wchar_t *accept)
903 _GL_CXXALIAS_SYS (wcsspn, size_t, (const wchar_t *wcs, const wchar_t *accept));
904 _GL_CXXALIASWARN (wcsspn);
906 # undef wcsspn
908 _GL_WARN_ON_USE (wcsspn, "wcsspn is unportable - "
909 "use gnulib module wcsspn for portability");
    [all...]
  /external/bison/darwin-lib/
wchar.h 1218 # undef wcsspn macro
    [all...]
  /external/bison/linux-lib/
wchar.h 1218 # undef wcsspn macro
    [all...]
  /bionic/libc/include/
wchar.h 131 extern size_t wcsspn(const wchar_t *, const wchar_t *);
  /development/ndk/platforms/android-L/include/
wchar.h 131 extern size_t wcsspn(const wchar_t *, const wchar_t *);
  /external/ltrace/testsuite/ltrace.minor/
wchar.exp 110 i = wcsspn(wbuf, L"/");
184 {{^wcsspn\("/????l??/", "/"\).*= 1} == 1}
  /external/libcxx/test/depr/depr.c.headers/
wchar_h.pass.cpp 87 static_assert((std::is_same<decltype(wcsspn(L"", L"")), size_t>::value), "");
  /external/libcxx/test/strings/c.strings/
cwchar.pass.cpp 90 static_assert((std::is_same<decltype(std::wcsspn(L"", L"")), std::size_t>::value), "");
  /external/ltrace/etc/
libc.so.conf 503 ulong wcsspn(wstring_t, wstring_t);
  /bionic/libc/
Android.mk 267 upstream-freebsd/lib/libc/string/wcsspn.c \
    [all...]
  /external/bison/
configure     [all...]

Completed in 651 milliseconds