Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/icu/impl/number/
DDecimalFormatProperties.java92 private transient boolean exponentSignAlwaysShown; field in DecimalFormatProperties
164 exponentSignAlwaysShown = false; in _clear()
210 exponentSignAlwaysShown = other.exponentSignAlwaysShown; in _copyFrom()
257 eq = eq && _equalsHelper(exponentSignAlwaysShown, other.exponentSignAlwaysShown); in _equals()
320 hashCode ^= _hashCodeHelper(exponentSignAlwaysShown); in _hashCode()
441 return exponentSignAlwaysShown; in getExponentSignAlwaysShown()
765 public DecimalFormatProperties setExponentSignAlwaysShown(boolean exponentSignAlwaysShown) { in setExponentSignAlwaysShown() argument
766 this.exponentSignAlwaysShown = exponentSignAlwaysShown; in setExponentSignAlwaysShown()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DDecimalFormatProperties.java87 private transient boolean exponentSignAlwaysShown; field in DecimalFormatProperties
159 exponentSignAlwaysShown = false; in _clear()
205 exponentSignAlwaysShown = other.exponentSignAlwaysShown; in _copyFrom()
252 eq = eq && _equalsHelper(exponentSignAlwaysShown, other.exponentSignAlwaysShown); in _equals()
315 hashCode ^= _hashCodeHelper(exponentSignAlwaysShown); in _hashCode()
436 return exponentSignAlwaysShown; in getExponentSignAlwaysShown()
760 public DecimalFormatProperties setExponentSignAlwaysShown(boolean exponentSignAlwaysShown) { in setExponentSignAlwaysShown() argument
761 this.exponentSignAlwaysShown = exponentSignAlwaysShown; in setExponentSignAlwaysShown()
/external/icu/icu4c/source/i18n/
Dnumber_decimfmtprops.cpp41 exponentSignAlwaysShown = false; in clear()
89 eq = eq && exponentSignAlwaysShown == other.exponentSignAlwaysShown; in _equals()
Dnumber_decimfmtprops.h102 bool exponentSignAlwaysShown; member
Dnumber_patternstring.cpp569 properties.exponentSignAlwaysShown = positive.exponentHasPlusSign; in patternInfoToProperties()
581 properties.exponentSignAlwaysShown = false; in patternInfoToProperties()
666 bool exponentShowPlusSign = properties.exponentSignAlwaysShown; in propertiesToPatternString()
Ddecimfmt.cpp833 return fields->properties->exponentSignAlwaysShown; in isExponentSignAlwaysShown()
837 if (UBOOL_TO_BOOL(expSignAlways) == fields->properties->exponentSignAlwaysShown) { return; } in setExponentSignAlwaysShown()
838 fields->properties->exponentSignAlwaysShown = expSignAlways; in setExponentSignAlwaysShown()
Dnumber_mapper.cpp223 properties.exponentSignAlwaysShown ? UNUM_SIGN_ALWAYS : UNUM_SIGN_AUTO); in oldToNew()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DNumberFormatDataDrivenTest.java251 if (tuple.exponentSignAlwaysShown != null) {
252 fmt.setExponentSignAlwaysShown(tuple.exponentSignAlwaysShown != 0);
612 if (tuple.exponentSignAlwaysShown != null) {
719 if (tuple.exponentSignAlwaysShown != null) { in propertiesFromTuple()
720 properties.setExponentSignAlwaysShown(tuple.exponentSignAlwaysShown != 0); in propertiesFromTuple()
DDataDrivenNumberFormatTestData.java107 public Integer exponentSignAlwaysShown = null; field in DataDrivenNumberFormatTestData
359 exponentSignAlwaysShown = Integer.valueOf(value); in setExponentSignAlwaysShown()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DNumberFormatDataDrivenTest.java248 if (tuple.exponentSignAlwaysShown != null) {
249 fmt.setExponentSignAlwaysShown(tuple.exponentSignAlwaysShown != 0);
609 if (tuple.exponentSignAlwaysShown != null) {
716 if (tuple.exponentSignAlwaysShown != null) { in propertiesFromTuple()
717 properties.setExponentSignAlwaysShown(tuple.exponentSignAlwaysShown != 0); in propertiesFromTuple()
DDataDrivenNumberFormatTestData.java104 public Integer exponentSignAlwaysShown = null; field in DataDrivenNumberFormatTestData
356 exponentSignAlwaysShown = Integer.valueOf(value); in setExponentSignAlwaysShown()
/external/icu/icu4c/source/test/intltest/
Dnumberformattesttuple.h114 int32_t exponentSignAlwaysShown; variable
Dnumberformattesttuple.cpp318 FIELD_INIT(exponentSignAlwaysShown, &gIntOps),
Dnumfmtdatadriventest.cpp142 fmt.setExponentSignAlwaysShown(tuple.exponentSignAlwaysShown != 0); in adjustDecimalFormat()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDecimalFormat_ICU58_Android.java1867 } else if (exponentSignAlwaysShown) { in subformatExponential()
3762 return exponentSignAlwaysShown;
3780 exponentSignAlwaysShown = expSignAlways;
4641 if (exponentSignAlwaysShown) { in toPattern()
5144 exponentSignAlwaysShown = expSignAlways; in applyPatternWithoutExpandAffix()
5585 exponentSignAlwaysShown = false; in readObject()
5820 private boolean exponentSignAlwaysShown = false;
/external/icu/android_icu4j/src/main/java/android/icu/text/
DDecimalFormat_ICU58_Android.java1857 } else if (exponentSignAlwaysShown) { in subformatExponential()
3721 return exponentSignAlwaysShown;
3738 exponentSignAlwaysShown = expSignAlways;
4576 if (exponentSignAlwaysShown) { in toPattern()
5075 exponentSignAlwaysShown = expSignAlways; in applyPatternWithoutExpandAffix()
5499 exponentSignAlwaysShown = false; in readObject()
5728 private boolean exponentSignAlwaysShown = false;
/external/icu/icu4c/source/test/testdata/
Dnumberformattestspecification.txt603 decimalSeparatorAlwaysShown exponentSignAlwaysShown minimumExponentDigits output breaks
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/
Dnumberformattestspecification.txt603 decimalSeparatorAlwaysShown exponentSignAlwaysShown minimumExponentDigits output breaks
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/
Dnumberformattestspecification.txt603 decimalSeparatorAlwaysShown exponentSignAlwaysShown minimumExponentDigits output breaks