Home | History | Annotate | Download | only in i18n

Lines Matching defs:gap

1477             int32_t gap = max - min + 1;
1480 value = (value - min) % gap;
1482 value += gap;
1604 int32_t gap = limit - start;
1606 start) % gap;
1607 if (day_of_month < 0) day_of_month += gap;
1662 int32_t gap = limit - start;
1664 start) % gap;
1665 if (day_of_year < 0) day_of_year += gap;
1731 // From these compute the min and gap millis for rolling.