Home
last modified time | relevance | path

Searched refs:testtimezone (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Ddtfmttst.cpp1257 UnicodeString testtimezone; in TestDateFormatZone146() local
1258 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()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDateFormatTest.java1986 String testtimezone = testdefault.getID(); in TestDateFormatZone146() local
1987 if (testtimezone.equals("GMT")) in TestDateFormatZone146()
1988 logln("Test timezone = " + testtimezone); in TestDateFormatZone146()
1990 errln("Test timezone should be GMT, not " + testtimezone); in TestDateFormatZone146()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DDateFormatTest.java1989 String testtimezone = testdefault.getID(); in TestDateFormatZone146() local
1990 if (testtimezone.equals("GMT")) in TestDateFormatZone146()
1991 logln("Test timezone = " + testtimezone); in TestDateFormatZone146()
1993 errln("Test timezone should be GMT, not " + testtimezone); in TestDateFormatZone146()