Searched defs:dtf (Results 1 – 9 of 9) sorted by relevance
160 DateTimeFormatter dtf = DateTimeFormatter.ofLocalizedDate(FormatStyle.FULL) in test_formatLocalizedDate() local170 DateTimeFormatter dtf = DateTimeFormatter.ofLocalizedDate(FormatStyle.FULL) in test_parseLocalizedText() local180 DateTimeFormatter dtf = DateTimeFormatter.ofLocalizedDate(FormatStyle.FULL) in test_parseInvalidText() local187 DateTimeFormatter dtf = new DateTimeFormatterBuilder().appendChronologyText(TextStyle.SHORT) in test_chronoNames() local199 DateTimeFormatter dtf = new DateTimeFormatterBuilder() in test_lenientEraYear() local
169 DateTimeFormatter dtf = getFormatter(DAY_OF_MONTH, minWidth, maxWidth, signStyle); in test_parse_fresh() local189 DateTimeFormatter dtf = getFormatter(DAY_OF_WEEK, minWidth, maxWidth, signStyle); in test_parse_textField() local
272 DateTimeFormatter dtf = builder.toFormatter(); in test_printAdjacent() local
372 DateTimeFormatter dtf = builder.toFormatter(); in test_parseAdjacent() local
120 DateTimeFormatter dtf = b.toFormatter(locale); in test_parse_textField() local152 DateTimeFormatter dtf = b.toFormatter(locale); in test_parse_textLocalDate() local189 DateTimeFormatter dtf = b.toFormatter(locale); in test_parse_WeekBasedYear() local
124 DateTimeFormatter dtf = DateTimeFormatter.ofPattern(pattern, locale); in test_print_WeekBasedYear() local
866 … DateTimeFormatter dtf = fmt.withLocale(Locale.ENGLISH).withDecimalStyle(DecimalStyle.STANDARD); in test_toFormat_parseObject_StringParsePosition_invalidPosition_tooBig() local876 … DateTimeFormatter dtf = fmt.withLocale(Locale.ENGLISH).withDecimalStyle(DecimalStyle.STANDARD); in test_toFormat_parseObject_StringParsePosition_invalidPosition_tooSmall() local
120 SAXParserFactory dtf = SAXParserFactory.newInstance(); in test_newInstance() local
94 String dtf = format.format(current); in test_formatLjava_util_Date() local