Home | History | Annotate | Download | only in util

Lines Matching defs:JULIAN_DAY

375  *     the addition of the {@link #JULIAN_DAY} field, Julian day
383 * <li>New fields are implemented: {@link #JULIAN_DAY} defines
441 * based on the value of the {@link #JULIAN_DAY} field. If there
932 public static final int JULIAN_DAY = 20;
1260 * @see #JULIAN_DAY
1285 * @see #JULIAN_DAY
2524 case JULIAN_DAY:
2574 case JULIAN_DAY:
3149 case JULIAN_DAY:
3296 case JULIAN_DAY:
4384 { -0x7F000000, -0x7F000000, 0x7F000000, 0x7F000000 }, // JULIAN_DAY
4434 case JULIAN_DAY:
5042 // JULIAN_DAY field and also removes some inelegant code. - Liu
5047 fields[JULIAN_DAY] = (int) days + EPOCH_JULIAN_DAY;
5049 computeGregorianAndDOWFields(fields[JULIAN_DAY]);
5055 handleComputeFields(fields[JULIAN_DAY]);
5461 // since the internally set JULIAN_DAY is used.
5866 // JULIAN_DAY. If not, then we use JULIAN_DAY. If so, then we do
5867 // the normal resolution. We only use JULIAN_DAY if it has been
5871 // clear(MONTH) has no effect, since the internally set JULIAN_DAY
5873 if (stamp[JULIAN_DAY] >= MINIMUM_USER_STAMP) {
5876 if (bestStamp <= stamp[JULIAN_DAY]) {
5877 return internalGet(JULIAN_DAY);
6428 "JULIAN_DAY", "MILLISECONDS_IN_DAY",