Home | History | Annotate | Download | only in i18n

Lines Matching defs:sec

406         double sec = uprv_floor(date / U_MILLIS_PER_SECOND);
455 if (sec >= transition) {
456 U_DEBUG_TZ_MSG(("Found@%d: time=%.1f, localtransition=%d (orig %d) dz %d\n", i, sec, transition, transitionTimes[i],
464 U_DEBUG_TZ_MSG(("miss@%d: time=%.1f, localtransition=%d (orig %d) dz %d\n", i, sec, transition, transitionTimes[i],
477 U_ASSERT(local || sec < transitionTimes[0] || sec >= transitionTimes[i]);
478 U_ASSERT(local || i == transitionCount-1 || sec < transitionTimes[i+1]);