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.java55 static String[] EXEMPLAR_SKIPS = { field in CheckForExemplars
286 if (containsPart(path, EXEMPLAR_SKIPS)) { in handleCheck()
DCLDRTest.java231 …static String[] EXEMPLAR_SKIPS = { "/hourFormat", "/exemplarCharacters", "/pattern", "/localizedPa… field in CLDRTest
250 for (int i = 0; i < EXEMPLAR_SKIPS.length; ++i) { in TestThatExemplarsContainAll()
251 if (xpath.indexOf(EXEMPLAR_SKIPS[i]) > 0) continue file; // skip some items. in TestThatExemplarsContainAll()