Home | History | Annotate | Download | only in calendarcommon2

Lines Matching refs:startDate

49     public Time      startDate;     // set by setStartDate(), not parse()
160 startDate = date;
478 return (startDate == null ?
479 er.startDate == null : Time.compare(startDate, er.startDate) == 0) &&
503 * Resets parser-modified fields to their initial state. Does not alter startDate.
511 * overwritten. The "startDate" field is not set by the parser, so we ignore it here.