Searched refs:that2 (Results 1 – 6 of 6) sorted by relevance
279 NFRuleSet that2 = (NFRuleSet)that; in equals() local281 if (!name.equals(that2.name) in equals()282 || !Utility.objectEquals(negativeNumberRule, that2.negativeNumberRule) in equals()283 || !Utility.objectEquals(fractionRules[0], that2.fractionRules[0]) in equals()284 || !Utility.objectEquals(fractionRules[1], that2.fractionRules[1]) in equals()285 || !Utility.objectEquals(fractionRules[2], that2.fractionRules[2]) in equals()286 || rules.length != that2.rules.length in equals()287 || isFractionRuleSet != that2.isFractionRuleSet) in equals()294 if (!rules[i].equals(that2.rules[i])) { in equals()
249 NFSubstitution that2 = (NFSubstitution)that; in equals() local251 return pos == that2.pos in equals()252 …&& (ruleSet != null || that2.ruleSet == null) // can't compare tree structure, no .equals or recur… in equals()253 …&& (numberFormat == null ? (that2.numberFormat == null) : numberFormat.equals(that2.numberFormat)); in equals()701 MultiplierSubstitution that2 = (MultiplierSubstitution)that; in equals() local703 return divisor == that2.divisor; in equals()876 ModulusSubstitution that2 = (ModulusSubstitution)that; in equals() local878 return divisor == that2.divisor; in equals()1500 NumeratorSubstitution that2 = (NumeratorSubstitution)that; in equals() local1501 return denominator == that2.denominator; in equals()
577 NFRule that2 = (NFRule)that; in equals() local579 return baseValue == that2.baseValue in equals()580 && radix == that2.radix in equals()581 && exponent == that2.exponent in equals()582 && ruleText.equals(that2.ruleText) in equals()583 && sub1.equals(that2.sub1) in equals()584 && sub2.equals(that2.sub2); in equals()
868 RuleBasedNumberFormat that2 = (RuleBasedNumberFormat)that; in equals() local871 if (!locale.equals(that2.locale) || lenientParse != that2.lenientParse) { in equals()876 if (ruleSets.length != that2.ruleSets.length) { in equals()880 if (!ruleSets[i].equals(that2.ruleSets[i])) { in equals()
328 const RuleBasedBreakIterator& that2 = (const RuleBasedBreakIterator&) that; in operator ==() local330 if (!utext_equals(fText, that2.fText)) { in operator ==()338 if (that2.fData == fData || in operator ==()339 (fData != NULL && that2.fData != NULL && *that2.fData == *fData)) { in operator ==()
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...