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.java223 Relation<Row.R2<DtdType, String>, String> theoryAttributes = Relation in showFoundElements() local
233 theoryAttributes.put(typeElement, "NONE"); in showFoundElements()
236 theoryAttributes.put(typeElement, attribute.name); in showFoundElements()
245 for (Entry<R2<DtdType, String>, Set<String>> s : theoryAttributes in showFoundElements()