Searched refs:testtimezone (Results 1 – 3 of 3) sorted by relevance
1243 UnicodeString testtimezone; in TestDateFormatZone146() local1244 testdefault->getID(testtimezone); in TestDateFormatZone146()1245 if (testtimezone == "GMT") in TestDateFormatZone146()1246 logln("Test timezone = " + testtimezone); in TestDateFormatZone146()1248 dataerrln("Test timezone should be GMT, not " + testtimezone); in TestDateFormatZone146()
1960 String testtimezone = testdefault.getID(); in TestDateFormatZone146() local1961 if (testtimezone.equals("GMT")) in TestDateFormatZone146()1962 logln("Test timezone = " + testtimezone); in TestDateFormatZone146()1964 errln("Test timezone should be GMT, not " + testtimezone); in TestDateFormatZone146()
1956 String testtimezone = testdefault.getID(); in TestDateFormatZone146() local1957 if (testtimezone.equals("GMT")) in TestDateFormatZone146()1958 logln("Test timezone = " + testtimezone); in TestDateFormatZone146()1960 errln("Test timezone should be GMT, not " + testtimezone); in TestDateFormatZone146()