Searched refs:wcsncasecmp_l (Results 1 – 12 of 12) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/string/ |
D | wcsncasecmp_l.c | 28 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()
|
D | test_src_functionalext_supplement_string.gni | 43 "wcsncasecmp_l",
|
/third_party/musl/src/string/ |
D | wcsncasecmp_l.c | 3 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/ |
D | wchar.c | 88 {int(*p)(const wchar_t*,const wchar_t*,size_t,locale_t) = wcsncasecmp_l;} in f()
|
/third_party/musl/ndk_musl_include/ |
D | wchar.h | 159 int wcsncasecmp_l(const wchar_t *, const wchar_t *, size_t, locale_t);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | wchar.h | 172 int wcsncasecmp_l(const wchar_t *, const wchar_t *, size_t, locale_t);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | wchar.h | 172 int wcsncasecmp_l(const wchar_t *, const wchar_t *, size_t, locale_t);
|
/third_party/musl/include/ |
D | wchar.h | 172 int wcsncasecmp_l(const wchar_t *, const wchar_t *, size_t, locale_t);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | wchar.h | 172 int wcsncasecmp_l(const wchar_t *, const wchar_t *, size_t, locale_t);
|
/third_party/musl/ |
D | libc.map.txt | 1929 wcsncasecmp_l;
|
D | musl_src.gni | 1331 "src/string/wcsncasecmp_l.c",
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 322 extern int wcsncasecmp_l (const wchar_t *__s1, const wchar_t *__s2,
|