HomeSort by relevance Sort by last modified time
    Searched refs:getPeriods (Results 1 - 8 of 8) sorted by null

  /external/cldr/tools/java/org/unicode/cldr/tool/
VerifyAttributeValues.java 97 localeSpecific.put(LocaleSpecific.dayPeriodFormat, getPeriods(Type.format, locale));
98 localeSpecific.put(LocaleSpecific.dayPeriodSelection, getPeriods(Type.selection, locale));
143 private Set<String> getPeriods(Type selection, String locale) {
146 for (DayPeriod period : dayPeriods.getPeriods()) {
GenerateDayPeriodChart.java 70 final List<DayPeriod> periods = info.getPeriods();
139 present.retainAll(dayPeriod.getPeriods());
  /external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
TestDayPeriods.java 68 List<DayPeriod> periods = periodInfo.getPeriods();
  /external/cldr/tools/java/org/unicode/cldr/util/
LogicalGrouping.java 93 List<DayPeriod> dayPeriods = dpi.getPeriods();
DayPeriodInfo.java 314 public List<DayPeriod> getPeriods() {
DateTimeFormats.java     [all...]
DayPeriodConverter.java 138 dayPeriodSet.addAll(dayPeriodInfo.getPeriods());
CLDRFile.java     [all...]

Completed in 216 milliseconds