Searched refs:that2 (Results 1 – 9 of 9) sorted by relevance
246 NFSubstitution that2 = (NFSubstitution)that; in equals() local248 return pos == that2.pos in equals()249 …&& (ruleSet != null || that2.ruleSet == null) // can't compare tree structure, no .equals or recur… in equals()250 …&& (numberFormat == null ? (that2.numberFormat == null) : numberFormat.equals(that2.numberFormat)); in equals()858 ModulusSubstitution that2 = (ModulusSubstitution)that; in equals() local860 return divisor == that2.divisor; in equals()1477 NumeratorSubstitution that2 = (NumeratorSubstitution)that; in equals() local1478 return denominator == that2.denominator && withZeros == that2.withZeros; in equals()
313 NFRuleSet that2 = (NFRuleSet)that; in equals() local315 if (!name.equals(that2.name) in equals()316 || rules.length != that2.rules.length in equals()317 || isFractionRuleSet != that2.isFractionRuleSet) in equals()324 if (!Utility.objectEquals(nonNumericalRules[i], that2.nonNumericalRules[i])) { in equals()331 if (!rules[i].equals(that2.rules[i])) { in equals()
616 NFRule that2 = (NFRule)that; in equals() local618 return baseValue == that2.baseValue in equals()619 && radix == that2.radix in equals()620 && exponent == that2.exponent in equals()621 && ruleText.equals(that2.ruleText) in equals()622 && Utility.objectEquals(sub1, that2.sub1) in equals()623 && Utility.objectEquals(sub2, that2.sub2); in equals()
909 RuleBasedNumberFormat that2 = (RuleBasedNumberFormat)that; in equals() local912 if (!locale.equals(that2.locale) || lenientParse != that2.lenientParse) { in equals()917 if (ruleSets.length != that2.ruleSets.length) { in equals()921 if (!ruleSets[i].equals(that2.ruleSets[i])) { in equals()
245 NFSubstitution that2 = (NFSubstitution)that; in equals() local247 return pos == that2.pos in equals()248 …&& (ruleSet != null || that2.ruleSet == null) // can't compare tree structure, no .equals or recur… in equals()249 …&& (numberFormat == null ? (that2.numberFormat == null) : numberFormat.equals(that2.numberFormat)); in equals()857 ModulusSubstitution that2 = (ModulusSubstitution)that; in equals() local859 return divisor == that2.divisor; in equals()1476 NumeratorSubstitution that2 = (NumeratorSubstitution)that; in equals() local1477 return denominator == that2.denominator && withZeros == that2.withZeros; in equals()
312 NFRuleSet that2 = (NFRuleSet)that; in equals() local314 if (!name.equals(that2.name) in equals()315 || rules.length != that2.rules.length in equals()316 || isFractionRuleSet != that2.isFractionRuleSet) in equals()323 if (!Utility.objectEquals(nonNumericalRules[i], that2.nonNumericalRules[i])) { in equals()330 if (!rules[i].equals(that2.rules[i])) { in equals()
615 NFRule that2 = (NFRule)that; in equals() local617 return baseValue == that2.baseValue in equals()618 && radix == that2.radix in equals()619 && exponent == that2.exponent in equals()620 && ruleText.equals(that2.ruleText) in equals()621 && Utility.objectEquals(sub1, that2.sub1) in equals()622 && Utility.objectEquals(sub2, that2.sub2); in equals()
922 RuleBasedNumberFormat that2 = (RuleBasedNumberFormat)that; in equals() local925 if (!locale.equals(that2.locale) || lenientParse != that2.lenientParse) { in equals()930 if (ruleSets.length != that2.ruleSets.length) { in equals()934 if (!ruleSets[i].equals(that2.ruleSets[i])) { in equals()
315 const RuleBasedBreakIterator& that2 = (const RuleBasedBreakIterator&) that; in operator ==() local317 if (!utext_equals(fText, that2.fText)) { in operator ==()325 if (that2.fData == fData || in operator ==()326 (fData != NULL && that2.fData != NULL && *that2.fData == *fData)) { in operator ==()