Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DDayPeriodInfo.java168 List<DayPeriod> tempPeriods = new ArrayList<>(); in DayPeriodInfo() local
172 tempPeriods.add(last.dayPeriod); in DayPeriodInfo()
185 tempPeriods.add(current.dayPeriod); in DayPeriodInfo()
193 dayPeriods = tempPeriods.toArray(new DayPeriod[len]); in DayPeriodInfo()