Home | History | Annotate | Download | only in intltest

Lines Matching refs:expectedID

1177             UnicodeString offset, expectedID;
1179 formatTZID(ioffset, expectedID);
1189 else if (exp != kUnparseable && (ioffset != exp || itsID != expectedID)) {
1191 ", id " + expectedID +
2416 UnicodeString expectedID = UNICODE_STRING_SIMPLE("Etc/Unknown");
2418 assertEquals("getUnknown() wrong ID", expectedID, unknown.getID(id));