Home
last modified time | relevance | path

Searched refs:wcscasecmp_l (Results 1 – 11 of 11) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/string/
Dwcscasecmp_l.c31 int result = wcscasecmp_l(L"hello", L"HELLO", local_info); in wcscasecmp_l_0100()
46 int result = wcscasecmp_l(L"hello1", L"HELLO2", local_info); in wcscasecmp_l_0200()
61 int result = wcscasecmp_l(L"hello2", L"HELLO1", local_info); in wcscasecmp_l_0300()
76 int result = wcscasecmp_l(L"hello", L"HELL", local_info); in wcscasecmp_l_0400()
91 int result = wcscasecmp_l(L"hell", L"HELLO", local_info); in wcscasecmp_l_0500()
Dtest_src_functionalext_supplement_string.gni41 "wcscasecmp_l",
/third_party/musl/src/string/
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/
Dwchar.c84 {int(*p)(const wchar_t*,const wchar_t*,locale_t) = wcscasecmp_l;} in f()
/third_party/musl/include/
Dwchar.h168 int wcscasecmp_l(const wchar_t *, const wchar_t *, locale_t);
/third_party/musl/porting/liteos_a/kernel/include/
Dwchar.h168 int wcscasecmp_l(const wchar_t *, const wchar_t *, locale_t);
/third_party/musl/ndk_musl_include/
Dwchar.h157 int wcscasecmp_l(const wchar_t *, const wchar_t *, locale_t);
/third_party/musl/porting/liteos_m/kernel/include/
Dwchar.h170 int wcscasecmp_l(const wchar_t *, const wchar_t *, locale_t);
/third_party/musl/porting/uniproton/kernel/include/
Dwchar.h170 int wcscasecmp_l(const wchar_t *, const wchar_t *, locale_t);
/third_party/musl/
Dlibc.map.txt1892 wcscasecmp_l;
Dmusl_src.gni1250 "src/string/wcscasecmp_l.c",