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