Home
last modified time | relevance | path

Searched refs:dayPeriods (Results 1 – 16 of 16) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/util/
DDayPeriodsCheck.java77 DayPeriods dayPeriods = DayPeriods.getInstance(locale); in main() local
78 if (dayPeriods == null) { in main()
84 DayPeriod dayPeriod = dayPeriods.get(i); in main()
92 DayPeriods dayPeriods = DayPeriods.getInstance(locale); in main() local
96 DayPeriod dayPeriod = dayPeriods.get(i); in main()
99 String sample = dayPeriods.getSample(dayPeriod); in main()
128 DayPeriods dayPeriods = DayPeriods.getInstance(locale); in main() local
136 DayPeriod lastDayPeriod = dayPeriods.get(start * HOUR); in main()
139 DayPeriod dayPeriod = dayPeriods.get(i * HOUR); in main()
141 show(locale, start, i - 1, dayPeriods, lastDayPeriod); in main()
[all …]
DLogicalGrouping.java93 List<DayPeriod> dayPeriods = dpi.getPeriods(); in getPaths() local
95 if (dayPeriods.contains(thisDayPeriod)) { in getPaths()
96 for (DayPeriod d : dayPeriods) { in getPaths()
DDayPeriodInfo.java127 final private DayPeriodInfo.DayPeriod[] dayPeriods; field in DayPeriodInfo
193 dayPeriods = tempPeriods.toArray(new DayPeriod[len]); in DayPeriodInfo()
315 return Arrays.asList(dayPeriods); in getPeriods()
DDateTimeFormats.java982 … Set<DayPeriodInfo.DayPeriod> dayPeriods = new LinkedHashSet<>(dayPeriodInfo.getPeriods()); in addDayPeriods() local
988 for (DayPeriodInfo.DayPeriod period : dayPeriods) { in addDayPeriods()
DPathHeader.java984 static final MapComparator<String> dayPeriods = new MapComparator<String>().add(
1056 order = dayPeriods.getNumericOrder(source);
DCLDRFile.java3371 … DayPeriodInfo dayPeriods = supplementalData.getDayPeriods(DayPeriodInfo.Type.format, locale);
3372 if (dayPeriods != null) {
3373 LinkedHashSet<DayPeriod> items = new LinkedHashSet<DayPeriod>(dayPeriods.getPeriods());
/external/cldr/tools/java/org/unicode/cldr/icu/
Dldml2icu_locale.txt29 …es/calendars/calendar[@type="(%A)"]/dayPeriods/alias[@source="locale"][@path="../../calendar[@type…
34 //ldml/dates/calendars/calendar[@type="gregorian"]/dayPeriods/dayPeriodContext[@type="format"]/dayP…
35 //ldml/dates/calendars/calendar[@type="gregorian"]/dayPeriods/dayPeriodContext[@type="format"]/dayP…
122 //ldml/dates/calendars/calendar[@type="(%A)"]/dayPeriods/dayPeriodContext[@type="format"]/dayPeriod…
123 //ldml/dates/calendars/calendar[@type="(%A)"]/dayPeriods/dayPeriodContext[@type="format"]/dayPeriod…
124 //ldml/dates/calendars/calendar[@type="(%A)"]/dayPeriods/dayPeriodContext[@type="format"]/dayPeriod…
126 //ldml/dates/calendars/calendar[@type="(%A)"]/dayPeriods/dayPeriodContext[@type="format"]/dayPeriod…
127 //ldml/dates/calendars/calendar[@type="(%A)"]/dayPeriods/dayPeriodContext[@type="format"]/dayPeriod…
128 //ldml/dates/calendars/calendar[@type="(%A)"]/dayPeriods/dayPeriodContext[@type="format"]/dayPeriod…
130 //ldml/dates/calendars/calendar[@type="(%A)"]/dayPeriods/dayPeriodContext[@type="(stand-alone)"]/da…
[all …]
DNewLdml2IcuConverter.java57 …locales, dayPeriods, genderList, likelySubtags, metadata, metaZones, numberingSystems, plurals, pl… enumConstant
287 case dayPeriods: { in processSupplemental()
/external/cldr/tools/java/org/unicode/cldr/util/data/
DprettyPath.txt106 # //ldml/dates/calendars/calendar[@type="gregorian"]/dayPeriods/dayPeriodContext[@type="format"]/da…
108 '$%%/dayPeriods/dayPeriodContext[@type="' ($avalue) '"]/dayPeriodWidth[@type="' ($avalue) '"]/dayPe…
109 '$%%/dayPeriods/dayPeriodContext[@type="' ($avalue) '"]/dayPeriodWidth[@type="' ($avalue) '"]/alias…
110 '$%%/dayPeriods/dayPeriodContext[@type="' ($avalue) '"]/alias' > '|dayPeriod|' $1 '-alias';
111 '$%%/dayPeriods/alias' > '|dayPeriod|-alias';
DPathHeader.txt81 //ldml/dates/calendars/calendar[@type="gregorian"]/dayPeriods/dayPeriodContext[@type="%A"]/dayPerio…
82 //ldml/dates/calendars/calendar[@type="%A"]/dayPeriods/dayPeriodContext[@type="%A"]/dayPeriodWidth[…
DPathDescription.txt128 ^//ldml/dates/calendars/calendar\[@type="([^"]*)"]/dayPeriods/dayPeriodContext\[@type="(format)"]/d…
129 ^//ldml/dates/calendars/calendar\[@type="([^"]*)"]/dayPeriods/dayPeriodContext\[@type="([^"]*)"]/da…
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestCoverageLevel.txt8 ^//ldml/dates/calendars/calendar\[@type=".*"]/dayPeriods/dayPeriodContext\[@type=".*"]/dayPeriodWid…
31 ^//ldml/dates/calendars/calendar\[@type=".*"]/dayPeriods/dayPeriodContext\[@type=".*"]/dayPeriodWid…
/external/icu/icu4c/source/data/misc/
Dmiscfiles.mk31 genderList.txt dayPeriods.txt pluralRanges.txt
DdayPeriods.txt3 dayPeriods:table(nofallback){
/external/cldr/tools/java/org/unicode/cldr/tool/
DVerifyAttributeValues.java145 final DayPeriodInfo dayPeriods = supplementalData.getDayPeriods(Type.format, locale); in getPeriods() local
146 for (DayPeriod period : dayPeriods.getPeriods()) { in getPeriods()
/external/cldr/tools/java/org/unicode/cldr/json/
DJSON_config_supplemental.txt2 section=dayPeriods ; path=//cldr/supplemental/dayPeriodRuleSet/.* ; package=core