Searched refs:dayPeriodType (Results 1 – 2 of 2) sorted by relevance
281 String dayPeriodType = parts.findAttributeValue("dayPeriod", "type"); in addPaths() local282 if (ampm.contains(dayPeriodType)) { in addPaths()291 DayPeriod thisDayPeriod = DayPeriod.fromString(dayPeriodType); in addPaths()
567 final String dayPeriodType = parts.getAttributeValue(5, "type"); in handleDayPeriod() local568 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()