| 71 | } |
| 72 | |
| 73 | bool EndsWith(const TStringBuf& s, const CodePage& cp = csYandex) const { |
| 74 | return is_suffix(s, *this, cp); |
| 75 | } |
| 76 | |
| 77 | friend bool operator==(const TCiString& s1, const TCiString& s2) { |
| 78 | return TCiString::compare(s1, s2) == 0; |
no outgoing calls