Home
last modified time | relevance | path

Searched refs:do_compare (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/utils/release/
H A Dtest-release.sh30 do_compare="yes"
140 do_compare="no"
633 if [ "$do_compare" = "yes" ]; then
/llvm-project-15.0.7/libcxx/include/
H A D__locale273 return do_compare(__lo1, __hi1, __lo2, __hi2);
295 virtual int do_compare(const char_type* __lo1, const char_type* __hi1,
311 collate<_CharT>::do_compare(const char_type* __lo1, const char_type* __hi1,
363 virtual int do_compare(const char_type* __lo1, const char_type* __hi1,
384 virtual int do_compare(const char_type* __lo1, const char_type* __hi1,
/llvm-project-15.0.7/libcxx/src/
H A Dlocale.cpp764 collate_byname<char>::do_compare(const char_type* __lo1, const char_type* __hi1, in do_compare() function in collate_byname
813 collate_byname<wchar_t>::do_compare(const char_type* __lo1, const char_type* __hi1, in do_compare() function in collate_byname