Home
last modified time | relevance | path

Searched defs:fmt (Results 1 – 12 of 12) sorted by relevance

/libcore/ojluni/annotations/hiddenapi/java/io/
DConsole.java50 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/
DTestZoneTextPrinterParser.java205 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()
DTestDateTimeTextProvider.java185 DateTimeFormatter fmt = getFormatter(field, style).withLocale(locale); in test_getText() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DChoiceFormatTest.java404 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/
DOldFormattableTest.java49 Formatter fmt = new Formatter(); in testFormatTo() local
/libcore/luni/src/test/java/libcore/libcore/icu/
DDateIntervalFormatTest.java441 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/
DDateFormatSymbolsTest.java88 private String formatDate(Locale l, String fmt, DateFormatSymbols dfs) { in formatDate()
/libcore/ojluni/src/test/java/time/tck/java/time/
DAbstractTCKTest.java212 Formatter fmt = new Formatter(sb); in dumpSerialStream() local
/libcore/ojluni/src/test/java/time/tck/java/time/format/
DTCKDateTimeParseResolver.java1169 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
DTCKDateTimeFormatter.java125 private DateTimeFormatter fmt; field in TCKDateTimeFormatter
/libcore/ojluni/src/main/native/
DUnixFileSystem_md.c133 int fmt = mode & S_IFMT; in Java_java_io_UnixFileSystem_getBooleanAttributes0() local
/libcore/ojluni/src/main/java/java/text/
DMessageFormat.java530 Format fmt = formats[i]; in toPattern() local