blob: dd1e8dc5aa9b07e7520142fde5f4d8e4917dde9d [file] [log] [blame]
/* GENERATED SOURCE. DO NOT MODIFY. */
// ? 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License
/*********************************************************************
* Copyright (C) 2000-2014, International Business Machines
* Corporation and others. All Rights Reserved.
*********************************************************************
*/
package android.icu.util;
@SuppressWarnings({"unchecked", "deprecation", "all"})
public class ChineseCalendar extends android.icu.util.Calendar {
public ChineseCalendar() { throw new RuntimeException("Stub!"); }
public ChineseCalendar(java.util.Date date) { throw new RuntimeException("Stub!"); }
public ChineseCalendar(int year, int month, int isLeapMonth, int date) { throw new RuntimeException("Stub!"); }
public ChineseCalendar(int year, int month, int isLeapMonth, int date, int hour, int minute, int second) { throw new RuntimeException("Stub!"); }
public ChineseCalendar(int era, int year, int month, int isLeapMonth, int date) { throw new RuntimeException("Stub!"); }
public ChineseCalendar(int era, int year, int month, int isLeapMonth, int date, int hour, int minute, int second) { throw new RuntimeException("Stub!"); }
public ChineseCalendar(java.util.Locale aLocale) { throw new RuntimeException("Stub!"); }
public ChineseCalendar(android.icu.util.TimeZone zone) { throw new RuntimeException("Stub!"); }
public ChineseCalendar(android.icu.util.TimeZone zone, java.util.Locale aLocale) { throw new RuntimeException("Stub!"); }
public ChineseCalendar(android.icu.util.ULocale locale) { throw new RuntimeException("Stub!"); }
public ChineseCalendar(android.icu.util.TimeZone zone, android.icu.util.ULocale locale) { throw new RuntimeException("Stub!"); }
protected int handleGetLimit(int field, int limitType) { throw new RuntimeException("Stub!"); }
protected int handleGetExtendedYear() { throw new RuntimeException("Stub!"); }
protected int handleGetMonthLength(int extendedYear, int month) { throw new RuntimeException("Stub!"); }
protected android.icu.text.DateFormat handleGetDateFormat(java.lang.String pattern, java.lang.String override, android.icu.util.ULocale locale) { throw new RuntimeException("Stub!"); }
protected int[][][] getFieldResolutionTable() { throw new RuntimeException("Stub!"); }
public void add(int field, int amount) { throw new RuntimeException("Stub!"); }
public void roll(int field, int amount) { throw new RuntimeException("Stub!"); }
protected void handleComputeFields(int julianDay) { throw new RuntimeException("Stub!"); }
protected int handleComputeMonthStart(int eyear, int month, boolean useMonth) { throw new RuntimeException("Stub!"); }
public java.lang.String getType() { throw new RuntimeException("Stub!"); }
}