Searched refs:__hi1 (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp689 collate_byname<char>::do_compare(const char_type* __lo1, const char_type* __hi1, argument
692 string_type lhs(__lo1, __hi1);
737 collate_byname<wchar_t>::do_compare(const char_type* __lo1, const char_type* __hi1, argument
740 string_type lhs(__lo1, __hi1);
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dlocale_facets.h2595 compare(const _CharT* __lo1, const _CharT* __hi1, argument
2597 { return this->do_compare(__lo1, __hi1, __lo2, __hi2); }
2657 do_compare(const _CharT* __lo1, const _CharT* __hi1,

Completed in 195 milliseconds