Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/test/
DTestMetazones.java419 final String bestZone = metazoneToRegionToZone.get(mzone).get("001"); in checkExemplars() local
420 if (bestZone == null) { in checkExemplars()
438 if (bestZone != null && !zoneToRanges.keySet().contains(bestZone)) { in checkExemplars()
439 zoneToRanges.keySet().contains(bestZone); in checkExemplars()
440 … errorLog.println("The 'best zone' (" + showZone(bestZone) + ") for the metazone <" + mzone in checkExemplars()
451 if (zone.equals(bestZone) && !isComplete) { in checkExemplars()
452 … errorLog.println("The 'best zone' (" + showZone(bestZone) + ") for the metazone <" + mzone in checkExemplars()