Searched refs:wcscasecmp (Results 1 – 9 of 9) sorted by relevance
/bionic/libc/upstream-freebsd/lib/libc/string/ |
D | wcscasecmp.c | 36 wcscasecmp(const wchar_t *s1, const wchar_t *s2) in wcscasecmp() function
|
/bionic/libc/bionic/ |
D | wchar_l.cpp | 33 return wcscasecmp(ws1, ws2); in wcscasecmp_l()
|
/bionic/tests/ |
D | wchar_test.cpp | 1222 TEST(wchar, wcscasecmp) { in TEST() argument 1223 ASSERT_EQ(0, wcscasecmp(L"hello", L"HELLO")); in TEST() 1224 ASSERT_TRUE(wcscasecmp(L"hello1", L"HELLO2") < 0); in TEST() 1225 ASSERT_TRUE(wcscasecmp(L"hello2", L"HELLO1") > 0); in TEST() 1226 ASSERT_TRUE(wcscasecmp(L"hello", L"HELL") > 0); in TEST() 1227 ASSERT_TRUE(wcscasecmp(L"hell", L"HELLO") < 0); in TEST()
|
/bionic/tests/headers/posix/ |
D | wchar_h.c | 78 FUNCTION(wcscasecmp, int (*f)(const wchar_t*, const wchar_t*)); in wchar_h()
|
/bionic/libc/include/ |
D | wchar.h | 77 int wcscasecmp(const wchar_t* _Nonnull __lhs, const wchar_t* _Nonnull __rhs);
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1133 wcscasecmp
|
/bionic/libc/ |
D | libc.map.txt | 1160 wcscasecmp;
|
D | Android.bp | 342 "upstream-freebsd/lib/libc/string/wcscasecmp.c",
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1160 wcscasecmp;
|