Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateItemCounts.java195 … final Set<R2<DtdType, String>> attributeRows = ATTRIBUTES_OCCURRING.get(attributeName); in checkBadAttributes() local
196 if (attributeRows == null || !attributeRows.contains(attributeRow)) { in checkBadAttributes()