Home
last modified time | relevance | path

Searched refs:wcswcs (Results 1 - 7 of 7) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/string/
H A Dwcswcs.c24 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 Dwcswcs.c3 wchar_t *wcswcs(const wchar_t *haystack, const wchar_t *needle) in wcswcs() function
/third_party/musl/porting/liteos_m/kernel/include/
H A Dwchar.h76 wchar_t *wcswcs (const wchar_t *, const wchar_t *);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dwchar.h76 wchar_t *wcswcs (const wchar_t *, const wchar_t *);
/third_party/musl/porting/uniproton/kernel/include/
H A Dwchar.h76 wchar_t *wcswcs (const wchar_t *, const wchar_t *);
/third_party/musl/include/
H A Dwchar.h76 wchar_t *wcswcs (const wchar_t *, const wchar_t *);
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp388 extern wchar_t *wcswcs (const wchar_t *__haystack, const wchar_t *__needle)
[all...]

Completed in 43 milliseconds