Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestBasic.java1272 Set<String> elementsWithoutAlt = new TreeSet<String>(); in TestDtdCompatibility() local
1285 elementsWithoutAlt.add(element.name); in TestDtdCompatibility()
1306 Collections.EMPTY_SET, elementsWithoutAlt); in TestDtdCompatibility()