Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/test/
DCheckDates.java468 XPathParts itemParts = XPathParts.getFrozenInstance(item); in handleCheck() local
469 Type itemType = Type.fromString(itemParts.getAttributeValue(5, "type")); in handleCheck()
470 … DayPeriod itemDayPeriod = DayPeriod.valueOf(itemParts.getAttributeValue(-1, "type")); in handleCheck()