Lines Matching defs:compare
62 static int compare(const char_type*, const char_type*, size_t);
106 compare(const char_type* __lhs, const char_type* __rhs, size_t __count) _NOEXCEPT {
240 compare(const char_type* __s1, const char_type* __s2, size_t __n) _NOEXCEPT {
265 compare(const char_type* __s1, const char_type* __s2, size_t __n) noexcept {
285 compare(const char_type* __s1, const char_type* __s2, size_t __n) _NOEXCEPT;
299 char_traits<char16_t>::compare(const char_type* __s1, const char_type* __s2, size_t __n) _NOEXCEPT {
320 compare(const char_type* __s1, const char_type* __s2, size_t __n) _NOEXCEPT;
334 char_traits<char32_t>::compare(const char_type* __s1, const char_type* __s2, size_t __n) _NOEXCEPT {
391 // It is faster to compare from the first byte of __first1 even if we
396 if (_Traits::compare(__first1, __first2, __len2) == 0)