Lines Matching defs:eq
59 static bool eq(char_type, char_type);
96 static inline _LIBCPP_HIDDEN _LIBCPP_CONSTEXPR bool eq(char_type __c1, char_type __c2) _NOEXCEPT {
191 _LIBCPP_HIDE_FROM_ABI static _LIBCPP_CONSTEXPR bool eq(char_type __lhs, char_type __rhs) _NOEXCEPT {
311 for (; !eq(*__s, char_type(0)); ++__s)
346 for (; !eq(*__s, char_type(0)); ++__s)
431 if (_Traits::eq(*--__ps, __c))
445 const _CharT* __r = std::__find_end_classic(__p, __p + __pos, __s, __s + __n, _Traits::eq);
457 const _CharT* __r = std::__find_first_of_ce(__p + __pos, __p + __sz, __s, __s + __n, _Traits::eq);
500 if (!_Traits::eq(*__ps, __c))
528 if (!_Traits::eq(*--__ps, __c))