Searched refs:wcsspn (Results 1 - 9 of 9) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/string/ |
H A D | wcsspn.c | 23 * @tc.desc : Test the wcsspn function to get the length of the largest initial segment of the wide string pointed 28 size_t result = wcsspn(L"hello world", L"abcdefghijklmnopqrstuvwxyz"); in wcsspn_0100() 31 t_error("%s wcsspn get result is %d are not want 5U\n", __func__, result); in wcsspn_0100() 37 * @tc.desc : Test the wcsspn result when the search string contains spaces 42 size_t result = wcsspn(L"hello world", L"abcdefghijklmnopqrstuvwxyz "); in wcsspn_0200() 45 t_error("%s wcsspn get result is %d are not want 11U\n", __func__, result); in wcsspn_0200() 51 * @tc.desc : The result of the wcsspn function when no target exists for the retrieved string 56 size_t result = wcsspn(L"hello world", L"!"); in wcsspn_0300() 58 t_error("%s wcsspn get result is %d are not want 0U\n", __func__, result); in wcsspn_0300()
|
/third_party/musl/src/string/ |
H A D | wcsspn.c | 3 size_t wcsspn(const wchar_t *s, const wchar_t *c) in wcsspn() function
|
H A D | wcstok.c | 6 s += wcsspn(s, sep); in wcstok()
|
/third_party/musl/libc-test/src/api/ |
H A D | wchar.c | 61 {size_t(*p)(const wchar_t*,const wchar_t*) = wcsspn;} in f()
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | wchar.h | 68 size_t wcsspn (const wchar_t *, const wchar_t *);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | wchar.h | 68 size_t wcsspn (const wchar_t *, const wchar_t *);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | wchar.h | 68 size_t wcsspn (const wchar_t *, const wchar_t *);
|
/third_party/musl/include/ |
H A D | wchar.h | 68 size_t wcsspn (const wchar_t *, const wchar_t *);
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 370 extern size_t wcsspn (const wchar_t *__wcs, const wchar_t *__accept) 14057 using ::wcsspn; [all...] |
Completed in 27 milliseconds