Searched refs:getDayPeriods (Results 1 – 15 of 15) sorted by relevance
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestDayPeriods.java | 36 … 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/ |
D | ChartDayPeriods.java | 73 DayPeriodInfo dayPeriodInfo = SDI.getDayPeriods(Type.selection, locale); in writeContents()
|
D | GenerateDayPeriods.java | 37 DayPeriodInfo dayPeriodInfo = SDI.getDayPeriods(type, locale); in main()
|
D | GenerateDayPeriodChart.java | 146 return SUP.getDayPeriods(type, locale); in getFixedDayPeriodInfo()
|
D | VerifyAttributeValues.java | 145 final DayPeriodInfo dayPeriods = supplementalData.getDayPeriods(Type.format, locale); in getPeriods()
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | ICUServiceBuilder.java | 261 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…
|
D | DayPeriodConverter.java | 135 DayPeriodInfo dayPeriodInfo = sdi.getDayPeriods(DayPeriodInfo.Type.format, locale); in generateFieldNames() 238 DayPeriodInfo data = sdi.getDayPeriods(DayPeriodInfo.Type.selection, locale); in generateFormat()
|
D | LogicalGrouping.java | 92 … DayPeriodInfo dpi = supplementalData.getDayPeriods(dayPeriodContext, cldrFile.getLocaleID()); in getPaths()
|
D | DayPeriodsOld.java | 72 public Set<DayPeriod> getDayPeriods() { in getDayPeriods() method in DayPeriodsOld
|
D | DateTimeFormats.java | 981 … DayPeriodInfo dayPeriodInfo = sdi.getDayPeriods(DayPeriodInfo.Type.format, file.getLocaleID()); in addDayPeriods() 983 DayPeriodInfo dayPeriodInfo2 = sdi.getDayPeriods(DayPeriodInfo.Type.format, "en"); in addDayPeriods()
|
D | DayPeriods.java | 72 public Set<DayPeriod> getDayPeriods() { in getDayPeriods() method in DayPeriods
|
D | CLDRFile.java | 3371 … DayPeriodInfo dayPeriods = supplementalData.getDayPeriods(DayPeriodInfo.Type.format, locale);
|
D | SupplementalDataInfo.java | 3755 public DayPeriodInfo getDayPeriods(DayPeriodInfo.Type type, String locale) {
|
/external/cldr/tools/java/org/unicode/cldr/test/ |
D | CheckDates.java | 256 dateFormatInfoFormat = sdi.getDayPeriods(Type.format, cldrFileToCheck.getLocaleID()); in setCldrFileToCheck()
|
D | ExampleGenerator.java | 551 … DayPeriodInfo dayPeriodInfo = supplementalDataInfo.getDayPeriods(aType, cldrFile.getLocaleID()); in handleDayPeriod()
|