Searched refs:wcscspn (Results 1 – 25 of 39) sorted by relevance
12
/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/musl/ndk_musl_include/ |
D | wchar.h | 65 size_t wcscspn (const wchar_t *, const wchar_t *);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | wchar.h | 67 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/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 | 1923 wcscspn;
|
D | musl_src.gni | 1327 "src/string/wcscspn.c",
|
/third_party/libabigail/tests/data/test-annotate/ |
D | libtest23.so.abi | 593 <!-- size_t wcscspn(const wchar_t*, const wchar_t*) --> 594 …<function-decl name='wcscspn' filepath='/usr/include/wchar.h' line='252' column='1' visibility='de…
|
D | libtest24-drop-fns.so.abi | 766 <!-- size_t wcscspn(const wchar_t*, const wchar_t*) --> 767 …<function-decl name='wcscspn' filepath='/usr/include/wchar.h' line='252' column='1' visibility='de…
|
D | libtest24-drop-fns-2.so.abi | 766 <!-- size_t wcscspn(const wchar_t*, const wchar_t*) --> 767 …<function-decl name='wcscspn' filepath='/usr/include/wchar.h' line='252' column='1' visibility='de…
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | libtest23.so.abi | 372 …<function-decl name='wcscspn' filepath='/usr/include/wchar.h' line='252' column='1' visibility='de…
|
D | libtest24-drop-fns.so.abi | 500 …<function-decl name='wcscspn' filepath='/usr/include/wchar.h' line='252' column='1' visibility='de…
|
D | libtest24-drop-fns-2.so.abi | 500 …<function-decl name='wcscspn' filepath='/usr/include/wchar.h' line='252' column='1' visibility='de…
|
D | test-libaaudio.so.abi | 1898 …<function-decl name='wcscspn' filepath='bionic/libc/include/wchar.h' line='82' column='1' visibili…
|
D | PR22015-libboost_iostreams.so.abi | 1235 …<function-decl name='wcscspn' filepath='/usr/include/wchar.h' line='255' column='1' visibility='de…
|
D | test9-pr18818-clang.so.abi | 1111 …<function-decl name='wcscspn' filepath='/usr/include/wchar.h' line='252' column='1' visibility='de…
|
D | test10-pr18818-gcc.so.abi | 2470 …<function-decl name='wcscspn' filepath='/usr/include/wchar.h' line='252' column='1' visibility='de…
|
/third_party/libabigail/tests/data/test-abidiff/ |
D | test-PR18791-v0.so.abi | 3966 …<function-decl name='wcscspn' filepath='/usr/include/wchar.h' line='252' column='1' visibility='de…
|
D | test-PR18791-v1.so.abi | 4106 …<function-decl name='wcscspn' filepath='/usr/include/wchar.h' line='252' column='1' visibility='de…
|
12