Searched refs:EXEMPLAR_SKIPS (Results 1 – 2 of 2) sorted by relevance
55 static String[] EXEMPLAR_SKIPS = { field in CheckForExemplars286 if (containsPart(path, EXEMPLAR_SKIPS)) { in handleCheck()
231 …static String[] EXEMPLAR_SKIPS = { "/hourFormat", "/exemplarCharacters", "/pattern", "/localizedPa… field in CLDRTest250 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()