Searched defs:BuddhistCalendar (Results 1 - 4 of 4) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dbuddhcal.h31 * <code>BuddhistCalendar</code> is a subclass of <code>GregorianCalendar</code>
47 class BuddhistCalendar : public GregorianCalendar { class in inherits:GregorianCalendar
51 * Useful constants for BuddhistCalendar. Only one Era.
59 * Constructs a BuddhistCalendar based on the current time in the default time zone
63 * @param success Indicates the status of BuddhistCalendar object construction.
67 BuddhistCalendar(const Locale& aLocale, UErrorCode& success);
74 virtual ~BuddhistCalendar();
81 BuddhistCalendar(const BuddhistCalendar& source);
88 BuddhistCalendar
[all...]
H A Dbuddhcal.cpp25 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(BuddhistCalendar)
33 BuddhistCalendar::BuddhistCalendar(const Locale& aLocale, UErrorCode& success) function in class:BuddhistCalendar
39 BuddhistCalendar::~BuddhistCalendar()
43 BuddhistCalendar::BuddhistCalendar(const BuddhistCalendar& source) function in class:BuddhistCalendar
48 BuddhistCalendar& BuddhistCalendar
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DBuddhistCalendar.java14 * <code>BuddhistCalendar</code> is a subclass of <code>GregorianCalendar</code>
30 * BuddhistCalendar usually should be instantiated using
41 public class BuddhistCalendar extends GregorianCalendar { class in inherits:GregorianCalendar
59 * Constructs a <code>BuddhistCalendar</code> using the current time
63 public BuddhistCalendar() { method in class:BuddhistCalendar
68 * Constructs a <code>BuddhistCalendar</code> based on the current time
74 public BuddhistCalendar(TimeZone zone) { method in class:BuddhistCalendar
79 * Constructs a <code>BuddhistCalendar</code> based on the current time
85 public BuddhistCalendar(Locale aLocale) { method in class:BuddhistCalendar
90 * Constructs a <code>BuddhistCalendar</cod
96 public BuddhistCalendar(ULocale locale) { method in class:BuddhistCalendar
109 public BuddhistCalendar(TimeZone zone, Locale aLocale) { method in class:BuddhistCalendar
122 public BuddhistCalendar(TimeZone zone, ULocale locale) { method in class:BuddhistCalendar
133 public BuddhistCalendar(Date date) { method in class:BuddhistCalendar
150 public BuddhistCalendar(int year, int month, int date) { method in class:BuddhistCalendar
172 public BuddhistCalendar(int year, int month, int date, int hour, method in class:BuddhistCalendar
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 81 milliseconds