/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
D | DecimalFormatProperties.java | 94 private transient boolean exponentSignAlwaysShown; field in DecimalFormatProperties 166 exponentSignAlwaysShown = false; in _clear() 212 exponentSignAlwaysShown = other.exponentSignAlwaysShown; in _copyFrom() 259 eq = eq && _equalsHelper(exponentSignAlwaysShown, other.exponentSignAlwaysShown); in _equals() 322 hashCode ^= _hashCodeHelper(exponentSignAlwaysShown); in _hashCode() 443 return exponentSignAlwaysShown; in getExponentSignAlwaysShown() 767 public DecimalFormatProperties setExponentSignAlwaysShown(boolean exponentSignAlwaysShown) { in setExponentSignAlwaysShown() argument 768 this.exponentSignAlwaysShown = exponentSignAlwaysShown; in setExponentSignAlwaysShown()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/ |
D | DecimalFormatProperties.java | 99 private transient boolean exponentSignAlwaysShown; field in DecimalFormatProperties 171 exponentSignAlwaysShown = false; in _clear() 217 exponentSignAlwaysShown = other.exponentSignAlwaysShown; in _copyFrom() 264 eq = eq && _equalsHelper(exponentSignAlwaysShown, other.exponentSignAlwaysShown); in _equals() 327 hashCode ^= _hashCodeHelper(exponentSignAlwaysShown); in _hashCode() 448 return exponentSignAlwaysShown; in getExponentSignAlwaysShown() 772 public DecimalFormatProperties setExponentSignAlwaysShown(boolean exponentSignAlwaysShown) { in setExponentSignAlwaysShown() argument 773 this.exponentSignAlwaysShown = exponentSignAlwaysShown; in setExponentSignAlwaysShown()
|
/external/icu/icu4c/source/i18n/ |
D | number_decimfmtprops.cpp | 42 exponentSignAlwaysShown = false; in clear() 90 eq = eq && exponentSignAlwaysShown == other.exponentSignAlwaysShown; in _equals()
|
D | number_decimfmtprops.h | 107 bool exponentSignAlwaysShown; member
|
D | number_patternstring.cpp | 570 properties.exponentSignAlwaysShown = positive.exponentHasPlusSign; in patternInfoToProperties() 582 properties.exponentSignAlwaysShown = false; in patternInfoToProperties() 687 bool exponentShowPlusSign = properties.exponentSignAlwaysShown; in propertiesToPatternString()
|
D | decimfmt.cpp | 1153 return DecimalFormatProperties::getDefault().exponentSignAlwaysShown; in isExponentSignAlwaysShown() 1155 return fields->properties.exponentSignAlwaysShown; in isExponentSignAlwaysShown() 1160 if (UBOOL_TO_BOOL(expSignAlways) == fields->properties.exponentSignAlwaysShown) { return; } in setExponentSignAlwaysShown() 1161 fields->properties.exponentSignAlwaysShown = expSignAlways; in setExponentSignAlwaysShown()
|
D | number_mapper.cpp | 217 properties.exponentSignAlwaysShown ? UNUM_SIGN_ALWAYS : UNUM_SIGN_AUTO); in oldToNew()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | NumberFormatDataDrivenTest.java | 248 if (tuple.exponentSignAlwaysShown != null) { 249 fmt.setExponentSignAlwaysShown(tuple.exponentSignAlwaysShown != 0); 421 if (tuple.exponentSignAlwaysShown != null) { 528 if (tuple.exponentSignAlwaysShown != null) { in propertiesFromTuple() 529 properties.setExponentSignAlwaysShown(tuple.exponentSignAlwaysShown != 0); in propertiesFromTuple()
|
D | DataDrivenNumberFormatTestData.java | 104 public Integer exponentSignAlwaysShown = null; field in DataDrivenNumberFormatTestData 356 exponentSignAlwaysShown = Integer.valueOf(value); in setExponentSignAlwaysShown()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | NumberFormatDataDrivenTest.java | 251 if (tuple.exponentSignAlwaysShown != null) { 252 fmt.setExponentSignAlwaysShown(tuple.exponentSignAlwaysShown != 0); 424 if (tuple.exponentSignAlwaysShown != null) { 531 if (tuple.exponentSignAlwaysShown != null) { in propertiesFromTuple() 532 properties.setExponentSignAlwaysShown(tuple.exponentSignAlwaysShown != 0); in propertiesFromTuple()
|
D | DataDrivenNumberFormatTestData.java | 107 public Integer exponentSignAlwaysShown = null; field in DataDrivenNumberFormatTestData 359 exponentSignAlwaysShown = Integer.valueOf(value); in setExponentSignAlwaysShown()
|
/external/icu/libicu/cts_headers/ |
D | number_decimfmtprops.h | 107 bool exponentSignAlwaysShown; member
|
/external/icu/icu4c/source/test/intltest/ |
D | numberformattesttuple.h | 114 int32_t exponentSignAlwaysShown; variable
|
D | numberformattesttuple.cpp | 321 FIELD_INIT(exponentSignAlwaysShown, &gIntOps),
|
D | numfmtdatadriventest.cpp | 142 fmt.setExponentSignAlwaysShown(tuple.exponentSignAlwaysShown != 0); in adjustDecimalFormat()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/ |
D | numberformattestspecification.txt | 622 decimalSeparatorAlwaysShown exponentSignAlwaysShown minimumExponentDigits output breaks
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/ |
D | numberformattestspecification.txt | 622 decimalSeparatorAlwaysShown exponentSignAlwaysShown minimumExponentDigits output breaks
|
/external/icu/icu4c/source/test/testdata/ |
D | numberformattestspecification.txt | 622 decimalSeparatorAlwaysShown exponentSignAlwaysShown minimumExponentDigits output breaks
|