Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestPaths.java262 …static final Set<String> OK_IF_MISSING = new HashSet<>(Arrays.asList("alt", "draft", "references")… field in TestPaths.CheckDeprecated
340 if (attribute.isDeprecated() || OK_IF_MISSING.contains(attribute.name)) { in show()