Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Ddtfmttst.cpp1243 UnicodeString testtimezone; in TestDateFormatZone146() local
1244 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()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DDateFormatTest.java1960 String testtimezone = testdefault.getID(); in TestDateFormatZone146() local
1961 if (testtimezone.equals("GMT")) in TestDateFormatZone146()
1962 logln("Test timezone = " + testtimezone); in TestDateFormatZone146()
1964 errln("Test timezone should be GMT, not " + testtimezone); in TestDateFormatZone146()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDateFormatTest.java1956 String testtimezone = testdefault.getID(); in TestDateFormatZone146() local
1957 if (testtimezone.equals("GMT")) in TestDateFormatZone146()
1958 logln("Test timezone = " + testtimezone); in TestDateFormatZone146()
1960 errln("Test timezone should be GMT, not " + testtimezone); in TestDateFormatZone146()