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()
67 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.java37 DayPeriodInfo dayPeriodInfo = SDI.getDayPeriods(type, locale); in main()
DGenerateDayPeriodChart.java146 return SUP.getDayPeriods(type, locale); in getFixedDayPeriodInfo()
DVerifyAttributeValues.java145 final DayPeriodInfo dayPeriods = supplementalData.getDayPeriods(Type.format, locale); in getPeriods()
/external/cldr/tools/java/org/unicode/cldr/util/
DICUServiceBuilder.java261 getDayPeriods(prefix, "format", "wide", "am"), in _getDateFormatSymbols()
262 getDayPeriods(prefix, "format", "wide", "pm") })); in _getDateFormatSymbols()
354 private String getDayPeriods(String prefix, String context, String width, String type) { in getDayPeriods() method in ICUServiceBuilder
858 …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()
DLogicalGrouping.java92 … DayPeriodInfo dpi = supplementalData.getDayPeriods(dayPeriodContext, cldrFile.getLocaleID()); in getPaths()
DDayPeriodsOld.java72 public Set<DayPeriod> getDayPeriods() { in getDayPeriods() method in DayPeriodsOld
DDateTimeFormats.java981 … DayPeriodInfo dayPeriodInfo = sdi.getDayPeriods(DayPeriodInfo.Type.format, file.getLocaleID()); in addDayPeriods()
983 DayPeriodInfo dayPeriodInfo2 = sdi.getDayPeriods(DayPeriodInfo.Type.format, "en"); in addDayPeriods()
DDayPeriods.java72 public Set<DayPeriod> getDayPeriods() { in getDayPeriods() method in DayPeriods
DCLDRFile.java3371 … DayPeriodInfo dayPeriods = supplementalData.getDayPeriods(DayPeriodInfo.Type.format, locale);
DSupplementalDataInfo.java3755 public DayPeriodInfo getDayPeriods(DayPeriodInfo.Type type, String locale) {
/external/cldr/tools/java/org/unicode/cldr/test/
DCheckDates.java256 dateFormatInfoFormat = sdi.getDayPeriods(Type.format, cldrFileToCheck.getLocaleID()); in setCldrFileToCheck()
DExampleGenerator.java551 … DayPeriodInfo dayPeriodInfo = supplementalDataInfo.getDayPeriods(aType, cldrFile.getLocaleID()); in handleDayPeriod()