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.java281 String dayPeriodType = parts.findAttributeValue("dayPeriod", "type"); in addPaths() local
282 if (ampm.contains(dayPeriodType)) { in addPaths()
291 DayPeriod thisDayPeriod = DayPeriod.fromString(dayPeriodType); in addPaths()
/external/cldr/tools/java/org/unicode/cldr/test/
DExampleGenerator.java567 final String dayPeriodType = parts.getAttributeValue(5, "type"); in handleDayPeriod() local
568 if (dayPeriodType == null) { in handleDayPeriod()
571 …org.unicode.cldr.util.DayPeriodInfo.Type aType = dayPeriodType.equals("format") ? DayPeriodInfo.Ty… in handleDayPeriod()
580 if ("format".equals(dayPeriodType)) { in handleDayPeriod()