/libcore/ojluni/annotations/hiddenapi/java/io/ |
D | Console.java | 50 public java.io.Console format(java.lang.String fmt, java.lang.Object... args) { in format() 58 public java.lang.String readLine(java.lang.String fmt, java.lang.Object... args) { in readLine() 66 public char[] readPassword(java.lang.String fmt, java.lang.Object... args) { in readPassword()
|
/libcore/ojluni/src/test/java/time/test/java/time/format/ |
D | TestZoneTextPrinterParser.java | 205 DateTimeFormatter fmt = new DateTimeFormatterBuilder().appendZoneText(style, preferred) in test_ParseText() local 223 DateTimeFormatter fmt = getFormatter(locale, style, ci); in parseText() local 239 private void parse(DateTimeFormatter fmt, in parse()
|
D | TestDateTimeTextProvider.java | 185 DateTimeFormatter fmt = getFormatter(field, style).withLocale(locale); in test_getText() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/ |
D | ChoiceFormatTest.java | 404 ChoiceFormat fmt = new ChoiceFormat( in test_formatL() local 418 ChoiceFormat fmt = new ChoiceFormat( in test_formatD() local 435 final ChoiceFormat fmt = new ChoiceFormat( in testToPatternWithInfinities() local
|
/libcore/luni/src/test/java/libcore/java/util/ |
D | OldFormattableTest.java | 49 Formatter fmt = new Formatter(); in testFormatTo() local
|
/libcore/luni/src/test/java/libcore/libcore/icu/ |
D | DateIntervalFormatTest.java | 441 BiFunction<Long, Long, String> fmt = (from, to) -> formatDateRange( in testEndAtMidnight_dateAndTime() local 465 BiFunction<Long, Long, String> fmt = (from, to) -> formatDateRange( in testEndAtMidnight_dateOnly() local
|
/libcore/luni/src/test/java/libcore/java/text/ |
D | DateFormatSymbolsTest.java | 88 private String formatDate(Locale l, String fmt, DateFormatSymbols dfs) { in formatDate()
|
/libcore/ojluni/src/test/java/time/tck/java/time/ |
D | AbstractTCKTest.java | 212 Formatter fmt = new Formatter(sb); in dumpSerialStream() local
|
/libcore/ojluni/src/test/java/time/tck/java/time/format/ |
D | TCKDateTimeParseResolver.java | 1169 DateTimeFormatter fmt = new DateTimeFormatterBuilder() in test_parse_fromField_InstantSeconds() local 1186 DateTimeFormatter fmt = new DateTimeFormatterBuilder() in test_parse_fromField_InstantSeconds_NanoOfSecond() local 1204 DateTimeFormatter fmt = new DateTimeFormatterBuilder() in test_parse_fromField_SecondOfDay() local 1219 DateTimeFormatter fmt = new DateTimeFormatterBuilder() in test_parse_fromField_SecondOfDay_NanoOfSecond() local 1235 DateTimeFormatter fmt = new DateTimeFormatterBuilder() in test_parse_fromField_SecondOfMinute() local 1250 DateTimeFormatter fmt = new DateTimeFormatterBuilder() in test_parse_fromField_SecondOfMinute_NanoOfSecond() local
|
D | TCKDateTimeFormatter.java | 125 private DateTimeFormatter fmt; field in TCKDateTimeFormatter
|
/libcore/ojluni/src/main/native/ |
D | UnixFileSystem_md.c | 133 int fmt = mode & S_IFMT; in Java_java_io_UnixFileSystem_getBooleanAttributes0() local
|
/libcore/ojluni/src/main/java/java/text/ |
D | MessageFormat.java | 530 Format fmt = formats[i]; in toPattern() local
|