Searched refs:enZone (Results 1 – 2 of 2) sorted by relevance
670 TimeZone *enZone = TimeZone::createTimeZone(UnicodeString("ECT/GMT")); in testAPI() local671 if (enZone==NULL) { in testAPI()678 enFormat->setTimeZone(*enZone); in testAPI()695 delete enZone; in testAPI()
90 TimeZone enZone = TimeZone.getTimeZone("Etc/GMT"); in TestSimple() local92 enFormat.setTimeZone(enZone); in TestSimple()