Home
last modified time | relevance | path

Searched refs:wcscasecmp_l (Results 1 - 8 of 8) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/string/
H A Dwcscasecmp_l.c25 * @tc.desc : Test wcscasecmp_l compare case-ignoring wide strings
31 int result = wcscasecmp_l(L"hello", L"HELLO", local_info); in wcscasecmp_l_0100()
33 t_error("%s wcscasecmp_l get result is %d are not 0\n", __func__, result); in wcscasecmp_l_0100()
39 * @tc.desc : Test the result of calling wcscasecmp_l with uppercase letters, plus numbers, and lowercase letters
46 int result = wcscasecmp_l(L"hello1", L"HELLO2", local_info); in wcscasecmp_l_0200()
48 t_error("%s wcscasecmp_l get result is %d are more then 0\n", __func__, result); in wcscasecmp_l_0200()
54 * @tc.desc : Test the result of calling wcscasecmp_l with uppercase letters plus small numbers and lowercase
61 int result = wcscasecmp_l(L"hello2", L"HELLO1", local_info); in wcscasecmp_l_0300()
63 t_error("%s wcscasecmp_l get result is %d are less then 0\n", __func__, result); in wcscasecmp_l_0300()
69 * @tc.desc : Test the result of calling wcscasecmp_l fo
[all...]
/third_party/musl/src/string/
H A Dwcscasecmp_l.c3 int wcscasecmp_l(const wchar_t *l, const wchar_t *r, locale_t locale) in wcscasecmp_l() function
/third_party/musl/libc-test/src/api/
H A Dwchar.c84 {int(*p)(const wchar_t*,const wchar_t*,locale_t) = wcscasecmp_l;} in f()
/third_party/musl/porting/liteos_m/kernel/include/
H A Dwchar.h170 int wcscasecmp_l(const wchar_t *, const wchar_t *, locale_t);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dwchar.h170 int wcscasecmp_l(const wchar_t *, const wchar_t *, locale_t);
/third_party/musl/porting/uniproton/kernel/include/
H A Dwchar.h170 int wcscasecmp_l(const wchar_t *, const wchar_t *, locale_t);
/third_party/musl/include/
H A Dwchar.h171 int wcscasecmp_l(const wchar_t *, const wchar_t *, locale_t);
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp319 extern int wcscasecmp_l (const wchar_t *__s1, const wchar_t *__s2,
[all...]

Completed in 29 milliseconds