Home
last modified time | relevance | path

Searched defs:dtf (Results 1 – 9 of 9) sorted by relevance

/libcore/ojluni/src/test/java/time/test/java/time/format/
DTestNonIsoFormatter.java160 DateTimeFormatter dtf = DateTimeFormatter.ofLocalizedDate(FormatStyle.FULL) in test_formatLocalizedDate() local
170 DateTimeFormatter dtf = DateTimeFormatter.ofLocalizedDate(FormatStyle.FULL) in test_parseLocalizedText() local
180 DateTimeFormatter dtf = DateTimeFormatter.ofLocalizedDate(FormatStyle.FULL) in test_parseInvalidText() local
187 DateTimeFormatter dtf = new DateTimeFormatterBuilder().appendChronologyText(TextStyle.SHORT) in test_chronoNames() local
199 DateTimeFormatter dtf = new DateTimeFormatterBuilder() in test_lenientEraYear() local
DTestNumberParser.java169 DateTimeFormatter dtf = getFormatter(DAY_OF_MONTH, minWidth, maxWidth, signStyle); in test_parse_fresh() local
189 DateTimeFormatter dtf = getFormatter(DAY_OF_WEEK, minWidth, maxWidth, signStyle); in test_parse_textField() local
DTestReducedPrinter.java272 DateTimeFormatter dtf = builder.toFormatter(); in test_printAdjacent() local
DTestReducedParser.java372 DateTimeFormatter dtf = builder.toFormatter(); in test_parseAdjacent() local
/libcore/ojluni/src/test/java/time/tck/java/time/format/
DTCKLocalizedFieldParser.java120 DateTimeFormatter dtf = b.toFormatter(locale); in test_parse_textField() local
152 DateTimeFormatter dtf = b.toFormatter(locale); in test_parse_textLocalDate() local
189 DateTimeFormatter dtf = b.toFormatter(locale); in test_parse_WeekBasedYear() local
DTCKLocalizedFieldPrinter.java124 DateTimeFormatter dtf = DateTimeFormatter.ofPattern(pattern, locale); in test_print_WeekBasedYear() local
DTCKDateTimeFormatter.java866 … DateTimeFormatter dtf = fmt.withLocale(Locale.ENGLISH).withDecimalStyle(DecimalStyle.STANDARD); in test_toFormat_parseObject_StringParsePosition_invalidPosition_tooBig() local
876 … DateTimeFormatter dtf = fmt.withLocale(Locale.ENGLISH).withDecimalStyle(DecimalStyle.STANDARD); in test_toFormat_parseObject_StringParsePosition_invalidPosition_tooSmall() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/xml/parsers/
DSAXParserFactoryTest.java120 SAXParserFactory dtf = SAXParserFactory.newInstance(); in test_newInstance() local
/libcore/luni/src/test/java/libcore/java/text/
DOldDateFormatTest.java94 String dtf = format.format(current); in test_formatLjava_util_Date() local