Lines Matching full:expectedid
1172 UnicodeString offset, expectedID;
1174 formatTZID(ioffset, expectedID);
1184 else if (exp != kUnparseable && (ioffset != exp || itsID != expectedID)) {
1186 ", id " + expectedID +
2389 UnicodeString expectedID = UNICODE_STRING_SIMPLE("Etc/Unknown");
2391 assertEquals("getUnknown() wrong ID", expectedID, unknown.getID(id));