Home | History | Annotate | Download | only in text

Lines Matching defs:defaultCenturyStart

457      * has no <code>defaultCenturyStart</code> on stream.
459 * <code>defaultCenturyStart</code>.
522 * <code>defaultCenturyStart</code>, which may be any date. May
527 private Date defaultCenturyStart;
930 defaultCenturyStart = startDate;
958 return (Date) defaultCenturyStart.clone();
1660 if (parsedDate.before(defaultCenturyStart)) {
2164 // Assume for example that the defaultCenturyStart is 6/18/1903.
2696 // didn't have defaultCenturyStart field
2701 parseAmbiguousDatesAsAfter(defaultCenturyStart);