Lines Matching refs:eq
60 bool eq = true; in operator ==() local
61 eq = eq && compactStyle == other.compactStyle; in operator ==()
62 eq = eq && currency == other.currency; in operator ==()
63 eq = eq && currencyPluralInfo.fPtr.getAlias() == other.currencyPluralInfo.fPtr.getAlias(); in operator ==()
64 eq = eq && currencyUsage == other.currencyUsage; in operator ==()
65 eq = eq && decimalPatternMatchRequired == other.decimalPatternMatchRequired; in operator ==()
66 eq = eq && decimalSeparatorAlwaysShown == other.decimalSeparatorAlwaysShown; in operator ==()
67 eq = eq && exponentSignAlwaysShown == other.exponentSignAlwaysShown; in operator ==()
68 eq = eq && formatWidth == other.formatWidth; in operator ==()
69 eq = eq && groupingSize == other.groupingSize; in operator ==()
70 eq = eq && magnitudeMultiplier == other.magnitudeMultiplier; in operator ==()
71 eq = eq && maximumFractionDigits == other.maximumFractionDigits; in operator ==()
72 eq = eq && maximumIntegerDigits == other.maximumIntegerDigits; in operator ==()
73 eq = eq && maximumSignificantDigits == other.maximumSignificantDigits; in operator ==()
74 eq = eq && minimumExponentDigits == other.minimumExponentDigits; in operator ==()
75 eq = eq && minimumFractionDigits == other.minimumFractionDigits; in operator ==()
76 eq = eq && minimumGroupingDigits == other.minimumGroupingDigits; in operator ==()
77 eq = eq && minimumIntegerDigits == other.minimumIntegerDigits; in operator ==()
78 eq = eq && minimumSignificantDigits == other.minimumSignificantDigits; in operator ==()
79 eq = eq && multiplier == other.multiplier; in operator ==()
80 eq = eq && negativePrefix == other.negativePrefix; in operator ==()
81 eq = eq && negativePrefixPattern == other.negativePrefixPattern; in operator ==()
82 eq = eq && negativeSuffix == other.negativeSuffix; in operator ==()
83 eq = eq && negativeSuffixPattern == other.negativeSuffixPattern; in operator ==()
84 eq = eq && padPosition == other.padPosition; in operator ==()
85 eq = eq && padString == other.padString; in operator ==()
86 eq = eq && parseCaseSensitive == other.parseCaseSensitive; in operator ==()
87 eq = eq && parseIntegerOnly == other.parseIntegerOnly; in operator ==()
88 eq = eq && parseLenient == other.parseLenient; in operator ==()
89 eq = eq && parseNoExponent == other.parseNoExponent; in operator ==()
90 eq = eq && parseToBigDecimal == other.parseToBigDecimal; in operator ==()
91 eq = eq && positivePrefix == other.positivePrefix; in operator ==()
92 eq = eq && positivePrefixPattern == other.positivePrefixPattern; in operator ==()
93 eq = eq && positiveSuffix == other.positiveSuffix; in operator ==()
94 eq = eq && positiveSuffixPattern == other.positiveSuffixPattern; in operator ==()
95 eq = eq && roundingIncrement == other.roundingIncrement; in operator ==()
96 eq = eq && roundingMode == other.roundingMode; in operator ==()
97 eq = eq && secondaryGroupingSize == other.secondaryGroupingSize; in operator ==()
98 eq = eq && signAlwaysShown == other.signAlwaysShown; in operator ==()
99 return eq; in operator ==()