Home
last modified time | relevance | path

Searched refs:firstYearMonth (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/test/java/time/test/java/time/format/
DTestDateTimeFormatterBuilderWithLocale.java141 final String firstYearMonth = firstYear + firstMonth; in test_appendText_mapTextLookup() local
150 assertEquals(date.format(formatter), firstYearMonth); in test_appendText_mapTextLookup() local
152 TemporalAccessor ta = formatter.parse(firstYearMonth); in test_appendText_mapTextLookup()