/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | ScientificNumberFormatterTest.java | 56 DecimalFormat decfmt = (DecimalFormat) NumberFormat.getScientificInstance(ULocale.ENGLISH); in TestPlusSignInExponentMarkup() local 57 decfmt.applyPattern("0.00E+0"); in TestPlusSignInExponentMarkup() 59 decfmt, "<sup>", "</sup>"); in TestPlusSignInExponentMarkup() 70 DecimalFormat decfmt = (DecimalFormat) NumberFormat.getScientificInstance(ULocale.ENGLISH); in TestPlusSignInExponentSuperscript() local 71 decfmt.applyPattern("0.00E+0"); in TestPlusSignInExponentSuperscript() 73 decfmt); in TestPlusSignInExponentSuperscript() 82 DecimalFormat decfmt = (DecimalFormat) NumberFormat.getInstance(ULocale.ENGLISH); in TestFixedDecimalMarkup() local 84 decfmt, "<sup>", "</sup>"); in TestFixedDecimalMarkup() 93 DecimalFormat decfmt = (DecimalFormat) NumberFormat.getInstance(ULocale.ENGLISH); in TestFixedDecimalSuperscript() local 94 ScientificNumberFormatter fmt = ScientificNumberFormatter.getSuperscriptInstance(decfmt); in TestFixedDecimalSuperscript()
|
D | IntlTestDecimalFormatAPI.java | 273 DecimalFormat decfmt = new DecimalFormat(); in testJB6134() local 277 decfmt.format(123, buf, fposByInt); in testJB6134() 281 decfmt.format(123, buf, fposByField); in testJB6134() 293 DecimalFormat decfmt = new DecimalFormat(); in testJB4971() local 297 resultICU = decfmt.getMathContextICU(); in testJB4971() 308 decfmt.setMathContextICU(comp2); in testJB4971() 309 resultICU = decfmt.getMathContextICU(); in testJB4971() 322 decfmt.setMathContext(comp3); in testJB4971() 323 result = decfmt.getMathContext(); in testJB4971()
|
D | NumberFormatTest.java | 988 …DecimalFormat decfmt = (DecimalFormat)NumberFormat.getInstance(new ULocale("en_US"), NumberFormat.… in TestParseCurrPatternWithDecStyle() local 989 decfmt.applyPattern(currpat); in TestParseCurrPatternWithDecStyle() 991 Number value = decfmt.parse(parsetxt, ppos); in TestParseCurrPatternWithDecStyle() 3209 private final DecimalFormat decfmt; field in NumberFormatTest.ParseThreadJB5358 3214 … public ParseThreadJB5358(DecimalFormat decfmt, String numstr, double expect, ArrayList errors) { in ParseThreadJB5358() argument 3215 this.decfmt = decfmt; in ParseThreadJB5358() 3225 Number n = decfmt.parse(numstr); in run() 4663 DecimalFormat decfmt = new DecimalFormat("\u00A4#,##0.00;-\u00A4#,##0.00", decfmtsym); 4664 String currFmtResult = decfmt.format(-100.0);
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
D | ScientificNumberFormatterTest.java | 59 DecimalFormat decfmt = (DecimalFormat) NumberFormat.getScientificInstance(ULocale.ENGLISH); in TestPlusSignInExponentMarkup() local 60 decfmt.applyPattern("0.00E+0"); in TestPlusSignInExponentMarkup() 62 decfmt, "<sup>", "</sup>"); in TestPlusSignInExponentMarkup() 73 DecimalFormat decfmt = (DecimalFormat) NumberFormat.getScientificInstance(ULocale.ENGLISH); in TestPlusSignInExponentSuperscript() local 74 decfmt.applyPattern("0.00E+0"); in TestPlusSignInExponentSuperscript() 76 decfmt); in TestPlusSignInExponentSuperscript() 85 DecimalFormat decfmt = (DecimalFormat) NumberFormat.getInstance(ULocale.ENGLISH); in TestFixedDecimalMarkup() local 87 decfmt, "<sup>", "</sup>"); in TestFixedDecimalMarkup() 96 DecimalFormat decfmt = (DecimalFormat) NumberFormat.getInstance(ULocale.ENGLISH); in TestFixedDecimalSuperscript() local 97 ScientificNumberFormatter fmt = ScientificNumberFormatter.getSuperscriptInstance(decfmt); in TestFixedDecimalSuperscript()
|
D | IntlTestDecimalFormatAPI.java | 276 DecimalFormat decfmt = new DecimalFormat(); in testJB6134() local 280 decfmt.format(123, buf, fposByInt); in testJB6134() 284 decfmt.format(123, buf, fposByField); in testJB6134() 296 DecimalFormat decfmt = new DecimalFormat(); in testJB4971() local 300 resultICU = decfmt.getMathContextICU(); in testJB4971() 311 decfmt.setMathContextICU(comp2); in testJB4971() 312 resultICU = decfmt.getMathContextICU(); in testJB4971() 325 decfmt.setMathContext(comp3); in testJB4971() 326 result = decfmt.getMathContext(); in testJB4971()
|
D | NumberFormatTest.java | 991 …DecimalFormat decfmt = (DecimalFormat)NumberFormat.getInstance(new ULocale("en_US"), NumberFormat.… in TestParseCurrPatternWithDecStyle() local 992 decfmt.applyPattern(currpat); in TestParseCurrPatternWithDecStyle() 994 Number value = decfmt.parse(parsetxt, ppos); in TestParseCurrPatternWithDecStyle() 3212 private final DecimalFormat decfmt; field in NumberFormatTest.ParseThreadJB5358 3217 … public ParseThreadJB5358(DecimalFormat decfmt, String numstr, double expect, ArrayList errors) { in ParseThreadJB5358() argument 3218 this.decfmt = decfmt; in ParseThreadJB5358() 3228 Number n = decfmt.parse(numstr); in run() 4666 DecimalFormat decfmt = new DecimalFormat("\u00A4#,##0.00;-\u00A4#,##0.00", decfmtsym); 4667 String currFmtResult = decfmt.format(-100.0);
|
/third_party/icu/icu4c/source/test/intltest/ |
D | scientificnumberformattertest.cpp | 120 …LocalPointer<DecimalFormat> decfmt((DecimalFormat *) NumberFormat::createScientificInstance("en", … in TestPlusSignInExponentMarkup() local 125 decfmt->applyPattern("0.00E+0", status); in TestPlusSignInExponentMarkup() 132 new DecimalFormat(*decfmt), "<sup>", "</sup>", status)); in TestPlusSignInExponentMarkup() 147 …LocalPointer<DecimalFormat> decfmt((DecimalFormat *) NumberFormat::createScientificInstance("en", … in TestPlusSignInExponentSuperscript() local 152 decfmt->applyPattern("0.00E+0", status); in TestPlusSignInExponentSuperscript() 159 new DecimalFormat(*decfmt), status)); in TestPlusSignInExponentSuperscript() 174 … LocalPointer<DecimalFormat> decfmt((DecimalFormat *) NumberFormat::createInstance("en", status)); in TestFixedDecimalMarkup() local 180 new DecimalFormat(*decfmt), "<sup>", "</sup>", status)); in TestFixedDecimalMarkup() 196 … LocalPointer<DecimalFormat> decfmt((DecimalFormat *) NumberFormat::createInstance("en", status)); in TestFixedDecimalSuperscript() local 202 new DecimalFormat(*decfmt), status)); in TestFixedDecimalSuperscript()
|
D | numfmtst.cpp | 7839 …LocalPointer<DecimalFormat> decfmt((DecimalFormat *) NumberFormat::createInstance(Locale("en_US"),… in Test10419RoundingWith0FractionDigits() local 7845 decfmt->setRoundingMode(items[i].mode); in Test10419RoundingWith0FractionDigits() 7846 decfmt->setMaximumFractionDigits(0); in Test10419RoundingWith0FractionDigits() 7848 if (items[i].expected != decfmt->format(items[i].value, actual)) { in Test10419RoundingWith0FractionDigits()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | measfmt.cpp | 278 DecimalFormat *decfmt = dynamic_cast<DecimalFormat *>(inf); in createObject() local 279 if (decfmt != NULL) { in createObject() 280 decfmt->setRoundingMode(DecimalFormat::kRoundDown); in createObject()
|
D | smpdtfmt.cpp | 267 DecimalFormat* decfmt = dynamic_cast<DecimalFormat*>(&nf); in fixNumberFormatForDates() local 268 if (decfmt != NULL) { in fixNumberFormatForDates() 269 decfmt->setDecimalSeparatorAlwaysShown(FALSE); in fixNumberFormatForDates() 4221 DecimalFormat* decfmt = dynamic_cast<DecimalFormat*>(fNumberFormat); in checkIntSuffix() local 4222 if (decfmt != NULL) { in checkIntSuffix() 4224 suf = decfmt->getNegativeSuffix(suf); in checkIntSuffix() 4227 suf = decfmt->getPositiveSuffix(suf); in checkIntSuffix()
|
D | msgfmt.cpp | 1719 auto* decfmt = dynamic_cast<DecimalFormat*>(fmt); in createAppropriateFormat() local 1720 if (decfmt != nullptr) { in createAppropriateFormat() 1721 decfmt->applyPattern(style, parseError, ec); in createAppropriateFormat()
|
/third_party/icu/icu4c/source/i18n/ |
D | measfmt.cpp | 278 DecimalFormat *decfmt = dynamic_cast<DecimalFormat *>(inf); in createObject() local 279 if (decfmt != NULL) { in createObject() 280 decfmt->setRoundingMode(DecimalFormat::kRoundDown); in createObject()
|
D | smpdtfmt.cpp | 266 DecimalFormat* decfmt = dynamic_cast<DecimalFormat*>(&nf); in fixNumberFormatForDates() local 267 if (decfmt != NULL) { in fixNumberFormatForDates() 268 decfmt->setDecimalSeparatorAlwaysShown(FALSE); in fixNumberFormatForDates() 4186 DecimalFormat* decfmt = dynamic_cast<DecimalFormat*>(fNumberFormat); in checkIntSuffix() local 4187 if (decfmt != NULL) { in checkIntSuffix() 4189 suf = decfmt->getNegativeSuffix(suf); in checkIntSuffix() 4192 suf = decfmt->getPositiveSuffix(suf); in checkIntSuffix()
|
D | msgfmt.cpp | 1719 auto* decfmt = dynamic_cast<DecimalFormat*>(fmt); in createAppropriateFormat() local 1720 if (decfmt != nullptr) { in createAppropriateFormat() 1721 decfmt->applyPattern(style, parseError, ec); in createAppropriateFormat()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | measfmt.cpp | 278 DecimalFormat *decfmt = dynamic_cast<DecimalFormat *>(inf); in createObject() local 279 if (decfmt != NULL) { in createObject() 280 decfmt->setRoundingMode(DecimalFormat::kRoundDown); in createObject()
|
D | smpdtfmt.cpp | 266 DecimalFormat* decfmt = dynamic_cast<DecimalFormat*>(&nf); in fixNumberFormatForDates() local 267 if (decfmt != NULL) { in fixNumberFormatForDates() 268 decfmt->setDecimalSeparatorAlwaysShown(FALSE); in fixNumberFormatForDates() 4186 DecimalFormat* decfmt = dynamic_cast<DecimalFormat*>(fNumberFormat); in checkIntSuffix() local 4187 if (decfmt != NULL) { in checkIntSuffix() 4189 suf = decfmt->getNegativeSuffix(suf); in checkIntSuffix() 4192 suf = decfmt->getPositiveSuffix(suf); in checkIntSuffix()
|
D | msgfmt.cpp | 1719 auto* decfmt = dynamic_cast<DecimalFormat*>(fmt); in createAppropriateFormat() local 1720 if (decfmt != nullptr) { in createAppropriateFormat() 1721 decfmt->applyPattern(style, parseError, ec); in createAppropriateFormat()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | measfmt.cpp | 541 DecimalFormat *decfmt = dynamic_cast<DecimalFormat *>(inf); in createObject() local 542 if (decfmt != NULL) { in createObject() 543 decfmt->setRoundingMode(DecimalFormat::kRoundDown); in createObject()
|
D | smpdtfmt.cpp | 258 DecimalFormat* decfmt = dynamic_cast<DecimalFormat*>(&nf); in fixNumberFormatForDates() local 259 if (decfmt != NULL) { in fixNumberFormatForDates() 260 decfmt->setDecimalSeparatorAlwaysShown(FALSE); in fixNumberFormatForDates() 4065 DecimalFormat* decfmt = dynamic_cast<DecimalFormat*>(fNumberFormat); in checkIntSuffix() local 4066 if (decfmt != NULL) { in checkIntSuffix() 4068 suf = decfmt->getNegativeSuffix(suf); in checkIntSuffix() 4071 suf = decfmt->getPositiveSuffix(suf); in checkIntSuffix()
|
D | msgfmt.cpp | 1715 auto* decfmt = dynamic_cast<DecimalFormat*>(fmt); in createAppropriateFormat() local 1716 if (decfmt != nullptr) { in createAppropriateFormat() 1717 decfmt->applyPattern(style, parseError, ec); in createAppropriateFormat()
|