Home
last modified time | relevance | path

Searched refs:_other (Results 1 - 25 of 69) sorted by relevance

123

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
H A DConstantMultiFieldModifier.java103 ConstantMultiFieldModifier _other = (ConstantMultiFieldModifier) other; in semanticallyEquivalent()
104 if (parameters != null && _other.parameters != null && parameters.obj == _other.parameters.obj) { in semanticallyEquivalent()
107 return Arrays.equals(prefixChars, _other.prefixChars) && Arrays.equals(prefixFields, _other.prefixFields) in semanticallyEquivalent()
108 && Arrays.equals(suffixChars, _other.suffixChars) && Arrays.equals(suffixFields, _other.suffixFields) in semanticallyEquivalent()
109 && overwrite == _other.overwrite && strong == _other.strong; in semanticallyEquivalent()
H A DSimpleModifier.java78 SimpleModifier _other = (SimpleModifier) other; in semanticallyEquivalent()
79 if (parameters != null && _other.parameters != null && parameters.obj == _other.parameters.obj) { in semanticallyEquivalent()
82 return compiledPattern.equals(_other.compiledPattern) && field == _other.field && strong == _other.strong; in semanticallyEquivalent()
H A DConstantAffixModifier.java96 ConstantAffixModifier _other = (ConstantAffixModifier) other; in semanticallyEquivalent()
97 return prefix.equals(_other.prefix) && suffix.equals(_other.suffix) && field == _other.field in semanticallyEquivalent()
98 && strong == _other.strong; in semanticallyEquivalent()
H A DDecimalQuantity_AbstractBCD.java96 public void copyFrom(DecimalQuantity _other) { in copyFrom() argument
97 copyBcdFrom(_other); in copyFrom()
98 DecimalQuantity_AbstractBCD other = (DecimalQuantity_AbstractBCD) _other; in copyFrom()
1177 DecimalQuantity_AbstractBCD _other = (DecimalQuantity_AbstractBCD) other; in equals()
1180 scale == _other.scale in equals()
1181 && precision == _other.precision in equals()
1182 && flags == _other.flags in equals()
1183 && lReqPos == _other.lReqPos in equals()
1184 && rReqPos == _other.rReqPos in equals()
1185 && isApproximate == _other in equals()
1296 copyBcdFrom(DecimalQuantity _other) copyBcdFrom() argument
[all...]
H A DMacroProps.java112 public boolean equals(Object _other) { in equals() argument
113 if (_other == null) in equals()
115 if (this == _other) in equals()
117 if (!(_other instanceof MacroProps)) in equals()
119 MacroProps other = (MacroProps) _other; in equals()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
H A DConstantMultiFieldModifier.java105 ConstantMultiFieldModifier _other = (ConstantMultiFieldModifier) other; in semanticallyEquivalent()
106 if (parameters != null && _other.parameters != null && parameters.obj == _other.parameters.obj) { in semanticallyEquivalent()
109 return Arrays.equals(prefixChars, _other.prefixChars) && Arrays.equals(prefixFields, _other.prefixFields) in semanticallyEquivalent()
110 && Arrays.equals(suffixChars, _other.suffixChars) && Arrays.equals(suffixFields, _other.suffixFields) in semanticallyEquivalent()
111 && overwrite == _other.overwrite && strong == _other.strong; in semanticallyEquivalent()
H A DSimpleModifier.java80 SimpleModifier _other = (SimpleModifier) other; in semanticallyEquivalent()
81 if (parameters != null && _other.parameters != null && parameters.obj == _other.parameters.obj) { in semanticallyEquivalent()
84 return compiledPattern.equals(_other.compiledPattern) && field == _other.field && strong == _other.strong; in semanticallyEquivalent()
H A DConstantAffixModifier.java98 ConstantAffixModifier _other = (ConstantAffixModifier) other; in semanticallyEquivalent()
99 return prefix.equals(_other.prefix) && suffix.equals(_other.suffix) && field == _other.field in semanticallyEquivalent()
100 && strong == _other.strong; in semanticallyEquivalent()
H A DDecimalQuantity_AbstractBCD.java98 public void copyFrom(DecimalQuantity _other) { in copyFrom() argument
99 copyBcdFrom(_other); in copyFrom()
100 DecimalQuantity_AbstractBCD other = (DecimalQuantity_AbstractBCD) _other; in copyFrom()
1126 DecimalQuantity_AbstractBCD _other = (DecimalQuantity_AbstractBCD) other; in equals()
1129 scale == _other.scale in equals()
1130 && precision == _other.precision in equals()
1131 && flags == _other.flags in equals()
1132 && lReqPos == _other.lReqPos in equals()
1133 && rReqPos == _other.rReqPos in equals()
1134 && isApproximate == _other in equals()
1243 copyBcdFrom(DecimalQuantity _other) copyBcdFrom() argument
[all...]
H A DMacroProps.java104 public boolean equals(Object _other) { in equals() argument
105 if (_other == null) in equals()
107 if (this == _other) in equals()
109 if (!(_other instanceof MacroProps)) in equals()
111 MacroProps other = (MacroProps) _other; in equals()
/third_party/icu/icu4c/source/i18n/
H A Dnumber_modifiers.cpp105 auto* _other = dynamic_cast<const ConstantAffixModifier*>(&other); in semanticallyEquivalent() local
106 if (_other == nullptr) { in semanticallyEquivalent()
109 return fPrefix == _other->fPrefix in semanticallyEquivalent()
110 && fSuffix == _other->fSuffix in semanticallyEquivalent()
111 && fField == _other->fField in semanticallyEquivalent()
112 && fStrong == _other->fStrong; in semanticallyEquivalent()
192 auto* _other = dynamic_cast<const SimpleModifier*>(&other); in semanticallyEquivalent() local
193 if (_other == nullptr) { in semanticallyEquivalent()
197 return fParameters.obj == _other->fParameters.obj; in semanticallyEquivalent()
199 return fCompiledPattern == _other in semanticallyEquivalent()
322 auto* _other = dynamic_cast<const ConstantMultiFieldModifier*>(&other); semanticallyEquivalent() local
[all...]
H A Dnumber_asformat.cpp36 auto* _other = dynamic_cast<const LocalizedNumberFormatterAsFormat*>(&other); in operator ==() local
37 if (_other == nullptr) { in operator ==()
43 return fFormatter.toSkeleton(localStatus) == _other->fFormatter.toSkeleton(localStatus); in operator ==()
H A Dnumber_scientific.cpp108 auto* _other = dynamic_cast<const ScientificModifier*>(&other); in semanticallyEquivalent() local
109 if (_other == nullptr) { in semanticallyEquivalent()
113 return fExponent == _other->fExponent; in semanticallyEquivalent()
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_modifiers.cpp114 auto* _other = dynamic_cast<const ConstantAffixModifier*>(&other); in semanticallyEquivalent() local
115 if (_other == nullptr) { in semanticallyEquivalent()
118 return fPrefix == _other->fPrefix in semanticallyEquivalent()
119 && fSuffix == _other->fSuffix in semanticallyEquivalent()
120 && fField == _other->fField in semanticallyEquivalent()
121 && fStrong == _other->fStrong; in semanticallyEquivalent()
201 auto* _other = dynamic_cast<const SimpleModifier*>(&other); in semanticallyEquivalent() local
202 if (_other == nullptr) { in semanticallyEquivalent()
206 return fParameters.obj == _other->fParameters.obj; in semanticallyEquivalent()
208 return fCompiledPattern == _other in semanticallyEquivalent()
331 auto* _other = dynamic_cast<const ConstantMultiFieldModifier*>(&other); semanticallyEquivalent() local
[all...]
H A Dnumber_asformat.cpp36 auto* _other = dynamic_cast<const LocalizedNumberFormatterAsFormat*>(&other); in operator ==() local
37 if (_other == nullptr) { in operator ==()
43 return fFormatter.toSkeleton(localStatus) == _other->fFormatter.toSkeleton(localStatus); in operator ==()
H A Dnumber_scientific.cpp108 auto* _other = dynamic_cast<const ScientificModifier*>(&other); in semanticallyEquivalent() local
109 if (_other == nullptr) { in semanticallyEquivalent()
113 return fExponent == _other->fExponent; in semanticallyEquivalent()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_modifiers.cpp105 auto* _other = dynamic_cast<const ConstantAffixModifier*>(&other); in semanticallyEquivalent() local
106 if (_other == nullptr) { in semanticallyEquivalent()
109 return fPrefix == _other->fPrefix in semanticallyEquivalent()
110 && fSuffix == _other->fSuffix in semanticallyEquivalent()
111 && fField == _other->fField in semanticallyEquivalent()
112 && fStrong == _other->fStrong; in semanticallyEquivalent()
192 auto* _other = dynamic_cast<const SimpleModifier*>(&other); in semanticallyEquivalent() local
193 if (_other == nullptr) { in semanticallyEquivalent()
197 return fParameters.obj == _other->fParameters.obj; in semanticallyEquivalent()
199 return fCompiledPattern == _other in semanticallyEquivalent()
322 auto* _other = dynamic_cast<const ConstantMultiFieldModifier*>(&other); semanticallyEquivalent() local
[all...]
H A Dnumber_asformat.cpp36 auto* _other = dynamic_cast<const LocalizedNumberFormatterAsFormat*>(&other); in operator ==() local
37 if (_other == nullptr) { in operator ==()
43 return fFormatter.toSkeleton(localStatus) == _other->fFormatter.toSkeleton(localStatus); in operator ==()
H A Dnumber_scientific.cpp108 auto* _other = dynamic_cast<const ScientificModifier*>(&other); in semanticallyEquivalent() local
109 if (_other == nullptr) { in semanticallyEquivalent()
113 return fExponent == _other->fExponent; in semanticallyEquivalent()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/range/
H A DRangeMacroProps.java34 public boolean equals(Object _other) { in equals() argument
35 if (_other == null) in equals()
37 if (this == _other) in equals()
39 if (!(_other instanceof RangeMacroProps)) in equals()
41 RangeMacroProps other = (RangeMacroProps) _other; in equals()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/range/
H A DRangeMacroProps.java36 public boolean equals(Object _other) { in equals() argument
37 if (_other == null) in equals()
39 if (this == _other) in equals()
41 if (!(_other instanceof RangeMacroProps)) in equals()
43 RangeMacroProps other = (RangeMacroProps) _other; in equals()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/
H A DFormattedNumberRange.java166 FormattedNumberRange _other = (FormattedNumberRange) other; in equals()
167 return Arrays.equals(string.toCharArray(), _other.string.toCharArray()) in equals()
168 && Arrays.equals(string.toFieldArray(), _other.string.toFieldArray()) in equals()
169 && quantity1.toBigDecimal().equals(_other.quantity1.toBigDecimal()) in equals()
170 && quantity2.toBigDecimal().equals(_other.quantity2.toBigDecimal()); in equals()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
H A DFormattedNumberRange.java187 FormattedNumberRange _other = (FormattedNumberRange) other; in equals()
188 return string.contentEquals(_other.string) in equals()
189 && quantity1.toBigDecimal().equals(_other.quantity1.toBigDecimal()) in equals()
190 && quantity2.toBigDecimal().equals(_other.quantity2.toBigDecimal()); in equals()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/impl/number/
H A DDecimalQuantity_SimpleStorage.java277 DecimalQuantity_SimpleStorage _other = (DecimalQuantity_SimpleStorage) other; in copyFrom()
278 lOptPos = _other.lOptPos; in copyFrom()
279 lReqPos = _other.lReqPos; in copyFrom()
280 rReqPos = _other.rReqPos; in copyFrom()
281 rOptPos = _other.rOptPos; in copyFrom()
282 primary = _other.primary; in copyFrom()
283 primaryScale = _other.primaryScale; in copyFrom()
284 primaryPrecision = _other.primaryPrecision; in copyFrom()
285 fallback = _other.fallback; in copyFrom()
286 flags = _other in copyFrom()
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/impl/number/
H A DDecimalQuantity_SimpleStorage.java280 DecimalQuantity_SimpleStorage _other = (DecimalQuantity_SimpleStorage) other; in copyFrom()
281 lOptPos = _other.lOptPos; in copyFrom()
282 lReqPos = _other.lReqPos; in copyFrom()
283 rReqPos = _other.rReqPos; in copyFrom()
284 rOptPos = _other.rOptPos; in copyFrom()
285 primary = _other.primary; in copyFrom()
286 primaryScale = _other.primaryScale; in copyFrom()
287 primaryPrecision = _other.primaryPrecision; in copyFrom()
288 fallback = _other.fallback; in copyFrom()
289 flags = _other in copyFrom()
[all...]

Completed in 18 milliseconds

123