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

/external/icu4c/test/intltest/
H A Dtzregts.cpp1034 const char* idWithoutLocaleData = "US/Pacific"; local
1038 TimeZone *zoneWithout = TimeZone::createTimeZone(idWithoutLocaleData);
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));
1058 strWith + "; " + idWithoutLocaleData + " -> " +
1062 strWith + "; " + idWithoutLocaleData + " -> " +

Completed in 57 milliseconds