Searched refs:wcscoll (Results 1 – 14 of 14) sorted by relevance
/ndk/sources/android/support/src/musl-locale/ |
D | wcscoll_l.c | 5 return wcscoll(l, r); in wcscoll_l()
|
D | wcscoll.c | 12 int wcscoll(const wchar_t *l, const wchar_t *r) in wcscoll() function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | cwchar | 68 int wcscoll(const wchar_t* s1, const wchar_t* s2); 166 using ::wcscoll;
|
/ndk/sources/android/support/include/ |
D | wchar.h | 112 int wcscoll(const wchar_t *, const wchar_t *);
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _cwchar.h | 268 using _STLP_VENDOR_CSTD::wcscoll;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
D | wchar_h.pass.cpp | 79 static_assert((std::is_same<decltype(wcscoll(L"", L"")), int>::value), ""); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/ |
D | cwchar.pass.cpp | 79 static_assert((std::is_same<decltype(std::wcscoll(L"", L"")), int>::value), ""); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/ |
D | xlocale.c | 83 return __l->lc_collate->core.user_api->wcscoll(__l->lc_collate, in wcscoll_l()
|
/ndk/sources/android/support/ |
D | Android.mk | 123 src/musl-locale/wcscoll.c \
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
D | regex.m4 | 219 AC_CHECK_FUNCS_ONCE([isblank iswctype wcscoll])
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | regcomp.c | 2657 if (wcscoll (cmp_buf, cmp_buf + 4) > 0) in build_range_exp() 2699 if (wcscoll (cmp_buf, cmp_buf + 2) <= 0 in build_range_exp() 2700 && wcscoll (cmp_buf + 2, cmp_buf + 4) <= 0) in build_range_exp()
|
D | regexec.c | 3990 if (wcscoll (cmp_buf, cmp_buf + 2) <= 0 in check_node_accept_bytes() 3991 && wcscoll (cmp_buf + 2, cmp_buf + 4) <= 0) in check_node_accept_bytes()
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | config_h.in | 521 /* Define to 1 if you have the `wcscoll' function. */
|
D | configure | 2155 ac_func_list="$ac_func_list wcscoll"
|