Home | History | Annotate | Download | only in i18n

Lines Matching defs:times

718             UDate* times = (UDate*)uprv_malloc(sizeof(UDate)*transCount); /* large enough to store all transition times */
719 if (times == NULL) {
725 // Gather all start times for each pair of offsets
732 times[nTimes++] = tt;
746 uprv_free(times);
755 raw, dst, times, nTimes, DateTimeRule::UTC_TIME);
764 uprv_free(times);