Searched refs:wcscspn (Results 1 – 14 of 14) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/string/ |
D | wcscspn.c | 29 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()
|
D | test_src_functionalext_supplement_string.gni | 30 "wcscspn",
|
/third_party/musl/src/string/ |
D | wcspbrk.c | 5 s += wcscspn(s, b); in wcspbrk()
|
D | wcstok.c | 8 *p = s + wcscspn(s, sep); in wcstok()
|
D | wcscspn.c | 3 size_t wcscspn(const wchar_t *s, const wchar_t *c) in wcscspn() function
|
/third_party/musl/libc-test/src/api/ |
D | wchar.c | 52 {size_t(*p)(const wchar_t*,const wchar_t*) = wcscspn;} in f()
|
/third_party/boost/boost/compatibility/cpp_c_headers/ |
D | cwchar | 41 using ::wcscspn;
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | wchar.h | 65 size_t wcscspn (const wchar_t *, const wchar_t *);
|
/third_party/musl/ndk_musl_include/ |
D | wchar.h | 65 size_t wcscspn (const wchar_t *, const wchar_t *);
|
/third_party/musl/include/ |
D | wchar.h | 65 size_t wcscspn (const wchar_t *, const wchar_t *);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | wchar.h | 67 size_t wcscspn (const wchar_t *, const wchar_t *);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | wchar.h | 67 size_t wcscspn (const wchar_t *, const wchar_t *);
|
/third_party/musl/ |
D | libc.map.txt | 1899 wcscspn;
|
D | musl_src.gni | 1255 "src/string/wcscspn.c",
|