Searched refs:that2 (Results 1 – 9 of 9) sorted by relevance
248 NFSubstitution that2 = (NFSubstitution)that; in equals() local250 return pos == that2.pos in equals()251 …&& (ruleSet != null || that2.ruleSet == null) // can't compare tree structure, no .equals or recur… in equals()252 …&& (numberFormat == null ? (that2.numberFormat == null) : numberFormat.equals(that2.numberFormat)); in equals()900 ModulusSubstitution that2 = (ModulusSubstitution)that; in equals() local902 return divisor == that2.divisor; in equals()1540 NumeratorSubstitution that2 = (NumeratorSubstitution)that; in equals() local1541 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 (!Objects.equals(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 && Objects.equals(sub1, that2.sub1) in equals()623 && Objects.equals(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()
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()901 ModulusSubstitution that2 = (ModulusSubstitution)that; in equals() local903 return divisor == that2.divisor; in equals()1541 NumeratorSubstitution that2 = (NumeratorSubstitution)that; in equals() local1542 return denominator == that2.denominator && withZeros == that2.withZeros; in equals()
314 NFRuleSet that2 = (NFRuleSet)that; in equals() local316 if (!name.equals(that2.name) in equals()317 || rules.length != that2.rules.length in equals()318 || isFractionRuleSet != that2.isFractionRuleSet) in equals()325 if (!Objects.equals(nonNumericalRules[i], that2.nonNumericalRules[i])) { in equals()332 if (!rules[i].equals(that2.rules[i])) { in equals()
617 NFRule that2 = (NFRule)that; in equals() local619 return baseValue == that2.baseValue in equals()620 && radix == that2.radix in equals()621 && exponent == that2.exponent in equals()622 && ruleText.equals(that2.ruleText) in equals()623 && Objects.equals(sub1, that2.sub1) in equals()624 && Objects.equals(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()
385 const RuleBasedBreakIterator& that2 = (const RuleBasedBreakIterator&) that; in operator ==() local387 if (!utext_equals(&fText, &that2.fText)) { in operator ==()394 if (!(fPosition == that2.fPosition && in operator ==()395 fRuleStatusIndex == that2.fRuleStatusIndex && in operator ==()396 fDone == that2.fDone)) { in operator ==()400 if (that2.fData == fData || in operator ==()401 (fData != NULL && that2.fData != NULL && *that2.fData == *fData)) { in operator ==()