Searched refs:wcsncasecmp_l (Results 1 - 8 of 8) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/string/ |
H A D | wcsncasecmp_l.c | 23 * @tc.desc : Test wcsncasecmp_l ignore case compares the first n digits of two wide strings 28 int result = wcsncasecmp_l(L"hello1", L"HELLO2", 5, NULL); in wcsncasecmp_l_0100() 30 t_error("%s wcsncasecmp_l get result is %d are not want 0\n", __func__, result); in wcsncasecmp_l_0100() 36 * @tc.desc : Test that wcsncasecmp_l returns the result when ws1 is greater than ws2 in the dictionary 41 int result = wcsncasecmp_l(L"hello1", L"HELLO2", 6, NULL); in wcsncasecmp_l_0200() 43 t_error("%s wcsncasecmp_l get result is %d are not want less 0\n", __func__, result); in wcsncasecmp_l_0200() 49 * @tc.desc : Test that wcsncasecmp_l returns the result when ws1 is less than ws2 in the dictionary 54 int result = wcsncasecmp_l(L"hello2", L"HELLO1", 6, NULL); in wcsncasecmp_l_0300() 56 t_error("%s wcsncasecmp_l get result is %d are not want gress 0\n", __func__, result); in wcsncasecmp_l_0300() 62 * @tc.desc : Test that wcsncasecmp_l return [all...] |
/third_party/musl/src/string/ |
H A 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/ |
H A D | wchar.c | 88 {int(*p)(const wchar_t*,const wchar_t*,size_t,locale_t) = wcsncasecmp_l;} in f()
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | wchar.h | 172 int wcsncasecmp_l(const wchar_t *, const wchar_t *, size_t, locale_t);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | wchar.h | 172 int wcsncasecmp_l(const wchar_t *, const wchar_t *, size_t, locale_t);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | wchar.h | 172 int wcsncasecmp_l(const wchar_t *, const wchar_t *, size_t, locale_t);
|
/third_party/musl/include/ |
H A D | wchar.h | 173 int wcsncasecmp_l(const wchar_t *, const wchar_t *, size_t, locale_t);
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 322 extern int wcsncasecmp_l (const wchar_t *__s1, const wchar_t *__s2, [all...] |
Completed in 27 milliseconds