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

/external/icu/icu4c/source/i18n/
H A Dislamcal.h12 * 10/14/2003 srl ported from java IslamicCalendar
28 * <code>IslamicCalendar</code> is a subclass of <code>Calendar</code>
53 * This is the default behavior of a newly-created <code>IslamicCalendar</code>
84 class U_I18N_API IslamicCalendar : public Calendar { class in inherits:Calendar
187 * Constructs an IslamicCalendar based on the current time in the default time zone
191 * @param success Indicates the status of IslamicCalendar object construction.
196 IslamicCalendar(const Locale& aLocale, UErrorCode &success, ECalculationType type = CIVIL);
202 IslamicCalendar(const IslamicCalendar& other);
208 virtual ~IslamicCalendar();
[all...]
H A Dislamcal.cpp12 * 10/14/2003 srl ported from java IslamicCalendar
75 // Implementation of the IslamicCalendar class
207 const char *IslamicCalendar::getType() const {
231 Calendar* IslamicCalendar::clone() const {
232 return new IslamicCalendar(*this);
235 IslamicCalendar::IslamicCalendar(const Locale& aLocale, UErrorCode& success, ECalculationType type) function in class:IslamicCalendar
242 IslamicCalendar::IslamicCalendar(const IslamicCalendar function in class:IslamicCalendar
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DIslamicCalendar.java19 * <code>IslamicCalendar</code> is a subclass of <code>Calendar</code>
44 * This is the default behavior of a newly-created <code>IslamicCalendar</code>
76 * IslamicCalendar usually should be instantiated using
88 public class IslamicCalendar extends Calendar { class in inherits:Calendar
185 * Constructs a default <code>IslamicCalendar</code> using the current time
190 public IslamicCalendar() method in class:IslamicCalendar
196 * Constructs an <code>IslamicCalendar</code> based on the current time
202 public IslamicCalendar(TimeZone zone) method in class:IslamicCalendar
208 * Constructs an <code>IslamicCalendar</code> based on the current time
214 public IslamicCalendar(Local method in class:IslamicCalendar
226 public IslamicCalendar(ULocale locale) method in class:IslamicCalendar
239 public IslamicCalendar(TimeZone zone, Locale aLocale) method in class:IslamicCalendar
252 public IslamicCalendar(TimeZone zone, ULocale locale) method in class:IslamicCalendar
267 public IslamicCalendar(Date date) { method in class:IslamicCalendar
283 public IslamicCalendar(int year, int month, int date) method in class:IslamicCalendar
308 public IslamicCalendar(int year, int month, int date, int hour, method in class:IslamicCalendar
[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 148 milliseconds