Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/time/test/java/time/format/
DTestNonIsoFormatter.java159 DateTimeFormatter dtf = DateTimeFormatter.ofLocalizedDate(FormatStyle.FULL) in test_formatLocalizedDate() local
169 DateTimeFormatter dtf = DateTimeFormatter.ofLocalizedDate(FormatStyle.FULL) in test_parseLocalizedText() local
179 DateTimeFormatter dtf = DateTimeFormatter.ofLocalizedDate(FormatStyle.FULL) in test_parseInvalidText() local
188 DateTimeFormatter dtf = new DateTimeFormatterBuilder().appendChronologyText(TextStyle.SHORT) in test_chronoNames() local
200 DateTimeFormatter dtf = new DateTimeFormatterBuilder() in test_lenientEraYear() local
DTestUnicodeExtension.java878 DateTimeFormatter dtf = in test_withLocale() local
906 DateTimeFormatter dtf = in test_ofPattern() local
920 DateTimeFormatter dtf = in test_toFormatter() local
933 DateTimeFormatter dtf = in test_shortTZID() 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/
DTCKLocalizedFieldPrinter.java124 DateTimeFormatter dtf = DateTimeFormatter.ofPattern(pattern, locale); in test_print_WeekBasedYear() local
DTCKLocalizedFieldParser.java128 DateTimeFormatter dtf = b.toFormatter(locale); in test_parse_textField() local
160 DateTimeFormatter dtf = b.toFormatter(locale); in test_parse_textLocalDate() local
197 DateTimeFormatter dtf = b.toFormatter(locale); in test_parse_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
DTCKDateTimeFormatterBuilder.java1266 DateTimeFormatter dtf = DateTimeFormatter.ofPattern(pattern); in test_adjacent_fraction() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/xml/parsers/
DSAXParserFactoryTest.java148 SAXParserFactory dtf = SAXParserFactory.newInstance(); in test_newInstance() local
/libcore/luni/src/test/java/libcore/java/text/
DOldDateFormatTest.java96 String dtf = format.format(current); in test_formatLjava_util_Date() local