Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DShowDtdDiffs.java84 if (SKIP_ELEMENTS.contains(name)) { in checkNames()
136 …static final Set<String> SKIP_ELEMENTS = new HashSet<>(Arrays.asList("generation", "identity", "al… field in ShowDtdDiffs
DChartDtdDelta.java164 if (SKIP_ELEMENTS.contains(name)) { in checkNames()
283 …static final Set<String> SKIP_ELEMENTS = ImmutableSet.of("generation", "identity", "special"); // … field in ChartDtdDelta
/external/cldr/tools/java/org/unicode/cldr/util/
DDtdDataCheck.java43 static final Set<String> SKIP_ELEMENTS = new HashSet<String>(Arrays.asList( field in DtdDataCheck.Walker
152 if (SKIP_ELEMENTS.contains(e.name)) { in show()