Searched refs:wcsspn (Results 1 – 9 of 9) sorted by relevance
/bionic/libc/upstream-freebsd/lib/libc/string/ |
D | wcsspn.c | 42 wcsspn(const wchar_t *s, const wchar_t *set) in wcsspn() function
|
/bionic/libc/bionic/ |
D | wcstod.cpp | 47 size_t max_len = wcsspn(str, L"-+0123456789.xXeEpP()nNaAiIfFtTyY"); in wcstod()
|
/bionic/tests/headers/posix/ |
D | wchar_h.c | 100 FUNCTION(wcsspn, size_t (*f)(const wchar_t*, const wchar_t*)); in wchar_h()
|
/bionic/tests/ |
D | wchar_test.cpp | 1086 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/ |
D | wchar.h | 95 size_t wcsspn(const wchar_t* __s, const wchar_t* __accept);
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1155 wcsspn
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1186 wcsspn;
|
/bionic/libc/ |
D | libc.map.txt | 1186 wcsspn;
|
D | Android.bp | 339 "upstream-freebsd/lib/libc/string/wcsspn.c",
|