Home
last modified time | relevance | path

Searched refs:that2 (Results 1 – 6 of 6) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DNFRuleSet.java279 NFRuleSet that2 = (NFRuleSet)that; in equals() local
281 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()
DNFSubstitution.java249 NFSubstitution that2 = (NFSubstitution)that; in equals() local
251 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() local
703 return divisor == that2.divisor; in equals()
876 ModulusSubstitution that2 = (ModulusSubstitution)that; in equals() local
878 return divisor == that2.divisor; in equals()
1500 NumeratorSubstitution that2 = (NumeratorSubstitution)that; in equals() local
1501 return denominator == that2.denominator; in equals()
DNFRule.java577 NFRule that2 = (NFRule)that; in equals() local
579 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()
DRuleBasedNumberFormat.java868 RuleBasedNumberFormat that2 = (RuleBasedNumberFormat)that; in equals() local
871 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()
/external/icu/icu4c/source/common/
Drbbi.cpp328 const RuleBasedBreakIterator& that2 = (const RuleBasedBreakIterator&) that; in operator ==() local
330 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 ==()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...