Home | History | Annotate | Download | only in i18n

Lines Matching refs:times

746             UDate* times = (UDate*)uprv_malloc(sizeof(UDate)*transCount); /* large enough to store all transition times */
747 if (times == NULL) {
753 // Gather all start times for each pair of offsets
760 times[nTimes++] = tt;
774 uprv_free(times);
783 raw, dst, times, nTimes, DateTimeRule::UTC_TIME);
792 uprv_free(times);