Home
last modified time | relevance | path

Searched refs:useScientific (Results 1 – 20 of 20) sorted by relevance

/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDataDrivenNumberFormatTestData.java98 public Integer useScientific = null; field in DataDrivenNumberFormatTestData
332 useScientific = Integer.valueOf(value); in setUseScientific()
462 useScientific = null; in clearUseScientific()
DNumberFormatDataDrivenTest.java230 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/
DDataDrivenNumberFormatTestData.java101 public Integer useScientific = null; field in DataDrivenNumberFormatTestData
335 useScientific = Integer.valueOf(value); in setUseScientific()
465 useScientific = null; in clearUseScientific()
DNumberFormatDataDrivenTest.java233 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/
Dnumberformattesttuple.h108 int32_t useScientific; variable
Dnumberformattesttuple.cpp315 FIELD_INIT(useScientific, &gIntOps),
Dnumfmtdatadriventest.cpp120 fmt.setScientificNotation(tuple.useScientific != 0); in adjustDecimalFormat()
/third_party/icu/icu4c/source/i18n/unicode/
Ddecimfmt.h1535 virtual void setScientificNotation(UBool useScientific);
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/
Ddecimfmt.h1541 virtual void setScientificNotation(UBool useScientific);
/third_party/node/deps/icu-small/source/i18n/unicode/
Ddecimfmt.h1535 virtual void setScientificNotation(UBool useScientific);
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Ddecimfmt.h1535 virtual void setScientificNotation(UBool useScientific);
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Ddecimfmt.cpp811 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/
DDecimalFormat.java1810 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/
DDecimalFormat.java1695 public synchronized void setScientificNotation(boolean useScientific) { in setScientificNotation() argument
1696 if (useScientific) { in setScientificNotation()
/third_party/icu/icu4c/source/i18n/
Ddecimfmt.cpp1121 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/
Ddecimfmt.cpp1125 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/
Ddecimfmt.cpp1121 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/
Dnumberformattestspecification.txt560 output useScientific breaks
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/
Dnumberformattestspecification.txt560 output useScientific breaks
/third_party/icu/ohos_icu4j/src/main/tests/resources/ohos/global/icu/dev/data/
Dnumberformattestspecification.txt560 output useScientific breaks