Searched refs:thatAlias (Results 1 – 3 of 3) sorted by relevance
143 ChoiceFormat& thatAlias = (ChoiceFormat&)that; in operator ==() local144 if (fCount != thatAlias.fCount) return FALSE; in operator ==()148 if ((fChoiceLimits[i] != thatAlias.fChoiceLimits[i]) || in operator ==()149 (fClosures[i] != thatAlias.fClosures[i]) || in operator ==()150 (fChoiceFormats[i] != thatAlias.fChoiceFormats[i])) in operator ==()
201 RuleBasedCollator& thatAlias = (RuleBasedCollator&)that; in operator ==() local204 return ucol_equals(this->ucollator, thatAlias.ucollator); in operator ==()
138 ChoiceFormat& thatAlias = (ChoiceFormat&)that; in operator ==() local139 return msgPattern == thatAlias.msgPattern; in operator ==()