Searched refs:dayPeriodType (Results 1 – 2 of 2) sorted by relevance
81 String dayPeriodType = parts.findAttributeValue("dayPeriod", "type"); in getPaths() local83 if (ampm.contains(dayPeriodType)) { in getPaths()94 DayPeriod thisDayPeriod = DayPeriod.fromString(dayPeriodType); in getPaths()
549 final String dayPeriodType = parts.getAttributeValue(5, "type"); in handleDayPeriod() local550 …org.unicode.cldr.util.DayPeriodInfo.Type aType = dayPeriodType.equals("format") ? DayPeriodInfo.Ty… in handleDayPeriod()557 if ("format".equals(dayPeriodType)) { in handleDayPeriod()