Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DDecimalFormatProperties.java121 private transient String positivePrefix; field in DecimalFormatProperties
193 positivePrefix = null; in _clear()
239 positivePrefix = other.positivePrefix; in _copyFrom()
286 eq = eq && _equalsHelper(positivePrefix, other.positivePrefix); in _equals()
349 hashCode ^= _hashCodeHelper(positivePrefix); in _hashCode()
551 return positivePrefix; in getPositivePrefix()
1214 public DecimalFormatProperties setPositivePrefix(String positivePrefix) { in setPositivePrefix() argument
1215 this.positivePrefix = positivePrefix; in setPositivePrefix()
/external/icu/android_icu4j/src/main/java/android/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()
/external/icu/icu4c/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()
/external/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()
/external/icu/android_icu4j/src/main/tests/android/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()
/external/icu/libicu/cts_headers/
Dnumber_decimfmtprops.h136 UnicodeString positivePrefix; member
/external/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);
Dnumfmtst.cpp8979 UnicodeString positivePrefix; in Test11646_Equality() local
8980 fmtCopy.setPositivePrefix(fmtCopy.getPositivePrefix(positivePrefix)); in Test11646_Equality()
8986 UnicodeString positivePrefix; in Test11646_Equality() local
8987 fmtCopy.setPositiveSuffix(fmtCopy.getPositiveSuffix(positivePrefix)); in Test11646_Equality()
/external/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
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/
Dnumberformattestspecification.txt661 format positivePrefix positiveSuffix negativePrefix negativeSuffix output
675 format positivePrefix negativePrefix output
964 set positivePrefix dd
995 set positivePrefix 82
/external/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