Searched refs:wcscasecmp_l (Results 1 – 11 of 11) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/string/ |
D | wcscasecmp_l.c | 31 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()
|
D | test_src_functionalext_supplement_string.gni | 41 "wcscasecmp_l",
|
/third_party/musl/src/string/ |
D | wcscasecmp_l.c | 3 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/ |
D | wchar.c | 84 {int(*p)(const wchar_t*,const wchar_t*,locale_t) = wcscasecmp_l;} in f()
|
/third_party/musl/include/ |
D | wchar.h | 168 int wcscasecmp_l(const wchar_t *, const wchar_t *, locale_t);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | wchar.h | 168 int wcscasecmp_l(const wchar_t *, const wchar_t *, locale_t);
|
/third_party/musl/ndk_musl_include/ |
D | wchar.h | 157 int wcscasecmp_l(const wchar_t *, const wchar_t *, locale_t);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | wchar.h | 170 int wcscasecmp_l(const wchar_t *, const wchar_t *, locale_t);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | wchar.h | 170 int wcscasecmp_l(const wchar_t *, const wchar_t *, locale_t);
|
/third_party/musl/ |
D | libc.map.txt | 1892 wcscasecmp_l;
|
D | musl_src.gni | 1250 "src/string/wcscasecmp_l.c",
|