Home | History | Annotate | Download | only in util

Lines Matching refs:mon

456         int mon = -1;
544 if (mon < 0)
545 mon = (byte) (n - 1);
559 else if (year == Integer.MIN_VALUE && mon >= 0 && mday >= 0)
592 if (mon < 0)
593 mon = (byte) (action - 2);
607 if (year == Integer.MIN_VALUE || mon < 0 || mday < 0)
628 ldate.setDate(year, mon + 1, mday);
633 udate.setDate(year, mon + 1, mday);
1023 * dow mon dd hh:mm:ss zzz yyyy</pre></blockquote>
1025 * <li><tt>dow</tt> is the day of the week (<tt>Sun, Mon, Tue, Wed,
1027 * <li><tt>mon</tt> is the month (<tt>Jan, Feb, Mar, Apr, May, Jun,
1076 * "monday" -> "Mon") and stored the abbreviation in the given
1111 * d mon yyyy hh:mm:ss GMT</pre></blockquote>
1115 * <li><i>mon</i> is the month (<tt>Jan, Feb, Mar, Apr, May, Jun, Jul,