Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/intltest/
Ddtptngts.cpp745 TimeZone *enZone = TimeZone::createTimeZone(UnicodeString("ECT/GMT")); in testAPI() local
746 if (enZone==NULL) { in testAPI()
753 enFormat->setTimeZone(*enZone); in testAPI()
770 delete enZone; in testAPI()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DDateTimeGeneratorTest.java187 TimeZone enZone = TimeZone.getTimeZone("Etc/GMT"); in TestSimple() local
189 enFormat.setTimeZone(enZone); in TestSimple()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDateTimeGeneratorTest.java184 TimeZone enZone = TimeZone.getTimeZone("Etc/GMT"); in TestSimple() local
186 enFormat.setTimeZone(enZone); in TestSimple()