/bionic/libc/upstream-openbsd/lib/libc/locale/ |
wcscoll.c | 1 /* $OpenBSD: wcscoll.c,v 1.2 2012/12/05 23:20:00 deraadt Exp $ */ 2 /* $NetBSD: wcscoll.c,v 1.1 2003/03/02 22:18:16 tshiozak Exp $ */ 37 wcscoll(const wchar_t *s1, const wchar_t *s2) function
|
/device/linaro/bootloader/edk2/StdLib/LibC/Locale/ |
wcscoll.c | 1 /* $NetBSD: wcscoll.c,v 1.1 2003/03/02 22:18:16 tshiozak Exp $ */
31 __RCSID("$NetBSD: wcscoll.c,v 1.1 2003/03/02 22:18:16 tshiozak Exp $");
43 wcscoll(const wchar_t *s1, const wchar_t *s2)
function
|
Locale.inf | 40 wcscoll.c #
|
/bionic/libc/bionic/ |
wchar_l.cpp | 41 return wcscoll(ws1, ws2);
|
/external/libcxx/include/support/xlocale/ |
__posix_l_fallback.h | 153 return ::wcscoll(ws1, ws2);
|
/prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/support/xlocale/ |
__posix_l_fallback.h | 153 return ::wcscoll(ws1, ws2);
|
/prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/support/xlocale/ |
__posix_l_fallback.h | 153 return ::wcscoll(ws1, ws2);
|
/prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/support/xlocale/ |
__posix_l_fallback.h | 153 return ::wcscoll(ws1, ws2);
|
/prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/support/xlocale/ |
__posix_l_fallback.h | 153 return ::wcscoll(ws1, ws2);
|
/prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/support/xlocale/ |
__posix_l_fallback.h | 153 return ::wcscoll(ws1, ws2);
|
/prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/support/xlocale/ |
__posix_l_fallback.h | 153 return ::wcscoll(ws1, ws2);
|
/prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/support/xlocale/ |
__posix_l_fallback.h | 153 return ::wcscoll(ws1, ws2);
|
/prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/support/xlocale/ |
__posix_l_fallback.h | 153 return ::wcscoll(ws1, ws2);
|
/prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/support/xlocale/ |
__posix_l_fallback.h | 153 return ::wcscoll(ws1, ws2);
|
/prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/support/xlocale/ |
__posix_l_fallback.h | 153 return ::wcscoll(ws1, ws2);
|
/prebuilts/clang/host/linux-x86/clang-4579689/include/c++/v1/support/xlocale/ |
__posix_l_fallback.h | 153 return ::wcscoll(ws1, ws2);
|
/prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/support/xlocale/ |
__posix_l_fallback.h | 153 return ::wcscoll(ws1, ws2);
|
/prebuilts/clang/host/linux-x86/clang-4639204/include/c++/v1/support/xlocale/ |
__posix_l_fallback.h | 153 return ::wcscoll(ws1, ws2);
|
/prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/support/xlocale/ |
__posix_l_fallback.h | 153 return ::wcscoll(ws1, ws2);
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/include/support/xlocale/ |
__posix_l_fallback.h | 153 return ::wcscoll(ws1, ws2);
|
/bionic/tests/headers/posix/ |
wchar_h.c | 83 FUNCTION(wcscoll, int (*f)(const wchar_t*, const wchar_t*));
|
/device/linaro/bootloader/edk2/StdLib/Include/ |
wchar.h | 100 int wcscoll (const wchar_t *s1, const wchar_t *s2);
[all...] |
/bionic/libc/include/ |
wchar.h | 80 int wcscoll(const wchar_t* __lhs, const wchar_t* __rhs);
|
/external/libcxx/test/std/depr/depr.c.headers/ |
wchar_h.pass.cpp | 82 static_assert((std::is_same<decltype(wcscoll(L"", L"")), int>::value), "");
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/ |
wchar_h.pass.cpp | 82 static_assert((std::is_same<decltype(wcscoll(L"", L"")), int>::value), "");
|