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