Home | History | Annotate | Download | only in i18n

Lines Matching full:leap

201  * whether or not the given month is a leap month.
278 * whether the given month is a leap month.
334 * Override Calendar to handle leap months properly.
356 * Override Calendar to handle leap months properly.
364 * Override Calendar to handle leap months properly.
378 // followed by a leap month (D&R p. 185).
381 // value from 0..11 in a non-leap year, and from 0..12 in a
382 // leap year.
389 // Check for a prior leap month. (In the
391 // year.) Month 0 is never followed by a leap
392 // month, and we know month m is not a leap month.
394 // no leap month between month 0 and month m;
572 * Return true if there is a leap month on or after month newMoon1 and
629 // the prior month 12 or leap month 11 (very rare). Also find the
672 // date is in month 11, leap 11, 12. There is never a leap 12.