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

  /external/icu4c/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/webkit/Source/JavaScriptCore/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/WebCore/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h     [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]

Completed in 1166 milliseconds