Searched refs:foundAttributes (Results 1 – 1 of 1) sorted by relevance
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestBasic.java | 142 Relation<Row.R2<DtdType, String>, String> foundAttributes = Relation in TestDtds() local 150 checkDtds(new File(basedir, subdir), 0, foundAttributes, data); in TestDtds() 152 if (foundAttributes.size() > 0) { in TestDtds() 153 showFoundElements(foundAttributes); in TestDtds() 169 Relation<R2<DtdType, String>, String> foundAttributes, in checkDtds() argument 185 checkDtds(fileName, level + 1, foundAttributes, data); in checkDtds() 207 foundAttributes.put(typeElement, "NONE"); in checkDtds() 211 foundAttributes.put(typeElement, attribute); in checkDtds() 222 Relation<Row.R2<DtdType, String>, String> foundAttributes) { in showFoundElements() argument 258 Set<String> usedAttributes = foundAttributes.get(typeElement); in showFoundElements()
|