Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/test/
DTestMetazones.java207 errln("Zones " + showZone(value.zone) + " and " + showZone(value2.zone) in checkMetazoneConsistency()
217 private String showZone(String zone) { in showZone() method in TestMetazones
437 … errorLog.println("The 'best zone' (" + showZone(bestZone) + ") for the metazone <" + mzone in checkExemplars()
449 … errorLog.println("The 'best zone' (" + showZone(bestZone) + ") for the metazone <" + mzone in checkExemplars()
469 errorLog.println("\t\t\t" + showZone(value.zone) + ":\t" + mvalues); in checkExemplars()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestCollationStringByteConverter.java297 + showZone(ldp, calendar.getTimeZone()) in check2()
299 + showZone(ldp, calendar2.getTimeZone()) + ">\t" in check2()
307 private static String showZone(LenientDateParser ldp, TimeZone zone) { in showZone() method in TestCollationStringByteConverter