HomeSort by relevance Sort by last modified time
    Searched refs:wcsspn (Results 1 - 15 of 15) 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...]
  /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), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
wchar_h.pass.cpp 90 static_assert((std::is_same<decltype(wcsspn(L"", L"")), size_t>::value), "");
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tchar.h 264 #define _tcsspn wcsspn
466 #define _wcsspnp(_cpc1,_cpc2) (!_cpc1 ? NULL : ((*((_cpc1)+wcsspn(_cpc1,_cpc2))) ? ((_cpc1)+wcsspn(_cpc1,_cpc2)) : NULL))
string.h 136 size_t __cdecl wcsspn(const wchar_t *_Str,const wchar_t *_Control);
wchar.h     [all...]
  /external/libcxx/test/std/strings/c.strings/
cwchar.pass.cpp 89 static_assert((std::is_same<decltype(std::wcsspn(L"", L"")), std::size_t>::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/c.strings/
cwchar.pass.cpp 89 static_assert((std::is_same<decltype(std::wcsspn(L"", L"")), std::size_t>::value), "");
  /prebuilts/ndk/r16/sources/android/support/
Android.mk 69 $(BIONIC_PATH)/libc/upstream-freebsd/lib/libc/string/wcsspn.c \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
wchar.h 253 extern size_t wcsspn (__const wchar_t *__wcs, __const wchar_t *__accept)

Completed in 474 milliseconds