Searched refs:wcscspn (Results 1 – 8 of 8) sorted by relevance
/bionic/libc/upstream-freebsd/lib/libc/string/ |
D | wcscspn.c | 42 wcscspn(const wchar_t *s, const wchar_t *set) in wcscspn() function
|
/bionic/tests/headers/posix/ |
D | wchar_h.c | 86 FUNCTION(wcscspn, size_t (*f)(const wchar_t*, const wchar_t*)); in wchar_h()
|
/bionic/tests/ |
D | wchar_test.cpp | 1080 TEST(wchar, wcscspn) { in TEST() argument 1081 ASSERT_EQ(0U, wcscspn(L"hello world", L"abcdefghijklmnopqrstuvwxyz")); in TEST() 1082 ASSERT_EQ(5U, wcscspn(L"hello world", L" ")); in TEST() 1083 ASSERT_EQ(11U, wcscspn(L"hello world", L"!")); in TEST()
|
/bionic/libc/include/ |
D | wchar.h | 82 size_t wcscspn(const wchar_t* __s, const wchar_t* __accept);
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1141 wcscspn
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1170 wcscspn;
|
/bionic/libc/ |
D | libc.map.txt | 1170 wcscspn;
|
D | Android.bp | 328 "upstream-freebsd/lib/libc/string/wcscspn.c",
|