Home
last modified time | relevance | path

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

12

/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/musl/ndk_musl_include/
Dwchar.h65 size_t wcscspn (const wchar_t *, const wchar_t *);
/third_party/musl/porting/liteos_a/kernel/include/
Dwchar.h67 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/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.txt1923 wcscspn;
Dmusl_src.gni1327 "src/string/wcscspn.c",
/third_party/libabigail/tests/data/test-annotate/
Dlibtest23.so.abi593 <!-- 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…
Dlibtest24-drop-fns.so.abi766 <!-- 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…
Dlibtest24-drop-fns-2.so.abi766 <!-- 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/
Dlibtest23.so.abi372 …<function-decl name='wcscspn' filepath='/usr/include/wchar.h' line='252' column='1' visibility='de…
Dlibtest24-drop-fns.so.abi500 …<function-decl name='wcscspn' filepath='/usr/include/wchar.h' line='252' column='1' visibility='de…
Dlibtest24-drop-fns-2.so.abi500 …<function-decl name='wcscspn' filepath='/usr/include/wchar.h' line='252' column='1' visibility='de…
Dtest-libaaudio.so.abi1898 …<function-decl name='wcscspn' filepath='bionic/libc/include/wchar.h' line='82' column='1' visibili…
DPR22015-libboost_iostreams.so.abi1235 …<function-decl name='wcscspn' filepath='/usr/include/wchar.h' line='255' column='1' visibility='de…
Dtest9-pr18818-clang.so.abi1111 …<function-decl name='wcscspn' filepath='/usr/include/wchar.h' line='252' column='1' visibility='de…
Dtest10-pr18818-gcc.so.abi2470 …<function-decl name='wcscspn' filepath='/usr/include/wchar.h' line='252' column='1' visibility='de…
/third_party/libabigail/tests/data/test-abidiff/
Dtest-PR18791-v0.so.abi3966 …<function-decl name='wcscspn' filepath='/usr/include/wchar.h' line='252' column='1' visibility='de…
Dtest-PR18791-v1.so.abi4106 …<function-decl name='wcscspn' filepath='/usr/include/wchar.h' line='252' column='1' visibility='de…

12