HomeSort by relevance Sort by last modified time
    Searched defs:IslamicCalendar (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/icu/source/i18n/
islamcal.h 12 * 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 IslamicCalendar : public Calendar {
185 * Constructs an IslamicCalendar based on the current time in the default time zone
189 * @param success Indicates the status of IslamicCalendar object construction.
194 IslamicCalendar(const Locale& aLocale, UErrorCode &success, ECivil beCivil = CIVIL);
200 IslamicCalendar(const IslamicCalendar& other);
206 virtual ~IslamicCalendar();
    [all...]
islamcal.cpp 12 * 10/14/2003 srl ported from java IslamicCalendar
75 // Implementation of the IslamicCalendar class
81 const char *IslamicCalendar::getType() const {
89 Calendar* IslamicCalendar::clone() const {
90 return new IslamicCalendar(*this);
93 IslamicCalendar::IslamicCalendar(const Locale& aLocale, UErrorCode& success, ECivil beCivil)
100 IslamicCalendar::IslamicCalendar(const IslamicCalendar& other) : Calendar(other), civil(other.civil)
    [all...]
  /external/icu/icu4c/source/i18n/
islamcal.h 12 * 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 {
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...]
islamcal.cpp 12 * 10/14/2003 srl ported from java IslamicCalendar
75 // Implementation of the IslamicCalendar class
173 const char *IslamicCalendar::getType() const {
197 Calendar* IslamicCalendar::clone() const {
198 return new IslamicCalendar(*this);
201 IslamicCalendar::IslamicCalendar(const Locale& aLocale, UErrorCode& success, ECalculationType type)
208 IslamicCalendar::IslamicCalendar(const IslamicCalendar& other) : Calendar(other), cType(other.cType)
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
urename.h     [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 1192 milliseconds