Home | History | Annotate | Download | only in intltest

Lines Matching refs:idWithoutLocaleData

1034     const char* idWithoutLocaleData = "US/Pacific";
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 + " -> " +