Home | History | Annotate | Download | only in i18n

Lines Matching defs:before

18 *   05/01/97    aliu        Made equals(), before(), after() arguments const.
157 /* Max value for stamp allowable before recalculation */
1048 Calendar::before(const Calendar& when, UErrorCode& status) const
1484 // Mark fields as set. Do this before calling handleComputeFields().
2025 // Compute the number of days before the current day in this
2042 // Find the number of same days of the week before this one
2198 // appropriate), check the combined DST & ZONE offset before and
2996 // - WALLTIME_FIRST: 1:30 am (STD) (interpreting 2:30 am as 30 minutes before 3:00 am (DST))
3163 // into the repeated time range, use offsets before the transition.
3227 // Get the Julian day of the day BEFORE the start of this year.
3228 // If useMonth is true, get the day before the start of the month.
3259 // At this point julianDay is the 0-based day BEFORE the first day of
3262 // or Gregorian). (or it is before the month we are in, if useMonth is True)
3279 // Actually, it may be just before the first of the month or year.
3319 int32_t nextJulianDay = handleComputeMonthStart(year+1, 0, FALSE); // jd of day before jan 1
3368 if(julianDay+testDate > nextJulianDay) { // is it past Dec 31? (nextJulianDay is day BEFORE year+1's Jan 1)
3370 julianDay = handleComputeMonthStart(year-1, 0, FALSE); // jd before Jan 1 of previous year
3453 // At this point julianDay is the 0-based day BEFORE the first day of
3456 // or Gregorian). (or it is before the month we are in, if useMonth is True)