Home
last modified time | relevance | path

Searched refs:dayPeriodType (Results 1 – 2 of 2) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/util/
DLogicalGrouping.java81 String dayPeriodType = parts.findAttributeValue("dayPeriod", "type"); in getPaths() local
83 if (ampm.contains(dayPeriodType)) { in getPaths()
94 DayPeriod thisDayPeriod = DayPeriod.fromString(dayPeriodType); in getPaths()
/external/cldr/tools/java/org/unicode/cldr/test/
DExampleGenerator.java549 final String dayPeriodType = parts.getAttributeValue(5, "type"); in handleDayPeriod() local
550 …org.unicode.cldr.util.DayPeriodInfo.Type aType = dayPeriodType.equals("format") ? DayPeriodInfo.Ty… in handleDayPeriod()
557 if ("format".equals(dayPeriodType)) { in handleDayPeriod()