Searched refs:__strcoll (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/include/__locale_dir/support/no_locale/ |
| H A D | characters.h | 41 inline _LIBCPP_HIDE_FROM_ABI int __strcoll(const char* __s1, const char* __s2, __locale_t) { in __strcoll() function
|
| /freebsd/contrib/llvm-project/libcxx/include/__locale_dir/support/ |
| H A D | bsd_like.h | 101 inline _LIBCPP_HIDE_FROM_ABI int __strcoll(const char* __s1, const char* __s2, __locale_t __loc) { in __strcoll() function
|
| H A D | linux.h | 128 inline _LIBCPP_HIDE_FROM_ABI int __strcoll(const char* __s1, const char* __s2, __locale_t __loc) { in __strcoll() function
|
| H A D | windows.h | 209 inline _LIBCPP_HIDE_FROM_ABI int __strcoll(const char* __s1, const char* __s2, __locale_t __loc) { in __strcoll() function
|
| /freebsd/contrib/llvm-project/libcxx/include/__locale_dir/ |
| H A D | locale_base_api.h | 213 inline _LIBCPP_HIDE_FROM_ABI int __strcoll(const char* __s1, const char* __s2, __locale_t __loc) { in __strcoll() function
|
| /freebsd/contrib/llvm-project/libcxx/src/ |
| H A D | locale.cpp | 624 int r = __locale::__strcoll(lhs.c_str(), rhs.c_str(), __l_); in do_compare()
|