Home | History | Annotate | Download | only in intltest

Lines Matching refs:ioffset

1176             int32_t ioffset = zone->getRawOffset()/1000;
1178 formatOffset(ioffset, offset);
1179 formatTZID(ioffset, expectedID);
1189 else if (exp != kUnparseable && (ioffset != exp || itsID != expectedID)) {