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