Searched refs:dayPeriods (Results 1 – 16 of 16) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | DayPeriodsCheck.java | 77 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 …]
|
D | LogicalGrouping.java | 93 List<DayPeriod> dayPeriods = dpi.getPeriods(); in getPaths() local 95 if (dayPeriods.contains(thisDayPeriod)) { in getPaths() 96 for (DayPeriod d : dayPeriods) { in getPaths()
|
D | DayPeriodInfo.java | 127 final private DayPeriodInfo.DayPeriod[] dayPeriods; field in DayPeriodInfo 193 dayPeriods = tempPeriods.toArray(new DayPeriod[len]); in DayPeriodInfo() 315 return Arrays.asList(dayPeriods); in getPeriods()
|
D | DateTimeFormats.java | 982 … Set<DayPeriodInfo.DayPeriod> dayPeriods = new LinkedHashSet<>(dayPeriodInfo.getPeriods()); in addDayPeriods() local 988 for (DayPeriodInfo.DayPeriod period : dayPeriods) { in addDayPeriods()
|
D | PathHeader.java | 984 static final MapComparator<String> dayPeriods = new MapComparator<String>().add( 1056 order = dayPeriods.getNumericOrder(source);
|
D | CLDRFile.java | 3371 … 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/ |
D | ldml2icu_locale.txt | 29 …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 …]
|
D | NewLdml2IcuConverter.java | 57 …locales, dayPeriods, genderList, likelySubtags, metadata, metaZones, numberingSystems, plurals, pl… enumConstant 287 case dayPeriods: { in processSupplemental()
|
/external/cldr/tools/java/org/unicode/cldr/util/data/ |
D | prettyPath.txt | 106 # //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';
|
D | PathHeader.txt | 81 //ldml/dates/calendars/calendar[@type="gregorian"]/dayPeriods/dayPeriodContext[@type="%A"]/dayPerio… 82 //ldml/dates/calendars/calendar[@type="%A"]/dayPeriods/dayPeriodContext[@type="%A"]/dayPeriodWidth[…
|
D | PathDescription.txt | 128 ^//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/ |
D | TestCoverageLevel.txt | 8 ^//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/ |
D | miscfiles.mk | 31 genderList.txt dayPeriods.txt pluralRanges.txt
|
D | dayPeriods.txt | 3 dayPeriods:table(nofallback){
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | VerifyAttributeValues.java | 145 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/ |
D | JSON_config_supplemental.txt | 2 section=dayPeriods ; path=//cldr/supplemental/dayPeriodRuleSet/.* ; package=core
|