Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DDayPeriodsCheck.java136 DayPeriod lastDayPeriod = dayPeriods.get(start * HOUR); in main() local
140 if (dayPeriod != lastDayPeriod) { in main()
141 show(locale, start, i - 1, dayPeriods, lastDayPeriod); in main()
142 lastDayPeriod = dayPeriod; in main()
146 show(locale, start, 23, dayPeriods, lastDayPeriod); in main()
DDayPeriodConverter.java36 DayPeriod lastDayPeriod = null; in toString() local
39 if (dayPeriod != lastDayPeriod) { in toString()
45 lastDayPeriod = dayPeriod; in toString()
63 DayPeriod lastDayPeriod = data[0]; in toCldr() local
67 if (dayPeriod != lastDayPeriod) { in toCldr()
68 result = addPeriod(result, lastDayPeriod, start, i); in toCldr()
69 lastDayPeriod = dayPeriod; in toCldr()
73 result = addPeriod(result, lastDayPeriod, start, 24); in toCldr()