Home
last modified time | relevance | path

Searched refs:wcsncasecmp_l (Results 1 – 12 of 12) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/string/
Dwcsncasecmp_l.c28 int result = wcsncasecmp_l(L"hello1", L"HELLO2", 5, NULL); in wcsncasecmp_l_0100()
41 int result = wcsncasecmp_l(L"hello1", L"HELLO2", 6, NULL); in wcsncasecmp_l_0200()
54 int result = wcsncasecmp_l(L"hello2", L"HELLO1", 6, NULL); in wcsncasecmp_l_0300()
67 int result = wcsncasecmp_l(L"hello", L"HELL", 5, NULL); in wcsncasecmp_l_0400()
80 int result = wcsncasecmp_l(L"hell", L"HELLO", 5, NULL); in wcsncasecmp_l_0500()
93 int result = wcsncasecmp_l(L"foo", L"bar", 0, NULL); in wcsncasecmp_l_0600()
Dtest_src_functionalext_supplement_string.gni43 "wcsncasecmp_l",
/third_party/musl/src/string/
Dwcsncasecmp_l.c3 int wcsncasecmp_l(const wchar_t *l, const wchar_t *r, size_t n, locale_t locale) in wcsncasecmp_l() function
/third_party/musl/libc-test/src/api/
Dwchar.c88 {int(*p)(const wchar_t*,const wchar_t*,size_t,locale_t) = wcsncasecmp_l;} in f()
/third_party/musl/ndk_musl_include/
Dwchar.h159 int wcsncasecmp_l(const wchar_t *, const wchar_t *, size_t, locale_t);
/third_party/musl/porting/liteos_a/kernel/include/
Dwchar.h172 int wcsncasecmp_l(const wchar_t *, const wchar_t *, size_t, locale_t);
/third_party/musl/porting/liteos_m/kernel/include/
Dwchar.h172 int wcsncasecmp_l(const wchar_t *, const wchar_t *, size_t, locale_t);
/third_party/musl/include/
Dwchar.h172 int wcsncasecmp_l(const wchar_t *, const wchar_t *, size_t, locale_t);
/third_party/musl/porting/uniproton/kernel/include/
Dwchar.h172 int wcsncasecmp_l(const wchar_t *, const wchar_t *, size_t, locale_t);
/third_party/musl/
Dlibc.map.txt1929 wcsncasecmp_l;
Dmusl_src.gni1331 "src/string/wcsncasecmp_l.c",
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp322 extern int wcsncasecmp_l (const wchar_t *__s1, const wchar_t *__s2,