Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestBasic.java217 Relation<Row.R2<DtdType, String>, String> theoryAttributes = Relation in showFoundElements() local
227 theoryAttributes.put(typeElement, "NONE"); in showFoundElements()
230 theoryAttributes.put(typeElement, attribute.name); in showFoundElements()
239 for (Entry<R2<DtdType, String>, Set<String>> s : theoryAttributes in showFoundElements()