Home
last modified time | relevance | path

Searched refs:wcscspn (Results 1 – 8 of 8) sorted by relevance

/bionic/libc/upstream-freebsd/lib/libc/string/
Dwcscspn.c42 wcscspn(const wchar_t *s, const wchar_t *set) in wcscspn() function
/bionic/tests/headers/posix/
Dwchar_h.c86 FUNCTION(wcscspn, size_t (*f)(const wchar_t*, const wchar_t*)); in wchar_h()
/bionic/tests/
Dwchar_test.cpp1080 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/
Dwchar.h82 size_t wcscspn(const wchar_t* __s, const wchar_t* __accept);
/bionic/libc/tools/
Dposix-2013.txt1141 wcscspn
/bionic/tools/versioner/platforms/
Dlibc.map.txt1170 wcscspn;
/bionic/libc/
Dlibc.map.txt1170 wcscspn;
DAndroid.bp328 "upstream-freebsd/lib/libc/string/wcscspn.c",