Home | History | Annotate | Download | only in text

Lines Matching defs:DAY_OF_YEAR

224      * corresponding to the {@link Calendar#DAY_OF_YEAR} field.
1716 public static final Field DAY_OF_YEAR = new Field("day of year", Calendar.DAY_OF_YEAR);
2042 } else if (fieldAttribute.equals(Field.DAY_OF_YEAR)) {
2043 fieldAttribute = java.text.DateFormat.Field.DAY_OF_YEAR;