Home | History | Annotate | Download | only in i18n

Lines Matching defs:tz

498             fprintf(stderr, "Cloning a %s calendar with tz=%ld\n", ((Calendar*)instance)->getType(), ((Calendar*)instance)->get(UCAL_ZONE_OFFSET, status2));
520 tz=%d\n", ((Calendar*)nc)->get(UCAL_ZONE_OFFSET, status2));
3074 const TimeZone& tz = getTimeZone();
3076 tz.getOffset(wall, TRUE, rawOffset, dstOffset, ec);
3084 // Note: The maximum historic negative zone transition is -3 hours in the tz database.
3087 tz.getOffset(tgmt - 6*60*60*1000, FALSE, tmpRaw, tmpDst, ec);
3096 tz.getOffset(wall + offsetDelta, TRUE, rawOffset, dstOffset, ec);
3106 tz.getOffset(tgmt, FALSE, rawOffset, dstOffset, ec);