Home
last modified time | relevance | path

Searched refs:wcsncasecmp (Results 1 – 9 of 9) sorted by relevance

/bionic/libc/upstream-freebsd/lib/libc/string/
Dwcsncasecmp.c36 wcsncasecmp(const wchar_t *s1, const wchar_t *s2, size_t n) in wcsncasecmp() function
/bionic/libc/bionic/
Dwchar_l.cpp37 return wcsncasecmp(ws1, ws2, n); in wcsncasecmp_l()
/bionic/tests/
Dwchar_test.cpp1109 TEST(wchar, wcsncasecmp) { in TEST() argument
1110 ASSERT_EQ(0, wcsncasecmp(L"foo", L"bar", 0)); in TEST()
1112 ASSERT_EQ(0, wcsncasecmp(L"hello1", L"HELLO2", 5)); in TEST()
1113 ASSERT_TRUE(wcsncasecmp(L"hello1", L"HELLO2", 6) < 0); in TEST()
1114 ASSERT_TRUE(wcsncasecmp(L"hello2", L"HELLO1", 6) > 0); in TEST()
1115 ASSERT_TRUE(wcsncasecmp(L"hello", L"HELL", 5) > 0); in TEST()
1116 ASSERT_TRUE(wcsncasecmp(L"hell", L"HELLO", 5) < 0); in TEST()
/bionic/tests/headers/posix/
Dwchar_h.c90 FUNCTION(wcsncasecmp, int (*f)(const wchar_t*, const wchar_t*, size_t)); in wchar_h()
/bionic/libc/include/
Dwchar.h86 int wcsncasecmp(const wchar_t* __lhs, const wchar_t* __rhs, size_t __n);
/bionic/libc/tools/
Dposix-2013.txt1145 wcsncasecmp
/bionic/tools/versioner/platforms/
Dlibc.map.txt1176 wcsncasecmp;
/bionic/libc/
Dlibc.map.txt1176 wcsncasecmp;
DAndroid.bp332 "upstream-freebsd/lib/libc/string/wcsncasecmp.c",