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

/external/icu/icu4c/source/i18n/
H A Dethpccal.cpp21 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(EthiopicCalendar)
31 EthiopicCalendar::EthiopicCalendar(const Locale& aLocale, function in class:EthiopicCalendar
39 EthiopicCalendar::EthiopicCalendar(const EthiopicCalendar& other) function in class:EthiopicCalendar
45 EthiopicCalendar::~EthiopicCalendar()
50 EthiopicCalendar::clone() const
52 return new EthiopicCalendar(*thi
[all...]
H A Dethpccal.h26 class EthiopicCalendar : public CECalendar { class in inherits:CECalendar
39 * Useful constants for EthiopicCalendar.
115 * Constructs a EthiopicCalendar based on the current time in the default time zone
119 * @param success Indicates the status of EthiopicCalendar object construction.
125 EthiopicCalendar(const Locale& aLocale, UErrorCode& success, EEraType type = AMETE_MIHRET_ERA);
131 EthiopicCalendar(const EthiopicCalendar& other);
137 virtual ~EthiopicCalendar();
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DEthiopicCalendar.java22 * EthiopicCalendar usually should be instantiated using
28 public final class EthiopicCalendar extends CECalendar class in inherits:CECalendar
140 * Constructs a default <code>EthiopicCalendar</code> using the current time
143 public EthiopicCalendar() { method in class:EthiopicCalendar
148 * Constructs a <code>EthiopicCalendar</code> based on the current time
153 public EthiopicCalendar(TimeZone zone) { method in class:EthiopicCalendar
158 * Constructs a <code>EthiopicCalendar</code> based on the current time
163 public EthiopicCalendar(Locale aLocale) { method in class:EthiopicCalendar
168 * Constructs a <code>EthiopicCalendar</code> based on the current time
173 public EthiopicCalendar(ULocal method in class:EthiopicCalendar
184 public EthiopicCalendar(TimeZone zone, Locale aLocale) { method in class:EthiopicCalendar
195 public EthiopicCalendar(TimeZone zone, ULocale locale) { method in class:EthiopicCalendar
209 public EthiopicCalendar(int year, int month, int date) { method in class:EthiopicCalendar
219 public EthiopicCalendar(Date date) { method in class:EthiopicCalendar
235 public EthiopicCalendar(int year, int month, int date, int hour, method in class:EthiopicCalendar
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DEthiopicCalendar.java21 * EthiopicCalendar usually should be instantiated using
28 public final class EthiopicCalendar extends CECalendar class in inherits:CECalendar
153 * Constructs a default <code>EthiopicCalendar</code> using the current time
157 public EthiopicCalendar() { method in class:EthiopicCalendar
162 * Constructs a <code>EthiopicCalendar</code> based on the current time
168 public EthiopicCalendar(TimeZone zone) { method in class:EthiopicCalendar
173 * Constructs a <code>EthiopicCalendar</code> based on the current time
179 public EthiopicCalendar(Locale aLocale) { method in class:EthiopicCalendar
184 * Constructs a <code>EthiopicCalendar</code> based on the current time
190 public EthiopicCalendar(ULocal method in class:EthiopicCalendar
202 public EthiopicCalendar(TimeZone zone, Locale aLocale) { method in class:EthiopicCalendar
214 public EthiopicCalendar(TimeZone zone, ULocale locale) { method in class:EthiopicCalendar
229 public EthiopicCalendar(int year, int month, int date) { method in class:EthiopicCalendar
240 public EthiopicCalendar(Date date) { method in class:EthiopicCalendar
257 public EthiopicCalendar(int year, int month, int date, int hour, method in class:EthiopicCalendar
[all...]

Completed in 122 milliseconds