Searched refs:wcswcs (Results 1 - 7 of 7) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/string/ |
H A D | wcswcs.c | 24 wchar_t *q = wcswcs(p, sub); \ 26 t_error("wcswcs(%s,%s) returned str+%d, wanted 0\n", #s, #sub, q - p); \ 32 wchar_t *q = wcswcs(p, sub); \ 34 t_error("wcswcs(%s,%s) returned 0, wanted str+%d\n", #s, #sub, n); \ 36 t_error("wcswcs(%s,%s) returned str+%d, wanted str+%d\n", #s, #sub, q - p, n); \ 41 * @tc.desc : Test the wcswcs method to find the first occurrence of the second wide string from the first wide 73 * @tc.desc : Test the result of the wcswcs method when the second substring cannot be found from the first
|
/third_party/musl/src/string/ |
H A D | wcswcs.c | 3 wchar_t *wcswcs(const wchar_t *haystack, const wchar_t *needle) in wcswcs() function
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | wchar.h | 76 wchar_t *wcswcs (const wchar_t *, const wchar_t *);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | wchar.h | 76 wchar_t *wcswcs (const wchar_t *, const wchar_t *);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | wchar.h | 76 wchar_t *wcswcs (const wchar_t *, const wchar_t *);
|
/third_party/musl/include/ |
H A D | wchar.h | 76 wchar_t *wcswcs (const wchar_t *, const wchar_t *);
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 388 extern wchar_t *wcswcs (const wchar_t *__haystack, const wchar_t *__needle) [all...] |
Completed in 43 milliseconds