Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functionalext/supplement/string/
Dwcscspn.c29 size_t result = wcscspn(L"hello world", L"abcdefghijklmnopqrstuvwxyz"); in wcscspn_0100()
42 size_t result = wcscspn(L"hello world", L" "); in wcscspn_0200()
56 size_t result = wcscspn(L"hello world", L"!"); in wcscspn_0300()
Dtest_src_functionalext_supplement_string.gni30 "wcscspn",
/third_party/musl/src/string/
Dwcspbrk.c5 s += wcscspn(s, b); in wcspbrk()
Dwcstok.c8 *p = s + wcscspn(s, sep); in wcstok()
Dwcscspn.c3 size_t wcscspn(const wchar_t *s, const wchar_t *c) in wcscspn() function
/third_party/musl/libc-test/src/api/
Dwchar.c52 {size_t(*p)(const wchar_t*,const wchar_t*) = wcscspn;} in f()
/third_party/boost/boost/compatibility/cpp_c_headers/
Dcwchar41 using ::wcscspn;
/third_party/musl/porting/liteos_a/kernel/include/
Dwchar.h65 size_t wcscspn (const wchar_t *, const wchar_t *);
/third_party/musl/ndk_musl_include/
Dwchar.h65 size_t wcscspn (const wchar_t *, const wchar_t *);
/third_party/musl/include/
Dwchar.h65 size_t wcscspn (const wchar_t *, const wchar_t *);
/third_party/musl/porting/liteos_m/kernel/include/
Dwchar.h67 size_t wcscspn (const wchar_t *, const wchar_t *);
/third_party/musl/porting/uniproton/kernel/include/
Dwchar.h67 size_t wcscspn (const wchar_t *, const wchar_t *);
/third_party/musl/
Dlibc.map.txt1899 wcscspn;
Dmusl_src.gni1255 "src/string/wcscspn.c",