HomeSort by relevance Sort by last modified time
    Searched defs:ERA (Results 1 - 25 of 60) sorted by null

1 2 3

  /bionic/libc/include/
langinfo.h 84 #define ERA 46
  /device/linaro/bootloader/edk2/StdLib/Include/
langinfo.h 80 #define ERA ((nl_item)52) /* Era description segments */
81 #define ERA_D_FMT ((nl_item)53) /* Era date format string */
82 #define ERA_D_T_FMT ((nl_item)54) /* Era date and time format string */
83 #define ERA_T_FMT ((nl_item)55) /* Era time format string */
  /libcore/ojluni/src/main/java/java/time/temporal/
ChronoField.java 408 * of this is the Japanese calendar system where a change of era, which resets
409 * the year number to 1, can happen on any date. The era and year reset also cause
487 * The year within the era.
489 * This represents the concept of the year within the era.
490 * This field is typically used with {@link #ERA}.
495 * The full model for a date requires four concepts - era, year, month and day. These map onto
496 * the {@code ERA}, {@code YEAR_OF_ERA}, {@code MONTH_OF_YEAR} and {@code DAY_OF_MONTH} fields.
501 * The era 'CE' is the one currently in use and year-of-era runs from 1 to the maximum value.
502 * The era 'BCE' is the previous era, and the year-of-era runs backwards
    [all...]
  /libcore/ojluni/src/main/java/java/text/
DateFormat.java 171 * Useful constant for ERA field alignment.
    [all...]
  /libcore/ojluni/src/main/java/java/time/chrono/
AbstractChronology.java 72 import static java.time.temporal.ChronoField.ERA;
377 * <li>{@code YEAR_OF_ERA} and {@code ERA} - If both are present, then they
379 * range is not validated, in smart and strict mode it is. The {@code ERA} is
381 * present, and the mode is smart or lenient, then the last available era
382 * is assumed. In strict mode, no era is assumed and the {@code YEAR_OF_ERA} is
383 * left untouched. If only the {@code ERA} is present, then it is left untouched.
440 * If {@link java.time.temporal.ChronoField#YEAR_OF_ERA} is found without an {@link java.time.temporal.ChronoField#ERA}
441 * then the last era in {@link #eras()} is used.
454 // check epoch-day before inventing era
459 // fix proleptic month before inventing era
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
CalendarTestFmwk.java 43 public final static int ERA = Calendar.ERA;
59 "ERA", "YEAR", "MONTH", "WEEK_OF_YEAR", "WEEK_OF_MONTH",
236 Calendar.ERA, Calendar.YEAR, Calendar.MONTH,
  /external/icu/icu4c/source/i18n/unicode/
calendar.h 206 * Field IDs for date and time. Used to specify date/time fields. ERA is calendar
214 * ERA may be defined on other platforms. To avoid any potential problems undefined it here.
216 #ifdef ERA
217 #undef ERA
219 ERA, // Example: 0..1
596 * era will cause the year to wrap around. When eras only have a limit at one end,
598 * at that limit. Note that for most calendars in which era 0 years move forward in
600 * result in negative years for era 0 (that is the only way to represent years before
631 * era will cause the year to wrap around. When eras only have a limit at one end,
633 * at that limit. Note that for most calendars in which era 0 years move forward i
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
CalendarTestFmwk.java 40 public final static int ERA = Calendar.ERA;
56 "ERA", "YEAR", "MONTH", "WEEK_OF_YEAR", "WEEK_OF_MONTH",
233 Calendar.ERA, Calendar.YEAR, Calendar.MONTH,
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
DateFormat.java 144 * corresponding to the {@link Calendar#ERA} field.
    [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/
Calendar.java 59 * are defined by the concrete subclass, such as <code>ERA</code> and
395 * <p>The {@link #ERA}, {@link #YEAR},
404 * to compute the {@link #ERA}, {@link #YEAR},
437 * {@link #ERA}.</li>
466 * fields {@link #ERA}, {@link #YEAR}, {@link #MONTH},
493 * example, changes the {@link #ERA} field from a symbolic field
581 * {@link #YEAR}, {@link #ERA}, etc. fields. Then, if the
591 * <code>ERA==AD ? YEAR : 1-YEAR</code>. Another example is the Mayan
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
DateFormat.java 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
    [all...]
DateTimePatternGenerator.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DateFormat.java 167 * corresponding to the {@link Calendar#ERA} field.
698 * ERA field of the Calendar object) is not normally part of the format,
699 * and parsing may assume the wrong era. For cases such as this it is
702 * within the era/cycle that should be assumed if absent in the format.
732 * do not normally provide an era/cycle; in this case the calendar that
733 * is passed in should be set to a date within the era that should be
734 * assumed, normally the current era.
781 * ERA field of the Calendar object) is not normally part of the format,
782 * and parsing may assume the wrong era. For cases such as this it is
785 * within the era/cycle that should be assumed if absent in the format
    [all...]
DateTimePatternGenerator.java     [all...]
  /libcore/ojluni/src/main/java/java/util/
Calendar.java 90 * concrete subclass, such as <code>ERA</code>. See individual field
361 * era, e.g., AD or BC in the Julian calendar. This is a calendar-specific
367 public final static int ERA = 0;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
langinfo.h 144 ERA, /* Alternate era. */
145 #define ERA ERA
146 __ERA_YEAR, /* Year in alternate era format. */
150 ERA_D_FMT, /* Date in alternate era format. */
154 ERA_D_T_FMT, /* Date and time in alternate era format. */
156 ERA_T_FMT, /* Time in alternate era format. */
159 _NL_TIME_ERA_NUM_ENTRIES, /* Number entries in the era arrays. */
160 _NL_TIME_ERA_ENTRIES, /* Structure with era entries in usable form.*
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
Calendar.java 74 * are defined by the concrete subclass, such as <code>ERA</code> and
430 * <p>The {@link #ERA}, {@link #YEAR},
439 * to compute the {@link #ERA}, {@link #YEAR},
472 * {@link #ERA}.</li>
501 * fields {@link #ERA}, {@link #YEAR}, {@link #MONTH},
528 * example, changes the {@link #ERA} field from a symbolic field
616 * {@link #YEAR}, {@link #ERA}, etc. fields. Then, if the
626 * <code>ERA==AD ? YEAR : 1-YEAR</code>. Another example is the Mayan
2822 int era = get(ERA); local
3161 int era = get(ERA); local
6014 int era = GregorianCalendar.AD; local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
Calendar.java 73 * are defined by the concrete subclass, such as <code>ERA</code> and
429 * <p>The {@link #ERA}, {@link #YEAR},
438 * to compute the {@link #ERA}, {@link #YEAR},
471 * {@link #ERA}.</li>
500 * fields {@link #ERA}, {@link #YEAR}, {@link #MONTH},
527 * example, changes the {@link #ERA} field from a symbolic field
615 * {@link #YEAR}, {@link #ERA}, etc. fields. Then, if the
625 * <code>ERA==AD ? YEAR : 1-YEAR</code>. Another example is the Mayan
2919 int era = get(ERA); local
3259 int era = get(ERA); local
6197 int era = GregorianCalendar.AD; local
    [all...]
  /external/caliper/lib/
joda-time-2.1.jar 
  /prebuilts/tools/common/m2/repository/joda-time/joda-time/2.8.1/
joda-time-2.8.1.jar 
  /prebuilts/tools/common/m2/repository/joda-time/joda-time/2.9.1/
joda-time-2.9.1.jar 
  /prebuilts/sdk/current/
core.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 

Completed in 396 milliseconds

1 2 3