Home
last modified time | relevance | path

Searched refs:enZone (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Ddtptngts.cpp670 TimeZone *enZone = TimeZone::createTimeZone(UnicodeString("ECT/GMT")); in testAPI() local
671 if (enZone==NULL) { in testAPI()
678 enFormat->setTimeZone(*enZone); in testAPI()
695 delete enZone; in testAPI()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDateTimeGeneratorTest.java90 TimeZone enZone = TimeZone.getTimeZone("Etc/GMT"); in TestSimple() local
92 enFormat.setTimeZone(enZone); in TestSimple()