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

  /external/icu/icu4c/source/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 65 // Implementation of the PersianCalendar class
71 const char *PersianCalendar::getType() const {
75 Calendar* PersianCalendar::clone() const {
76 return new PersianCalendar(*this);
79 PersianCalendar::PersianCalendar(const Locale& aLocale, UErrorCode& success)
85 PersianCalendar::PersianCalendar(const PersianCalendar& other) : Calendar(other) {
88 PersianCalendar::~PersianCalendar(
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
PersianCalendar.java 16 * <code>PersianCalendar</code> is a subclass of <code>Calendar</code> that
53 * PersianCalendar usually should be instantiated using
66 public class PersianCalendar extends Calendar {
99 * Constructs a default <code>PersianCalendar</code> using the current time
107 public PersianCalendar()
113 * Constructs a <code>PersianCalendar</code> based on the current time
122 public PersianCalendar(TimeZone zone)
128 * Constructs a <code>PersianCalendar</code> based on the current time
137 public PersianCalendar(Locale aLocale)
143 * Constructs a <code>PersianCalendar</code> based on the current tim
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 177 milliseconds