Home | History | Annotate | Download | only in unicode

Lines Matching defs:ERA

204      * Field IDs for date and time. Used to specify date/time fields. ERA is calendar
212 * ERA may be defined on other platforms. To avoid any potential problems undefined it here.
214 #ifdef ERA
215 #undef ERA
217 ERA, // Example: 0..1
594 * era will cause the year to wrap around. When eras only have a limit at one end,
596 * at that limit. Note that for most calendars in which era 0 years move forward in
598 * result in negative years for era 0 (that is the only way to represent years before
629 * era will cause the year to wrap around. When eras only have a limit at one end,
631 * at that limit. Note that for most calendars in which era 0 years move forward in
633 * result in negative years for era 0 (that is the only way to represent years before
661 * era will cause the year to wrap around. When eras only have a limit at one end,
663 * at that limit. Note that for most calendars in which era 0 years move forward in
665 * result in negative years for era 0 (that is the only way to represent years before
694 * era will cause the year to wrap around. When eras only have a limit at one end,
696 * at that limit. Note that for most calendars in which era 0 years move forward in
698 * result in negative years for era 0 (that is the only way to represent years before
1931 * <ul><li>ERA
1993 * taking year and era into account. Defaults to 0 for Gregorian, which doesn't care.
2002 * taking currently-set year and era into account. Defaults to 1 for Gregorian.