Lines Matching defs:expectedID
1174 UnicodeString offset, expectedID;
1176 formatTZID(ioffset, expectedID);
1186 else if (exp != kUnparseable && (ioffset != exp || itsID != expectedID)) {
1188 ", id " + expectedID +
2297 UnicodeString expectedID = UNICODE_STRING_SIMPLE("Etc/Unknown");
2299 assertEquals("getUnknown() wrong ID", expectedID, unknown.getID(id));