Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Ddtfmttst.cpp1256 UnicodeString testtimezone; in TestDateFormatZone146() local
1257 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()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DDateFormatTest.java1983 String testtimezone = testdefault.getID(); in TestDateFormatZone146() local
1984 if (testtimezone.equals("GMT")) in TestDateFormatZone146()
1985 logln("Test timezone = " + testtimezone); in TestDateFormatZone146()
1987 errln("Test timezone should be GMT, not " + testtimezone); in TestDateFormatZone146()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDateFormatTest.java1982 String testtimezone = testdefault.getID(); in TestDateFormatZone146() local
1983 if (testtimezone.equals("GMT")) in TestDateFormatZone146()
1984 logln("Test timezone = " + testtimezone); in TestDateFormatZone146()
1986 errln("Test timezone should be GMT, not " + testtimezone); in TestDateFormatZone146()