Lines Matching defs:ChineseCalendar

23  * <code>ChineseCalendar</code> is a concrete subclass of {@link Calendar}
55 * <p>Because <code>ChineseCalendar</code> defines an additional field and
78 * ChineseCalendar usually should be instantiated using
85 public class ChineseCalendar extends Calendar {
104 // usage will be to have one instance of ChineseCalendar at a time.
147 * Construct a <code>ChineseCalendar</code> with the default time zone and locale.
149 public ChineseCalendar() {
154 * Construct a <code>ChineseCalendar</code> with the give date set in the default time zone
158 public ChineseCalendar(Date date) {
164 * Constructs a <code>ChineseCalendar</code> with the given date set
175 public ChineseCalendar(int year, int month, int isLeapMonth, int date) {
180 * Constructs a <code>ChineseCalendar</code> with the given date
197 public ChineseCalendar(int year, int month, int isLeapMonth, int date, int hour,
219 * Constructs a <code>ChineseCalendar</code> with the given date set
231 public ChineseCalendar(int era, int year, int month, int isLeapMonth, int date)
237 * Constructs a <code>ChineseCalendar</code> with the given date
255 public ChineseCalendar(int era, int year, int month, int isLeapMonth, int date, int hour,
275 * Constructs a <code>ChineseCalendar</code> based on the current time
279 public ChineseCalendar(Locale aLocale) {
284 * Construct a <code>ChineseCalendar</code> based on the current time
289 public ChineseCalendar(TimeZone zone) {
294 * Construct a <code>ChineseCalendar</code> based on the current time
299 public ChineseCalendar(TimeZone zone, Locale aLocale) {
304 * Constructs a <code>ChineseCalendar</code> based on the current time
309 public ChineseCalendar(ULocale locale) {
314 * Construct a <code>ChineseCalendar</code> based on the current time
319 public ChineseCalendar(TimeZone zone, ULocale locale) {
332 protected ChineseCalendar(TimeZone zone, ULocale locale, int epochYear, TimeZone zoneAstroCalc) {
530 // this method, in ChineseCalendar, or in
809 * <p>Compute the ChineseCalendar-specific field IS_LEAP_MONTH.
1036 return new ChineseCalendar(tz, loc);