/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | DataDrivenNumberFormatTestData.java | 98 public Integer useScientific = null; field in DataDrivenNumberFormatTestData 332 useScientific = Integer.valueOf(value); in setUseScientific() 462 useScientific = null; in clearUseScientific()
|
D | NumberFormatDataDrivenTest.java | 230 if (tuple.useScientific != null) { 231 fmt.setScientificNotation(tuple.useScientific != 0); 403 if (tuple.useScientific != null) { 510 if (tuple.useScientific != null) { in propertiesFromTuple() 511 properties.setMinimumExponentDigits(tuple.useScientific != 0 ? 1 : -1); in propertiesFromTuple()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
D | DataDrivenNumberFormatTestData.java | 101 public Integer useScientific = null; field in DataDrivenNumberFormatTestData 335 useScientific = Integer.valueOf(value); in setUseScientific() 465 useScientific = null; in clearUseScientific()
|
D | NumberFormatDataDrivenTest.java | 233 if (tuple.useScientific != null) { 234 fmt.setScientificNotation(tuple.useScientific != 0); 406 if (tuple.useScientific != null) { 513 if (tuple.useScientific != null) { in propertiesFromTuple() 514 properties.setMinimumExponentDigits(tuple.useScientific != 0 ? 1 : -1); in propertiesFromTuple()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | numberformattesttuple.h | 108 int32_t useScientific; variable
|
D | numberformattesttuple.cpp | 315 FIELD_INIT(useScientific, &gIntOps),
|
D | numfmtdatadriventest.cpp | 120 fmt.setScientificNotation(tuple.useScientific != 0); in adjustDecimalFormat()
|
/third_party/icu/icu4c/source/i18n/unicode/ |
D | decimfmt.h | 1535 virtual void setScientificNotation(UBool useScientific);
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/ |
D | decimfmt.h | 1541 virtual void setScientificNotation(UBool useScientific);
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
D | decimfmt.h | 1535 virtual void setScientificNotation(UBool useScientific);
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | decimfmt.h | 1535 virtual void setScientificNotation(UBool useScientific);
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | decimfmt.cpp | 811 void DecimalFormat::setScientificNotation(UBool useScientific) { in setScientificNotation() argument 812 int32_t minExp = useScientific ? 1 : -1; in setScientificNotation() 814 if (useScientific) { in setScientificNotation()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | DecimalFormat.java | 1810 public synchronized void setScientificNotation(boolean useScientific) { in setScientificNotation() argument 1811 if (useScientific) { in setScientificNotation()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | DecimalFormat.java | 1695 public synchronized void setScientificNotation(boolean useScientific) { in setScientificNotation() argument 1696 if (useScientific) { in setScientificNotation()
|
/third_party/icu/icu4c/source/i18n/ |
D | decimfmt.cpp | 1121 void DecimalFormat::setScientificNotation(UBool useScientific) { in setScientificNotation() argument 1123 int32_t minExp = useScientific ? 1 : -1; in setScientificNotation() 1125 if (useScientific) { in setScientificNotation()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | decimfmt.cpp | 1125 void DecimalFormat::setScientificNotation(UBool useScientific) { in setScientificNotation() argument 1127 int32_t minExp = useScientific ? 1 : -1; in setScientificNotation() 1129 if (useScientific) { in setScientificNotation()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | decimfmt.cpp | 1121 void DecimalFormat::setScientificNotation(UBool useScientific) { in setScientificNotation() argument 1123 int32_t minExp = useScientific ? 1 : -1; in setScientificNotation() 1125 if (useScientific) { in setScientificNotation()
|
/third_party/icu/icu4c/source/test/testdata/ |
D | numberformattestspecification.txt | 560 output useScientific breaks
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/ |
D | numberformattestspecification.txt | 560 output useScientific breaks
|
/third_party/icu/ohos_icu4j/src/main/tests/resources/ohos/global/icu/dev/data/ |
D | numberformattestspecification.txt | 560 output useScientific breaks
|