Lines Matching defs:JapaneseCalendar

12  * <code>JapaneseCalendar</code> is a subclass of <code>GregorianCalendar</code>
37 * JapaneseCalendar usually should be instantiated using
48 public class JapaneseCalendar extends GregorianCalendar {
57 * Constructs a default <code>JapaneseCalendar</code> using the current time
61 public JapaneseCalendar() {
66 * Constructs a <code>JapaneseCalendar</code> based on the current time
71 public JapaneseCalendar(TimeZone zone) {
76 * Constructs a <code>JapaneseCalendar</code> based on the current time
81 public JapaneseCalendar(Locale aLocale) {
86 * Constructs a <code>JapaneseCalendar</code> based on the current time
91 public JapaneseCalendar(ULocale locale) {
96 * Constructs a <code>JapaneseCalendar</code> based on the current time
104 public JapaneseCalendar(TimeZone zone, Locale aLocale) {
109 * Constructs a <code>JapaneseCalendar</code> based on the current time
117 public JapaneseCalendar(TimeZone zone, ULocale locale) {
122 * Constructs a <code>JapaneseCalendar</code> with the given date set
128 public JapaneseCalendar(Date date) {
134 * Constructs a <code>JapaneseCalendar</code> with the given date set
155 public JapaneseCalendar(int era, int year, int month, int date) {
161 * Constructs a <code>JapaneseCalendar</code> with the given date set
174 public JapaneseCalendar(int year, int month, int date) {
180 * Constructs a <code>JapaneseCalendar</code> with the given date
199 public JapaneseCalendar(int year, int month, int date, int hour,
215 // EXTENDED_YEAR in JapaneseCalendar is a Gregorian year