HomeSort by relevance Sort by last modified time
    Searched refs:wcsspn (Results 1 - 8 of 8) 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/bionic/
wcstod.cpp 47 size_t max_len = wcsspn(str, L"-+0123456789.xXeEpP()nNaAiIfFtTyY");
  /device/linaro/bootloader/edk2/StdLib/LibC/Wchar/
Searching.c 148 /** The wcsspn function computes the length of the maximum initial segment of
152 @return The wcsspn function returns the length of the segment.
154 size_t wcsspn(const wchar_t *s1, const wchar_t *s2) function
  /bionic/tests/headers/posix/
wchar_h.c 100 FUNCTION(wcsspn, size_t (*f)(const wchar_t*, const wchar_t*));
  /device/linaro/bootloader/edk2/StdLib/Include/
wchar.h 111 size_t wcsspn (const wchar_t *s1, const wchar_t *s2);
    [all...]
  /external/libcxx/test/std/strings/c.strings/
cwchar.pass.cpp 92 ASSERT_SAME_TYPE(std::size_t, decltype(std::wcsspn(L"", L"")));
  /bionic/libc/include/
wchar.h 95 size_t wcsspn(const wchar_t* __s, const wchar_t* __accept);
  /external/libcxx/test/std/depr/depr.c.headers/
wchar_h.pass.cpp 90 static_assert((std::is_same<decltype(wcsspn(L"", L"")), size_t>::value), "");

Completed in 832 milliseconds