HomeSort by relevance Sort by last modified time
    Searched defs:decfmt (Results 1 - 8 of 8) sorted by null

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
ScientificNumberFormatterTest.java 59 DecimalFormat decfmt = (DecimalFormat) NumberFormat.getScientificInstance(ULocale.ENGLISH); local
60 decfmt.applyPattern("0.00E+0");
62 decfmt, "<sup>", "</sup>");
73 DecimalFormat decfmt = (DecimalFormat) NumberFormat.getScientificInstance(ULocale.ENGLISH); local
74 decfmt.applyPattern("0.00E+0");
76 decfmt);
85 DecimalFormat decfmt = (DecimalFormat) NumberFormat.getInstance(ULocale.ENGLISH); local
87 decfmt, "<sup>", "</sup>");
96 DecimalFormat decfmt = (DecimalFormat) NumberFormat.getInstance(ULocale.ENGLISH); local
97 ScientificNumberFormatter fmt = ScientificNumberFormatter.getSuperscriptInstance(decfmt);
    [all...]
IntlTestDecimalFormatAPI.java 276 DecimalFormat decfmt = new DecimalFormat(); local
280 decfmt.format(123, buf, fposByInt);
284 decfmt.format(123, buf, fposByField);
296 DecimalFormat decfmt = new DecimalFormat(); local
300 resultICU = decfmt.getMathContextICU();
311 decfmt.setMathContextICU(comp2);
312 resultICU = decfmt.getMathContextICU();
325 decfmt.setMathContext(comp3);
326 result = decfmt.getMathContext();
NumberFormatTest.java 941 DecimalFormat decfmt = (DecimalFormat)NumberFormat.getInstance(new ULocale("en_US"), NumberFormat.NUMBERSTYLE); local
3099 private final DecimalFormat decfmt; field in class:NumberFormatTest.ParseThreadJB5358
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
ScientificNumberFormatterTest.java 56 DecimalFormat decfmt = (DecimalFormat) NumberFormat.getScientificInstance(ULocale.ENGLISH); local
57 decfmt.applyPattern("0.00E+0");
59 decfmt, "<sup>", "</sup>");
70 DecimalFormat decfmt = (DecimalFormat) NumberFormat.getScientificInstance(ULocale.ENGLISH); local
71 decfmt.applyPattern("0.00E+0");
73 decfmt);
82 DecimalFormat decfmt = (DecimalFormat) NumberFormat.getInstance(ULocale.ENGLISH); local
84 decfmt, "<sup>", "</sup>");
93 DecimalFormat decfmt = (DecimalFormat) NumberFormat.getInstance(ULocale.ENGLISH); local
94 ScientificNumberFormatter fmt = ScientificNumberFormatter.getSuperscriptInstance(decfmt);
    [all...]
IntlTestDecimalFormatAPI.java 273 DecimalFormat decfmt = new DecimalFormat(); local
277 decfmt.format(123, buf, fposByInt);
281 decfmt.format(123, buf, fposByField);
293 DecimalFormat decfmt = new DecimalFormat(); local
297 resultICU = decfmt.getMathContextICU();
308 decfmt.setMathContextICU(comp2);
309 resultICU = decfmt.getMathContextICU();
322 decfmt.setMathContext(comp3);
323 result = decfmt.getMathContext();
NumberFormatTest.java 938 DecimalFormat decfmt = (DecimalFormat)NumberFormat.getInstance(new ULocale("en_US"), NumberFormat.NUMBERSTYLE); local
3096 private final DecimalFormat decfmt; field in class:NumberFormatTest.ParseThreadJB5358
    [all...]
  /external/icu/icu4c/source/i18n/
msgfmt.cpp 1706 DecimalFormat* decfmt = dynamic_cast<DecimalFormat*>(fmt); local
    [all...]
smpdtfmt.cpp 256 DecimalFormat* decfmt = dynamic_cast<DecimalFormat*>(&nf); local
257 if (decfmt != NULL) {
258 decfmt->setDecimalSeparatorAlwaysShown(FALSE);
4002 DecimalFormat* decfmt = dynamic_cast<DecimalFormat*>(fNumberFormat); local
    [all...]

Completed in 157 milliseconds