Home
last modified time | relevance | path

Searched refs:positivePrefix (Results 1 – 25 of 26) sorted by relevance

12

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DDecimalFormatProperties.java122 private transient String positivePrefix; field in DecimalFormatProperties
195 positivePrefix = null; in _clear()
242 positivePrefix = other.positivePrefix; in _copyFrom()
290 eq = eq && _equalsHelper(positivePrefix, other.positivePrefix); in _equals()
354 hashCode ^= _hashCodeHelper(positivePrefix); in _hashCode()
560 return positivePrefix; in getPositivePrefix()
1235 public DecimalFormatProperties setPositivePrefix(String positivePrefix) { in setPositivePrefix() argument
1236 this.positivePrefix = positivePrefix; in setPositivePrefix()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
DDecimalFormatProperties.java126 private transient String positivePrefix; field in DecimalFormatProperties
198 positivePrefix = null; in _clear()
244 positivePrefix = other.positivePrefix; in _copyFrom()
291 eq = eq && _equalsHelper(positivePrefix, other.positivePrefix); in _equals()
354 hashCode ^= _hashCodeHelper(positivePrefix); in _hashCode()
556 return positivePrefix; in getPositivePrefix()
1219 public DecimalFormatProperties setPositivePrefix(String positivePrefix) { in setPositivePrefix() argument
1220 this.positivePrefix = positivePrefix; in setPositivePrefix()
/third_party/icu/icu4c/source/i18n/
Dnumber_decimfmtprops.cpp71 positivePrefix.setToBogus(); in clear()
106 eq = eq && positivePrefix == other.positivePrefix; in _equals()
Dnumber_decimfmtprops.h137 UnicodeString positivePrefix; member
Dnumber_mapper.cpp336 UnicodeString ppo = AffixUtils::escape(properties.positivePrefix); in setTo()
345 if (!properties.positivePrefix.isBogus()) { in setTo()
Ddecimfmt.cpp880 if (newValue == fields->properties.positivePrefix) { return; } in setPositivePrefix()
881 fields->properties.positivePrefix = newValue; in setPositivePrefix()
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumber_decimfmtprops.cpp70 positivePrefix.setToBogus(); in clear()
104 eq = eq && positivePrefix == other.positivePrefix; in _equals()
Dnumber_decimfmtprops.h136 UnicodeString positivePrefix; member
Dnumber_mapper.cpp332 UnicodeString ppo = AffixUtils::escape(properties.positivePrefix); in setTo()
341 if (!properties.positivePrefix.isBogus()) { in setTo()
Ddecimfmt.cpp876 if (newValue == fields->properties.positivePrefix) { return; } in setPositivePrefix()
877 fields->properties.positivePrefix = newValue; in setPositivePrefix()
/third_party/node/deps/icu-small/source/i18n/
Dnumber_decimfmtprops.cpp71 positivePrefix.setToBogus(); in clear()
106 eq = eq && positivePrefix == other.positivePrefix; in _equals()
Dnumber_decimfmtprops.h137 UnicodeString positivePrefix; member
Dnumber_mapper.cpp336 UnicodeString ppo = AffixUtils::escape(properties.positivePrefix); in setTo()
345 if (!properties.positivePrefix.isBogus()) { in setTo()
Ddecimfmt.cpp880 if (newValue == fields->properties.positivePrefix) { return; } in setPositivePrefix()
881 fields->properties.positivePrefix = newValue; in setPositivePrefix()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DNumberFormatDataDrivenTest.java260 if (tuple.positivePrefix != null) {
261 fmt.setPositivePrefix(tuple.positivePrefix);
433 if (tuple.positivePrefix != null) {
434 fmt.setPositivePrefix(tuple.positivePrefix);
540 if (tuple.positivePrefix != null) { in propertiesFromTuple()
541 properties.setPositivePrefix(tuple.positivePrefix); in propertiesFromTuple()
DDataDrivenNumberFormatTestData.java110 public String positivePrefix = null; field in DataDrivenNumberFormatTestData
371 positivePrefix = value; in setPositivePrefix()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DNumberFormatDataDrivenTest.java257 if (tuple.positivePrefix != null) {
258 fmt.setPositivePrefix(tuple.positivePrefix);
430 if (tuple.positivePrefix != null) {
431 fmt.setPositivePrefix(tuple.positivePrefix);
537 if (tuple.positivePrefix != null) { in propertiesFromTuple()
538 properties.setPositivePrefix(tuple.positivePrefix); in propertiesFromTuple()
DDataDrivenNumberFormatTestData.java107 public String positivePrefix = null; field in DataDrivenNumberFormatTestData
368 positivePrefix = value; in setPositivePrefix()
/third_party/icu/icu4c/source/test/intltest/
Dnumberformattesttuple.h117 UnicodeString positivePrefix; variable
Dnumberformattesttuple.cpp324 FIELD_INIT(positivePrefix, &gStrOps),
Dnumfmtdatadriventest.cpp152 fmt.setPositivePrefix(tuple.positivePrefix); in adjustDecimalFormat()
Dnumrgts.cpp2947 static const UChar positivePrefix[] = { 0x40,0 }; // "@" local
2961 unum_setTextAttribute(f.getAlias(), UNUM_POSITIVE_PREFIX, positivePrefix, -1, &status);
/third_party/icu/ohos_icu4j/src/main/tests/resources/ohos/global/icu/dev/data/
Dnumberformattestspecification.txt661 format positivePrefix positiveSuffix negativePrefix negativeSuffix output
675 format positivePrefix negativePrefix output
964 set positivePrefix dd
995 set positivePrefix 82
/third_party/icu/icu4c/source/test/testdata/
Dnumberformattestspecification.txt661 format positivePrefix positiveSuffix negativePrefix negativeSuffix output
675 format positivePrefix negativePrefix output
964 set positivePrefix dd
995 set positivePrefix 82
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/
Dnumberformattestspecification.txt661 format positivePrefix positiveSuffix negativePrefix negativeSuffix output
675 format positivePrefix negativePrefix output
964 set positivePrefix dd
995 set positivePrefix 82

12