Searched refs:testtimezone (Results 1 – 3 of 3) sorted by relevance
1257 UnicodeString testtimezone; in TestDateFormatZone146() local1258 testdefault->getID(testtimezone); in TestDateFormatZone146()1259 if (testtimezone == "GMT") in TestDateFormatZone146()1260 logln("Test timezone = " + testtimezone); in TestDateFormatZone146()1262 dataerrln("Test timezone should be GMT, not " + testtimezone); in TestDateFormatZone146()
1986 String testtimezone = testdefault.getID(); in TestDateFormatZone146() local1987 if (testtimezone.equals("GMT")) in TestDateFormatZone146()1988 logln("Test timezone = " + testtimezone); in TestDateFormatZone146()1990 errln("Test timezone should be GMT, not " + testtimezone); in TestDateFormatZone146()
1989 String testtimezone = testdefault.getID(); in TestDateFormatZone146() local1990 if (testtimezone.equals("GMT")) in TestDateFormatZone146()1991 logln("Test timezone = " + testtimezone); in TestDateFormatZone146()1993 errln("Test timezone should be GMT, not " + testtimezone); in TestDateFormatZone146()