Home | History | Annotate | Download | only in intltest

Lines Matching full:getoffset

211     int32_t offset1 = tz->getOffset(1,
213 int32_t offset2 = tz->getOffset(1,
216 int32_t offset3 = tz->getOffset(1,
218 int32_t offset4 = tz->getOffset(1,
225 int32_t offset5 = tz->getOffset(1,
227 int32_t offset6 = tz->getOffset(1,
229 int32_t offset5a = tz->getOffset(1,
231 int32_t offset6a = tz->getOffset(1,
233 int32_t offset7 = tz->getOffset(1,
235 int32_t offset8 = tz->getOffset(1,
368 * getOffset() has been changed to be more strict about the parameters
384 tzOffset = testTZ->getOffset((uint8_t)testCal->get(UCAL_ERA, status),
441 * Yet another _alleged_ bug in TimeZone::getOffset(), a method that never
446 * (2) Use the right millis (as usual) for getOffset(); they were passing
481 int32_t offset = tz->getOffset((uint8_t)era, year, month, day, (uint8_t)dayOfWeek, millis, status);
760 * SimpleTimeZone.getOffset accepts illegal arguments.
807 tz->getOffset((uint8_t)DATA[i+1], DATA[i+2], DATA[i+3],
820 errln(UnicodeString("Fail: getOffset(") +
1103 int32_t offset1 = pst->getOffset(1,
1105 failure(status, "getOffset() failed");
1108 int32_t offset2 = cst->getOffset(1,
1110 failure(status, "getOffset() failed");
1116 pst->getOffset(1,
1119 errln("FAILURE: getOffset() succeeded with -1 for month");