Home | History | Annotate | Download | only in intltest

Lines Matching refs:TRUE

166     if (failure(status, "new GregorianCalendar", TRUE)) return;
235 logln("Error: " + tz.getID(id) + ".inDaylightTime(" + dateToString(min) + ") = " + (startsInDST?"TRUE":"FALSE") +
236 ", inDaylightTime(" + dateToString(max) + ") = " + (startsInDST?"TRUE":"FALSE"));
266 logln("Error: inDaylightTime(" + dateToString(max) + ") != " + ((!startsInDST)?"TRUE":"FALSE"));
336 if (failure(status, "TimeZone::inDaylightTime", TRUE)) return;
604 isNonReferenceTzdataVersion = TRUE;
610 // Note: useDaylightTime returns true if DST is observed
637 {"AST", -540, TRUE},
638 {"PST", -480, TRUE},
641 {"CST", -360, TRUE},
642 {"IET", -300, TRUE}, // updated Jan 2006 srl
645 {"CNT", -210, TRUE},
646 {"AGT", -180, TRUE}, // updated by tzdata2007k
647 {"BET", -180, TRUE},
650 {"ECT", 60, TRUE},
651 {"MET", 60, TRUE}, // updated 12/3/99 aliu
652 {"ART", 120, TRUE},
653 {"EET", 120, TRUE},
656 {"NET", 240, TRUE}, // updated 12/3/99 aliu
664 {"AET", 600, TRUE},
666 {"NST", 720, TRUE}, // Pacific/Auckland
671 {"SystemV/AST4ADT", -240, TRUE},
672 {"SystemV/EST5EDT", -300, TRUE},
673 {"SystemV/CST6CDT", -360, TRUE},
674 {"SystemV/MST7MDT", -420, TRUE},
675 {"SystemV/PST8PDT", -480, TRUE},
676 {"SystemV/YST9YDT", -540, TRUE},
690 UBool ok = TRUE;
703 (usesDaylight?"TRUE":"FALSE") +
705 ((kReferenceList[i].daylight)?"TRUE":"FALSE"));
708 (usesDaylight?"TRUE":"FALSE") +
710 ((kReferenceList[i].daylight)?"TRUE":"FALSE"));
1113 UBool useDst[] = { FALSE, TRUE };
1192 {TRUE, TimeZone::SHORT, "PDT"},
1194 {TRUE, TimeZone::LONG, "Pacific Daylight Time"},
1197 {TRUE, TimeZone::SHORT_GENERIC, "PT"},
1199 {TRUE, TimeZone::LONG_GENERIC, "Pacific Time"},
1202 {TRUE, TimeZone::SHORT_GMT, "-0700"},
1204 {TRUE, TimeZone::LONG_GMT, "GMT-07:00"},
1207 {TRUE, TimeZone::SHORT_COMMONLY_USED, "PDT"},
1209 {TRUE, TimeZone::GENERIC_LOCATION, "United States (Los Angeles)"},
1244 inDaylight = UnicodeString("TRUE");
1425 tz.setStartRule(UCAL_MARCH, 10, UCAL_FRIDAY, 12 * millisPerHour, TRUE, status);
1495 la = TRUE;
1498 tokyo = TRUE;
1514 la = TRUE;
1517 tokyo = TRUE;
1615 sawLA = TRUE;
1813 bFoundCanonical = TRUE;
1823 isExcluded = TRUE;
1848 {"America/Argentina/Buenos_Aires", "America/Buenos_Aires", TRUE},
1890 {"Europe/London", "en", TRUE, TimeZone::SHORT, "GMT+01:00" /*"BST"*/},
1891 {"Europe/London", "en", TRUE, TimeZone::LONG, "British Summer Time"},
1895 {"America/Anchorage", "en", TRUE, TimeZone::SHORT, "AKDT"},
1896 {"America/Anchorage", "en", TRUE, TimeZone::LONG, "Alaska Daylight Time"},
1901 {"Australia/Perth", "en", TRUE, TimeZone::SHORT, "GMT+09:00"/*"AWDT"*/},
1902 {"Australia/Perth", "en", TRUE, TimeZone::LONG, "Australian Western Daylight Time"},
1906 {"America/Sao_Paulo", "en", TRUE, TimeZone::SHORT, "GMT-02:00"/*"BRST"*/},
1907 {"America/Sao_Paulo", "en", TRUE, TimeZone::LONG, "Brasilia Summer Time"},
1912 {"Pacific/Honolulu", "en", TRUE, TimeZone::SHORT, "HST"},
1913 {"Pacific/Honolulu", "en", TRUE, TimeZone::LONG, "Hawaii-Aleutian Standard Time"},
1918 {"Europe/Helsinki", "en", TRUE, TimeZone::SHORT, "GMT+03:00"/*"EEST"*/},
1919 {"Europe/Helsinki", "en", true, TimeZone::LONG, "Eastern European Summer Time"},
1926 if (failure(status, "GregorianCalendar", TRUE)) return;
1928 UBool isReferenceYear = TRUE;
1947 sawAnError = TRUE;