Home
last modified time | relevance | path

Searched refs:negativeSuffix (Results 1 – 24 of 24) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
DDecimalFormatProperties.java116 private transient String negativeSuffix; field in DecimalFormatProperties
188 negativeSuffix = null; in _clear()
234 negativeSuffix = other.negativeSuffix; in _copyFrom()
281 eq = eq && _equalsHelper(negativeSuffix, other.negativeSuffix); in _equals()
344 hashCode ^= _hashCodeHelper(negativeSuffix); in _hashCode()
516 return negativeSuffix; in getNegativeSuffix()
1065 public DecimalFormatProperties setNegativeSuffix(String negativeSuffix) { in setNegativeSuffix() argument
1066 this.negativeSuffix = negativeSuffix; in setNegativeSuffix()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DDecimalFormatProperties.java112 private transient String negativeSuffix; field in DecimalFormatProperties
185 negativeSuffix = null; in _clear()
232 negativeSuffix = other.negativeSuffix; in _copyFrom()
280 eq = eq && _equalsHelper(negativeSuffix, other.negativeSuffix); in _equals()
344 hashCode ^= _hashCodeHelper(negativeSuffix); in _hashCode()
520 return negativeSuffix; in getNegativeSuffix()
1081 public DecimalFormatProperties setNegativeSuffix(String negativeSuffix) { in setNegativeSuffix() argument
1082 this.negativeSuffix = negativeSuffix; in setNegativeSuffix()
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumber_decimfmtprops.cpp60 negativeSuffix.setToBogus(); in clear()
101 eq = eq && negativeSuffix == other.negativeSuffix; in _equals()
Dnumber_decimfmtprops.h125 UnicodeString negativeSuffix; member
Dnumber_mapper.cpp335 UnicodeString nso = AffixUtils::escape(properties.negativeSuffix); in setTo()
369 if (!properties.negativeSuffix.isBogus()) { in setTo()
Ddecimfmt.cpp936 if (newValue == fields->properties.negativeSuffix) { return; } in setNegativeSuffix()
937 fields->properties.negativeSuffix = newValue; in setNegativeSuffix()
/third_party/icu/icu4c/source/i18n/
Dnumber_decimfmtprops.cpp61 negativeSuffix.setToBogus(); in clear()
103 eq = eq && negativeSuffix == other.negativeSuffix; in _equals()
Dnumber_decimfmtprops.h126 UnicodeString negativeSuffix; member
Dnumber_mapper.cpp339 UnicodeString nso = AffixUtils::escape(properties.negativeSuffix); in setTo()
373 if (!properties.negativeSuffix.isBogus()) { in setTo()
Ddecimfmt.cpp940 if (newValue == fields->properties.negativeSuffix) { return; } in setNegativeSuffix()
941 fields->properties.negativeSuffix = newValue; in setNegativeSuffix()
/third_party/node/deps/icu-small/source/i18n/
Dnumber_decimfmtprops.cpp61 negativeSuffix.setToBogus(); in clear()
103 eq = eq && negativeSuffix == other.negativeSuffix; in _equals()
Dnumber_decimfmtprops.h126 UnicodeString negativeSuffix; member
Dnumber_mapper.cpp339 UnicodeString nso = AffixUtils::escape(properties.negativeSuffix); in setTo()
373 if (!properties.negativeSuffix.isBogus()) { in setTo()
Ddecimfmt.cpp940 if (newValue == fields->properties.negativeSuffix) { return; } in setNegativeSuffix()
941 fields->properties.negativeSuffix = newValue; in setNegativeSuffix()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DNumberFormatDataDrivenTest.java266 if (tuple.negativeSuffix != null) {
267 fmt.setNegativeSuffix(tuple.negativeSuffix);
439 if (tuple.negativeSuffix != null) {
440 fmt.setNegativeSuffix(tuple.negativeSuffix);
546 if (tuple.negativeSuffix != null) { in propertiesFromTuple()
547 properties.setNegativeSuffix(tuple.negativeSuffix); in propertiesFromTuple()
DDataDrivenNumberFormatTestData.java110 public String negativeSuffix = null; field in DataDrivenNumberFormatTestData
380 negativeSuffix = value; in setNegativeSuffix()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DNumberFormatDataDrivenTest.java269 if (tuple.negativeSuffix != null) {
270 fmt.setNegativeSuffix(tuple.negativeSuffix);
442 if (tuple.negativeSuffix != null) {
443 fmt.setNegativeSuffix(tuple.negativeSuffix);
549 if (tuple.negativeSuffix != null) { in propertiesFromTuple()
550 properties.setNegativeSuffix(tuple.negativeSuffix); in propertiesFromTuple()
DDataDrivenNumberFormatTestData.java113 public String negativeSuffix = null; field in DataDrivenNumberFormatTestData
383 negativeSuffix = value; in setNegativeSuffix()
/third_party/icu/icu4c/source/test/intltest/
Dnumberformattesttuple.h120 UnicodeString negativeSuffix; variable
Dnumberformattesttuple.cpp327 FIELD_INIT(negativeSuffix, &gStrOps),
Dnumfmtdatadriventest.cpp161 fmt.setNegativeSuffix(tuple.negativeSuffix); in adjustDecimalFormat()
/third_party/icu/icu4c/source/test/testdata/
Dnumberformattestspecification.txt661 format positivePrefix positiveSuffix negativePrefix negativeSuffix output
975 set negativeSuffix ddd
985 set negativeSuffix 9N
1534 set negativeSuffix i jk
/third_party/icu/ohos_icu4j/src/main/tests/resources/ohos/global/icu/dev/data/
Dnumberformattestspecification.txt661 format positivePrefix positiveSuffix negativePrefix negativeSuffix output
975 set negativeSuffix ddd
985 set negativeSuffix 9N
1534 set negativeSuffix i jk
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/
Dnumberformattestspecification.txt661 format positivePrefix positiveSuffix negativePrefix negativeSuffix output
975 set negativeSuffix ddd
985 set negativeSuffix 9N
1534 set negativeSuffix i jk