Searched refs:testtimezone (Results 1 – 3 of 3) sorted by relevance
1259 UnicodeString testtimezone; in TestDateFormatZone146() local1260 testdefault->getID(testtimezone); in TestDateFormatZone146()1261 if (testtimezone == "GMT") in TestDateFormatZone146()1262 logln("Test timezone = " + testtimezone); in TestDateFormatZone146()1264 dataerrln("Test timezone should be GMT, not " + testtimezone); in TestDateFormatZone146()
2077 String testtimezone = testdefault.getID(); in TestDateFormatZone146() local2078 if (testtimezone.equals("GMT")) in TestDateFormatZone146()2079 logln("Test timezone = " + testtimezone); in TestDateFormatZone146()2081 errln("Test timezone should be GMT, not " + testtimezone); in TestDateFormatZone146()
2074 String testtimezone = testdefault.getID(); in TestDateFormatZone146() local2075 if (testtimezone.equals("GMT")) in TestDateFormatZone146()2076 logln("Test timezone = " + testtimezone); in TestDateFormatZone146()2078 errln("Test timezone should be GMT, not " + testtimezone); in TestDateFormatZone146()