Searched refs:that2 (Results 1 – 1 of 1) sorted by relevance
299 const RuleBasedBreakIterator& that2 = (const RuleBasedBreakIterator&) that; in operator ==() local301 if (!utext_equals(fText, that2.fText)) { in operator ==()309 if (that2.fData == fData || in operator ==()310 (fData != NULL && that2.fData != NULL && *that2.fData == *fData)) { in operator ==()