Lines Matching refs:before
16 * 05/01/97 aliu Made equals(), before(), after() arguments const.
150 /* Max value for stamp allowable before recalculation */
985 Calendar::before(const Calendar& when, UErrorCode& status) const
1292 // Mark fields as set. Do this before calling handleComputeFields().
1833 // Compute the number of days before the current day in this
1850 // Find the number of same days of the week before this one
2005 // appropriate), check the combined DST & ZONE offset before and
2771 // - WALLTIME_FIRST: 1:30 am (STD) (interpreting 2:30 am as 30 minutes before 3:00 am (DST))
2926 // into the repeated time range, use offsets before the transition.
2990 // Get the Julian day of the day BEFORE the start of this year.
2991 // If useMonth is true, get the day before the start of the month.
3022 // At this point julianDay is the 0-based day BEFORE the first day of
3025 // or Gregorian). (or it is before the month we are in, if useMonth is True)
3042 // Actually, it may be just before the first of the month or year.
3082 int32_t nextJulianDay = handleComputeMonthStart(year+1, 0, FALSE); // jd of day before jan 1
3131 if(julianDay+testDate > nextJulianDay) { // is it past Dec 31? (nextJulianDay is day BEFORE year+1's Jan 1)
3133 julianDay = handleComputeMonthStart(year-1, 0, FALSE); // jd before Jan 1 of previous year
3216 // At this point julianDay is the 0-based day BEFORE the first day of
3219 // or Gregorian). (or it is before the month we are in, if useMonth is True)