Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestBasic.java1273 Set<String> elementsWithoutSpecial = new TreeSet<String>(); in TestDtdCompatibility() local
1294 elementsWithoutSpecial.add(element.name); in TestDtdCompatibility()
1314 Collections.EMPTY_SET, elementsWithoutSpecial); in TestDtdCompatibility()