Home | History | Annotate | Download | only in text

Lines Matching defs:defaultCenturyStart

841      * has no <code>defaultCenturyStart</code> on stream.
843 * <code>defaultCenturyStart</code>.
892 * <code>defaultCenturyStart</code>, which may be any date. May
896 private Date defaultCenturyStart;
901 // and may be used for calculating defaultCenturyStart when needed.
1237 defaultCenturyStart = startDate;
1242 /* Initialize defaultCenturyStart and defaultCenturyStartYear by base time.
1252 defaultCenturyStart = tmpCal.getTime();
1258 if (defaultCenturyStart == null) {
1262 return defaultCenturyStart;
1267 if (defaultCenturyStart == null) {
3235 // Assume for example that the defaultCenturyStart is 6/18/1903.
3986 if (defaultCenturyStart == null) {
3987 // if defaultCenturyStart is not yet initialized,
4007 // didn't have defaultCenturyStart field
4013 parseAmbiguousDatesAsAfter(defaultCenturyStart);