Home
last modified time | relevance | path

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

/bionic/libc/upstream-freebsd/lib/libc/string/
Dwcscasecmp.c36 wcscasecmp(const wchar_t *s1, const wchar_t *s2) in wcscasecmp() function
/bionic/libc/bionic/
Dwchar_l.cpp33 return wcscasecmp(ws1, ws2); in wcscasecmp_l()
/bionic/tests/
Dwchar_test.cpp1222 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/
Dwchar_h.c78 FUNCTION(wcscasecmp, int (*f)(const wchar_t*, const wchar_t*)); in wchar_h()
/bionic/libc/include/
Dwchar.h77 int wcscasecmp(const wchar_t* _Nonnull __lhs, const wchar_t* _Nonnull __rhs);
/bionic/libc/tools/
Dposix-2013.txt1133 wcscasecmp
/bionic/libc/
Dlibc.map.txt1160 wcscasecmp;
DAndroid.bp342 "upstream-freebsd/lib/libc/string/wcscasecmp.c",
/bionic/tools/versioner/platforms/
Dlibc.map.txt1160 wcscasecmp;