/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/ |
D | DecimalFormatTest.java | 48 DecimalFormat df = new DecimalFormat(); in test_setNan_emptyString() local 339 DecimalFormat df = new DecimalFormat(); in test_parse_returnType() local 658 DecimalFormat df = new DecimalFormat(); in test_getNegativePrefix() local 664 DecimalFormat df = new DecimalFormat(); in test_getNegativeSuffix() local 670 DecimalFormat df = new DecimalFormat(); in test_getPositivePrefix() local 676 DecimalFormat df = new DecimalFormat(); in test_getPositiveSuffix() local 1013 DecimalFormat df = new DecimalFormat("###0.##", new DecimalFormatSymbols(Locale.US)); in test_formatDouble_maximumFractionDigits() local 1030 DecimalFormat df = new DecimalFormat("###0.##", new DecimalFormatSymbols(Locale.US)); in test_formatDouble_minimumFractionDigits() local 1059 DecimalFormat df = new DecimalFormat("00.0#E0", dfs); in test_formatDouble_scientificNotation() local 1284 DecimalFormat df = new DecimalFormat("00.0#E0", dfs); in test_formatDouble_scientificNotationMinusZero() local [all …]
|
D | ParseExceptionTest.java | 32 DateFormat df = DateFormat.getInstance(); in test_ConstructorLjava_lang_StringI() local 45 DateFormat df = DateFormat.getInstance(); in test_getErrorOffset() local
|
D | SimpleDateFormatTest.java | 215 SimpleDateFormat df = new SimpleDateFormat(); in test_equals_afterFormat() local 518 SimpleDateFormat df = (SimpleDateFormat) DateFormat.getInstance(); in test_getDateFormatSymbols() local 787 SimpleDateFormat df = new SimpleDateFormat(pattern, new Locale("en", "US")); in assertParse() local 794 SimpleDateFormat df = new SimpleDateFormat(pattern, new Locale("en", "US")); in assertFormat() local 896 SimpleDateFormat df = new SimpleDateFormat("HH:mm:ss"); in test_parse_with_spaces() local
|
/libcore/luni/src/test/java/libcore/java/text/ |
D | DecimalFormatTest.java | 32 DecimalFormat df = new DecimalFormat("0E0"); in test_exponentSeparator() local 42 DecimalFormat df = (DecimalFormat) DecimalFormat.getInstance(Locale.US); in test_setMaximumFractionDigitsAffectsRoundingMode() local 123 DecimalFormat df = (DecimalFormat) NumberFormat.getInstance(); in testBigDecimalICUConsistency() local 163 DecimalFormat df = (DecimalFormat)NumberFormat.getInstance(); in assertDecFmtWithMultiplierAndFraction() local 171 DecimalFormat df = (DecimalFormat)NumberFormat.getIntegerInstance(locale); in assertDecFmtWithMultiplierAndFractionByLocale() local 197 DecimalFormat df = (DecimalFormat) NumberFormat.getCurrencyInstance(Locale.US); in testBug9087737() local 205 DecimalFormat df = (DecimalFormat) NumberFormat.getCurrencyInstance(Locale.US); in testBug15081434() local 288 DecimalFormat df = new DecimalFormat("00"); in testBug27855939() local
|
D | OldDateFormatTest.java | 168 DateFormat df = DateFormat.getInstance(); in test_isLenient() local 381 DateFormat df = DateFormat.getInstance(); in test_parseObjectLjava_lang_StringLjava_text_ParsePosition() local 446 DateFormat df = DateFormat.getInstance(); in test_setLenientZ() local
|
D | SimpleDateFormatTest.java | 438 DateFormat df = DateFormat.getDateInstance(DateFormat.SHORT, new Locale("sl")); in test_sl_dates() local 474 SimpleDateFormat df = new SimpleDateFormat("dd MMM yyyy HH:mm:ss zzz"); in testTimeZoneNotChangedByParse() local
|
/libcore/benchmarks/src/benchmarks/regression/ |
D | ExpensiveObjectsBenchmark.java | 34 DateFormat df = DateFormat.getTimeInstance(DateFormat.SHORT); in timeNewDateFormatTimeInstance() local 40 DateFormat df = DateFormat.getTimeInstance(DateFormat.SHORT); in timeClonedDateFormatTimeInstance() local 47 DateFormat df = DateFormat.getTimeInstance(DateFormat.SHORT); in timeReusedDateFormatTimeInstance() local
|
D | DecimalFormatBenchmark.java | 12 private static final DecimalFormat df = (DecimalFormat) DecimalFormat.getInstance(); field in DecimalFormatBenchmark
|
/libcore/ojluni/src/test/java/time/test/java/time/format/ |
D | TestReducedParser.java | 414 DateTimeFormatter df in test_reducedWithChronoYear() local 432 DateTimeFormatter df in test_reducedWithChronoYearOfEra() local 451 DateTimeFormatter df in test_reducedWithLateChronoChange() local 473 DateTimeFormatter df in test_reducedWithLateChronoChangeTwice() local
|
/libcore/dalvik/src/main/java/dalvik/system/ |
D | DexFile.java | 312 DFEnum(DexFile df) { in DFEnum()
|
/libcore/ojluni/src/main/java/sun/net/ftp/impl/ |
D | FtpClient.java | 110 private DateFormat df = DateFormat.getDateInstance(DateFormat.MEDIUM, java.util.Locale.US); field in FtpClient 295 private SimpleDateFormat df = new SimpleDateFormat("yyyyMMddhhmmss"); field in FtpClient.MLSxParser
|
/libcore/support/src/test/java/tests/support/ |
D | Support_TestWebServer.java | 737 SimpleDateFormat df = new SimpleDateFormat("EE, dd MMM yyyy HH:mm:ss z"); in printHeaders() local
|
/libcore/ojluni/src/main/java/java/text/ |
D | MessageFormat.java | 554 DateFormat df = DateFormat.getDateInstance(DATE_TIME_MODIFIERS[index], in toPattern() local
|
/libcore/ojluni/src/test/java/time/test/java/time/chrono/ |
D | TestUmmAlQuraChronology.java | 467 …DateTimeFormatter df = DateTimeFormatter.ofLocalizedDate(FormatStyle.LONG).withChronology(Chronolo… in test_formatterOfLocalizedDate() local
|
/libcore/ojluni/src/main/java/java/util/ |
D | Scanner.java | 1197 DecimalFormat df = in useLocale() local
|