Searched refs:wcsncasecmp (Results 1 – 9 of 9) sorted by relevance
/bionic/libc/upstream-freebsd/lib/libc/string/ |
D | wcsncasecmp.c | 36 wcsncasecmp(const wchar_t *s1, const wchar_t *s2, size_t n) in wcsncasecmp() function
|
/bionic/libc/bionic/ |
D | wchar_l.cpp | 37 return wcsncasecmp(ws1, ws2, n); in wcsncasecmp_l()
|
/bionic/tests/ |
D | wchar_test.cpp | 1109 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/ |
D | wchar_h.c | 90 FUNCTION(wcsncasecmp, int (*f)(const wchar_t*, const wchar_t*, size_t)); in wchar_h()
|
/bionic/libc/include/ |
D | wchar.h | 86 int wcsncasecmp(const wchar_t* __lhs, const wchar_t* __rhs, size_t __n);
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1145 wcsncasecmp
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1176 wcsncasecmp;
|
/bionic/libc/ |
D | libc.map.txt | 1176 wcsncasecmp;
|
D | Android.bp | 332 "upstream-freebsd/lib/libc/string/wcsncasecmp.c",
|