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

  /bionic/libc/upstream-freebsd/lib/libc/string/
wcscspn.c 26 * citrus Id: wcscspn.c,v 1.1 1999/12/29 21:47:45 tshiozak Exp
32 __RCSID("$NetBSD: wcscspn.c,v 1.1 2000/12/23 23:14:36 itojun Exp $");
40 wcscspn(const wchar_t *s, const wchar_t *set) function
  /device/linaro/bootloader/edk2/StdLib/LibC/Wchar/
Searching.c 78 /** The wcscspn function computes the length of the maximum initial segment of
82 @return The wcscspn function returns the length of the segment.
84 size_t wcscspn(const wchar_t *s1, const wchar_t *s2) function
  /bionic/tests/headers/posix/
wchar_h.c 86 FUNCTION(wcscspn, size_t (*f)(const wchar_t*, const wchar_t*));
  /device/linaro/bootloader/edk2/StdLib/Include/
wchar.h 108 size_t wcscspn (const wchar_t *s1, const wchar_t *s2);
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/Utility/
Path.c 74 MapLen = wcscspn(Path, L"\\:");
  /external/libcxx/test/std/strings/c.strings/
cwchar.pass.cpp 88 ASSERT_SAME_TYPE(std::size_t, decltype(std::wcscspn(L"", L"")));
  /bionic/libc/include/
wchar.h 82 size_t wcscspn(const wchar_t* __s, const wchar_t* __accept);
  /external/libcxx/test/std/depr/depr.c.headers/
wchar_h.pass.cpp 86 static_assert((std::is_same<decltype(wcscspn(L"", L"")), size_t>::value), "");

Completed in 489 milliseconds