Lines Matching defs:before
16 * 05/01/97 aliu Made equals(), before(), after() arguments const.
152 /* Max value for stamp allowable before recalculation */
987 Calendar::before(const Calendar& when, UErrorCode& status) const
1423 // Mark fields as set. Do this before calling handleComputeFields().
1964 // Compute the number of days before the current day in this
1981 // Find the number of same days of the week before this one
2136 // appropriate), check the combined DST & ZONE offset before and
2927 // - WALLTIME_FIRST: 1:30 am (STD) (interpreting 2:30 am as 30 minutes before 3:00 am (DST))
3094 // into the repeated time range, use offsets before the transition.
3158 // Get the Julian day of the day BEFORE the start of this year.
3159 // If useMonth is true, get the day before the start of the month.
3190 // At this point julianDay is the 0-based day BEFORE the first day of
3193 // or Gregorian). (or it is before the month we are in, if useMonth is True)
3210 // Actually, it may be just before the first of the month or year.
3250 int32_t nextJulianDay = handleComputeMonthStart(year+1, 0, FALSE); // jd of day before jan 1
3299 if(julianDay+testDate > nextJulianDay) { // is it past Dec 31? (nextJulianDay is day BEFORE year+1's Jan 1)
3301 julianDay = handleComputeMonthStart(year-1, 0, FALSE); // jd before Jan 1 of previous year
3384 // At this point julianDay is the 0-based day BEFORE the first day of
3387 // or Gregorian). (or it is before the month we are in, if useMonth is True)