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

  /external/icu/icu4c/source/i18n/
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...]
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
calendar.cpp 347 cal = new PersianCalendar(loc, status);
    [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...]
Calendar.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
CalendarTests.java 24 import com.ibm.icu.util.PersianCalendar;
233 PersianCalendar calendars[] = new PersianCalendar[locales.length];
236 calendars[i] = new PersianCalendar(kst, ULocale.forLocale(locales[i]));
  /external/icu/icu4c/source/test/intltest/
uobjtest.cpp 381 TESTCLASSID_FACTORY(PersianCalendar, Calendar::createInstance(Locale("@calendar=persian"), status));
  /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 439 milliseconds