Home | History | Annotate | Download | only in timezone

Lines Matching refs:tzids

444         String[] tzids = getTestZIDs();
445 for (int i = 0; i < tzids.length; i++) {
446 BasicTimeZone olsontz = (BasicTimeZone)TimeZone.getTimeZone(tzids[i], TimeZone.TIMEZONE_ICU);
447 VTimeZone vtz_org = VTimeZone.create(tzids[i]);
489 errln("FAIL: VTimeZone for " + tzids[i]
497 errln("FAIL: VTimeZone for " + tzids[i] + " is not equivalent to its OlsonTimeZone corresponding.");
499 logln("VTimeZone for " + tzids[i] + " differs from its OlsonTimeZone corresponding with maximum transition time delta - " + maxDelta);
503 logln("VTimeZone for " + tzids[i] + " is not equivalent to its OlsonTimeZone corresponding in strict comparison mode.");
522 String[] tzids = getTestZIDs();
525 for (int i = 0; i < tzids.length; i++) {
526 BasicTimeZone olsontz = (BasicTimeZone)TimeZone.getTimeZone(tzids[i], TimeZone.TIMEZONE_ICU);
527 VTimeZone vtz_org = VTimeZone.create(tzids[i]);
550 errln("FAIL: VTimeZone for " + tzids[i]
558 errln("FAIL: VTimeZone for " + tzids[i] + "(>=" + startTime + ") is not equivalent to its OlsonTimeZone corresponding.");
560 logln("VTimeZone for " + tzids[i] + "(>=" + startTime + ") differs from its OlsonTimeZone corresponding with maximum transition time delta - " + maxDelta);
586 String[] tzids = getTestZIDs();
593 for (int i = 0; i < tzids.length; i++) {
594 VTimeZone vtz_org = VTimeZone.create(tzids[i]);
616 errln("FAIL: VTimeZone writeSimple for " + tzids[i] + " at time " + time + " failed to the round trip.");
710 String[] tzids = getTestZIDs();
713 tzids.length; i++) {
714 BasicTimeZone tz = (BasicTimeZone)TimeZone.getTimeZone(tzids[i], TimeZone.TIMEZONE_ICU);
717 errln("FAIL: Failed to extract simple rules for " + tzids[i] + " at " + time);
721 errln("FAIL: Unexpected rule object type is returned for " + tzids[i] + " at " + time);
727 errln("FAIL: Unexpected rule object type is returned for " + tzids[i] + " at " + time);
732 errln("FAIL: WALL_TIME is not used as the time rule in the time zone rule(" + idx + ") for " + tzids[i] + " at " + time);
735 errln("FAIL: DOW is not used as the date rule in the time zone rule(" + idx + ") for " + tzids[i] + " at " + time);
739 errln("FAIL: Unexpected number of rules returned for " + tzids[i] + " at " + time);