Home
last modified time | relevance | path

Searched refs:wcsspn (Results 1 – 9 of 9) sorted by relevance

/bionic/libc/upstream-freebsd/lib/libc/string/
Dwcsspn.c42 wcsspn(const wchar_t *s, const wchar_t *set) in wcsspn() function
/bionic/libc/bionic/
Dwcstod.cpp47 size_t max_len = wcsspn(str, L"-+0123456789.xXeEpP()nNaAiIfFtTyY"); in wcstod()
/bionic/tests/headers/posix/
Dwchar_h.c100 FUNCTION(wcsspn, size_t (*f)(const wchar_t*, const wchar_t*)); in wchar_h()
/bionic/tests/
Dwchar_test.cpp1086 TEST(wchar, wcsspn) { in TEST() argument
1087 ASSERT_EQ(0U, wcsspn(L"hello world", L"!")); in TEST()
1088 ASSERT_EQ(5U, wcsspn(L"hello world", L"abcdefghijklmnopqrstuvwxyz")); in TEST()
1089 ASSERT_EQ(11U, wcsspn(L"hello world", L"abcdefghijklmnopqrstuvwxyz ")); in TEST()
/bionic/libc/include/
Dwchar.h95 size_t wcsspn(const wchar_t* __s, const wchar_t* __accept);
/bionic/libc/tools/
Dposix-2013.txt1155 wcsspn
/bionic/tools/versioner/platforms/
Dlibc.map.txt1186 wcsspn;
/bionic/libc/
Dlibc.map.txt1186 wcsspn;
DAndroid.bp339 "upstream-freebsd/lib/libc/string/wcsspn.c",