Searched refs:testtimezone (Results 1 – 3 of 3) sorted by relevance
1256 UnicodeString testtimezone; in TestDateFormatZone146() local1257 testdefault->getID(testtimezone); in TestDateFormatZone146()1258 if (testtimezone == "GMT") in TestDateFormatZone146()1259 logln("Test timezone = " + testtimezone); in TestDateFormatZone146()1261 dataerrln("Test timezone should be GMT, not " + testtimezone); in TestDateFormatZone146()
1983 String testtimezone = testdefault.getID(); in TestDateFormatZone146() local1984 if (testtimezone.equals("GMT")) in TestDateFormatZone146()1985 logln("Test timezone = " + testtimezone); in TestDateFormatZone146()1987 errln("Test timezone should be GMT, not " + testtimezone); in TestDateFormatZone146()
1982 String testtimezone = testdefault.getID(); in TestDateFormatZone146() local1983 if (testtimezone.equals("GMT")) in TestDateFormatZone146()1984 logln("Test timezone = " + testtimezone); in TestDateFormatZone146()1986 errln("Test timezone should be GMT, not " + testtimezone); in TestDateFormatZone146()