Home | History | Annotate | Download | only in i18n

Lines Matching refs:tmpTime

2798             UDate tmpTime = millis + millisInDay - zoneOffset;
2801 fZone->getOffset(tmpTime, FALSE, raw, dst, status);
2812 // At this point, tmpTime is on or after the zone offset transition causing
2818 UBool hasTransition = btz->getPreviousTransition(tmpTime, TRUE, transition);
2833 t = tmpTime;