Searched refs:zoneWithout (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/test/intltest/
H A Dtzregts.cpp1038 TimeZone *zoneWithout = TimeZone::createTimeZone(idWithoutLocaleData); local
1041 zoneWithout->getID(str) != UnicodeString(idWithoutLocaleData)) {
1042 dataerrln(UnicodeString("Fail: Unable to create zones - wanted ") + idWithLocaleData + ", got " + zoneWith->getID(str) + ", and wanted " + idWithoutLocaleData + " but got " + zoneWithout->getID(str));
1045 GregorianCalendar calWithout(*zoneWithout, status);
1069 delete zoneWithout;

Completed in 203 milliseconds