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

  /external/icu4c/i18n/
persncal.h 28 * <code>PersianCalendar</code> is a subclass of <code>Calendar</code>
48 class PersianCalendar : public Calendar {
140 * Constructs a PersianCalendar based on the current time in the default time zone
144 * @param success Indicates the status of PersianCalendar object construction.
148 PersianCalendar(const Locale& aLocale, UErrorCode &success);
154 PersianCalendar(const PersianCalendar& other);
160 virtual ~PersianCalendar();
280 PersianCalendar(); // default constructor not implemented
persncal.cpp 176 // Implementation of the PersianCalendar class
182 const char *PersianCalendar::getType() const {
186 Calendar* PersianCalendar::clone() const {
187 return new PersianCalendar(*this);
190 PersianCalendar::PersianCalendar(const Locale& aLocale, UErrorCode& success)
196 PersianCalendar::PersianCalendar(const PersianCalendar& other) : Calendar(other) {
199 PersianCalendar::~PersianCalendar(
    [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]

Completed in 322 milliseconds