Home | History | Annotate | Download | only in text

Lines Matching defs:ERA

165      * corresponding to the {@link Calendar#ERA} field.
650 * ERA field of the Calendar object) is not normally part of the format,
651 * and parsing may assume the wrong era. For cases such as this it is
654 * within the era/cycle that should be assumed if absent in the format.
683 * do not normally provide an era/cycle; in this case the calendar that
684 * is passed in should be set to a date within the era that should be
685 * assumed, normally the current era.
731 * ERA field of the Calendar object) is not normally part of the format,
732 * and parsing may assume the wrong era. For cases such as this it is
735 * within the era/cycle that should be assumed if absent in the format.
2168 * Constant identifying the era field.
2170 public static final Field ERA = new Field("era", Calendar.ERA);