Home
last modified time | relevance | path

Searched defs:strcoll_l (Results 1 – 6 of 6) sorted by relevance

/external/libcxx/include/support/win32/
Dlocale_win32.h159 #define strcoll_l _strcoll_l macro
/external/cronet/buildtools/third_party/libc++/trunk/include/__support/xlocale/
D__posix_l_fallback.h88 inline _LIBCPP_HIDE_FROM_ABI_C int strcoll_l(const char* __s1, const char* __s2, locale_t) { in strcoll_l() function
/external/libcxx/include/support/xlocale/
D__posix_l_fallback.h135 inline _LIBCPP_INLINE_VISIBILITY int strcoll_l(const char *s1, const char *s2, in strcoll_l() function
/external/cronet/buildtools/third_party/libc++/trunk/include/__support/win32/
Dlocale_win32.h241 #define strcoll_l _strcoll_l macro
/external/libcxx/include/support/ibm/
Dxlocale.h188 int strcoll_l(const char *__s1, const char *__s2, locale_t locale) in strcoll_l() function
/external/rust/crates/libc/src/solid/
Dmod.rs767 pub fn strcoll_l(arg1: *const c_char, arg2: *const c_char, arg3: locale_t) -> c_int; in strcoll_l() function