Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestDayPeriods.java36 … DayPeriodInfo dayPeriodFormat = SUPPLEMENTAL.getDayPeriods(DayPeriodInfo.Type.format, locale); in TestBasicDayPeriods()
37 …DayPeriodInfo dayPeriodSelection = SUPPLEMENTAL.getDayPeriods(DayPeriodInfo.Type.selection, locale… in TestBasicDayPeriods()
66 DayPeriodInfo periodInfo = SUPPLEMENTAL.getDayPeriods(Type.format, locale); in TestAttributes()
/external/cldr/tools/java/org/unicode/cldr/tool/
DChartDayPeriods.java73 DayPeriodInfo dayPeriodInfo = SDI.getDayPeriods(Type.selection, locale); in writeContents()
DGenerateDayPeriods.java38 DayPeriodInfo dayPeriodInfo = SDI.getDayPeriods(type, locale); in main()
DGenerateDayPeriodChart.java146 return SUP.getDayPeriods(type, locale); in getFixedDayPeriodInfo()
DVerifyAttributeValues.java146 final DayPeriodInfo dayPeriods = supplementalData.getDayPeriods(Type.format, locale); in getPeriods()
/external/cldr/tools/java/org/unicode/cldr/util/
DICUServiceBuilder.java274 getDayPeriods(prefix, "format", "wide", "am"), in _getDateFormatSymbols()
275 getDayPeriods(prefix, "format", "wide", "pm") })); in _getDateFormatSymbols()
367 private String getDayPeriods(String prefix, String context, String width, String type) { in getDayPeriods() method in ICUServiceBuilder
880 …DayPeriodInfo dayPeriodInfo = supplementalData.getDayPeriods(DayPeriodInfo.Type.format, cldrFile.g…
DDayPeriodConverter.java135 DayPeriodInfo dayPeriodInfo = sdi.getDayPeriods(DayPeriodInfo.Type.format, locale); in generateFieldNames()
238 DayPeriodInfo data = sdi.getDayPeriods(DayPeriodInfo.Type.selection, locale); in generateFormat()
DDayPeriodsOld.java72 public Set<DayPeriod> getDayPeriods() { in getDayPeriods() method in DayPeriodsOld
DDayPeriods.java72 public Set<DayPeriod> getDayPeriods() { in getDayPeriods() method in DayPeriods
DDateTimeFormats.java1008 … DayPeriodInfo dayPeriodInfo = sdi.getDayPeriods(DayPeriodInfo.Type.format, file.getLocaleID()); in addDayPeriods()
1010 DayPeriodInfo dayPeriodInfo2 = sdi.getDayPeriods(DayPeriodInfo.Type.format, "en"); in addDayPeriods()
DLogicalGrouping.java289 … DayPeriodInfo dpi = supplementalData.getDayPeriods(dayPeriodContext, cldrFile.getLocaleID()); in addPaths()
DCLDRFile.java3394 … DayPeriodInfo dayPeriods = supplementalData.getDayPeriods(DayPeriodInfo.Type.format, locale);
DSupplementalDataInfo.java3902 public DayPeriodInfo getDayPeriods(DayPeriodInfo.Type type, String locale) {
/external/cldr/tools/java/org/unicode/cldr/test/
DCheckDates.java259 dateFormatInfoFormat = sdi.getDayPeriods(Type.format, cldrFileToCheck.getLocaleID()); in setCldrFileToCheck()
DExampleGenerator.java572 … DayPeriodInfo dayPeriodInfo = supplementalDataInfo.getDayPeriods(aType, cldrFile.getLocaleID()); in handleDayPeriod()