Home | History | Annotate | Download | only in unicode

Lines Matching refs:doEquals

3279   UBool doEquals(const UnicodeString &text, int32_t len) const;
3673 return !text.isBogus() && len == textLength && doEquals(text, len);