Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestDTDAttributes.java114 Relation<String, String> elementToAttributes = ElementAttributeInfo in showDistinguishing() local
128 for (String element : elementToAttributes.keySet()) { in showDistinguishing()
130 Set<String> attributes = elementToAttributes.getAll(element); in showDistinguishing()
303 Relation<String, String> elementToAttributes = ElementAttributeInfo in checkEmpty() local
312 Set<String> attributes = elementToAttributes.getAll(empty); in checkEmpty()
336 Relation<String, String> elementToAttributes = ElementAttributeInfo in checkLeaf() local
345 Set<String> attributes = elementToAttributes.getAll(element); in checkLeaf()
374 Relation<String, String> elementToAttributes = data.elementToAttributes; in checkNodeData() local
382 Set<String> foundElements = elementToAttributes.keySet(); in checkNodeData()
392 Set<String> actualAttributes = remove_q(elementToAttributes in checkNodeData()
[all …]