Home
last modified time | relevance | path

Searched refs:wcscoll (Results 1 – 14 of 14) sorted by relevance

/ndk/sources/android/support/src/musl-locale/
Dwcscoll_l.c5 return wcscoll(l, r); in wcscoll_l()
Dwcscoll.c12 int wcscoll(const wchar_t *l, const wchar_t *r) in wcscoll() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcwchar68 int wcscoll(const wchar_t* s1, const wchar_t* s2);
166 using ::wcscoll;
/ndk/sources/android/support/include/
Dwchar.h112 int wcscoll(const wchar_t *, const wchar_t *);
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_cwchar.h268 using _STLP_VENDOR_CSTD::wcscoll;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dwchar_h.pass.cpp79 static_assert((std::is_same<decltype(wcscoll(L"", L"")), int>::value), ""); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/
Dcwchar.pass.cpp79 static_assert((std::is_same<decltype(std::wcscoll(L"", L"")), int>::value), ""); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/
Dxlocale.c83 return __l->lc_collate->core.user_api->wcscoll(__l->lc_collate, in wcscoll_l()
/ndk/sources/android/support/
DAndroid.mk123 src/musl-locale/wcscoll.c \
/ndk/sources/host-tools/sed-4.2.1/m4/
Dregex.m4219 AC_CHECK_FUNCS_ONCE([isblank iswctype wcscoll])
/ndk/sources/host-tools/sed-4.2.1/lib/
Dregcomp.c2657 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()
Dregexec.c3990 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/
Dconfig_h.in521 /* Define to 1 if you have the `wcscoll' function. */
Dconfigure2155 ac_func_list="$ac_func_list wcscoll"