blob: 71f5c8502ef1c956a98a53521999825a375e2cf8 [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) 1996-2012, International Business Machines Corporation and *
* others. All Rights Reserved. *
*******************************************************************************
*/
package android.icu.util;
@SuppressWarnings({"unchecked", "deprecation", "all"})
public class BuddhistCalendar extends android.icu.util.GregorianCalendar {
public BuddhistCalendar() { throw new RuntimeException("Stub!"); }
public BuddhistCalendar(android.icu.util.TimeZone zone) { throw new RuntimeException("Stub!"); }
public BuddhistCalendar(java.util.Locale aLocale) { throw new RuntimeException("Stub!"); }
public BuddhistCalendar(android.icu.util.ULocale locale) { throw new RuntimeException("Stub!"); }
public BuddhistCalendar(android.icu.util.TimeZone zone, java.util.Locale aLocale) { throw new RuntimeException("Stub!"); }
public BuddhistCalendar(android.icu.util.TimeZone zone, android.icu.util.ULocale locale) { throw new RuntimeException("Stub!"); }
public BuddhistCalendar(java.util.Date date) { throw new RuntimeException("Stub!"); }
public BuddhistCalendar(int year, int month, int date) { throw new RuntimeException("Stub!"); }
public BuddhistCalendar(int year, int month, int date, int hour, int minute, int second) { throw new RuntimeException("Stub!"); }
protected int handleGetExtendedYear() { throw new RuntimeException("Stub!"); }
protected int handleComputeMonthStart(int eyear, int month, boolean useMonth) { throw new RuntimeException("Stub!"); }
protected void handleComputeFields(int julianDay) { throw new RuntimeException("Stub!"); }
protected int handleGetLimit(int field, int limitType) { throw new RuntimeException("Stub!"); }
public java.lang.String getType() { throw new RuntimeException("Stub!"); }
public static final int BE = 0; // 0x0
}