Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/test/
DCheckForExemplars.java61 static String[] EXEMPLAR_SKIPS = { field in CheckForExemplars
293 if (containsPart(path, EXEMPLAR_SKIPS)) { in handleCheck()
DCLDRTest.java234 …static String[] EXEMPLAR_SKIPS = { "/hourFormat", "/exemplarCharacters", "/pattern", "/localizedPa… field in CLDRTest
253 for (int i = 0; i < EXEMPLAR_SKIPS.length; ++i) { in TestThatExemplarsContainAll()
254 if (xpath.indexOf(EXEMPLAR_SKIPS[i]) > 0) continue file; // skip some items. in TestThatExemplarsContainAll()