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

  /external/icu/icu4c/source/i18n/
persncal.cpp 67 // Implementation of the PersianCalendar class
73 const char *PersianCalendar::getType() const {
77 Calendar* PersianCalendar::clone() const {
78 return new PersianCalendar(*this);
81 PersianCalendar::PersianCalendar(const Locale& aLocale, UErrorCode& success)
87 PersianCalendar::PersianCalendar(const PersianCalendar& other) : Calendar(other) {
90 PersianCalendar::~PersianCalendar(
    [all...]
persncal.h 30 * <code>PersianCalendar</code> is a subclass of <code>Calendar</code>
50 class PersianCalendar : public Calendar {
142 * Constructs a PersianCalendar based on the current time in the default time zone
146 * @param success Indicates the status of PersianCalendar object construction.
150 PersianCalendar(const Locale& aLocale, UErrorCode &success);
156 PersianCalendar(const PersianCalendar& other);
162 virtual ~PersianCalendar();
282 PersianCalendar(); // default constructor not implemented
calendar.cpp 343 cal = new PersianCalendar(loc, status);
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
PersianCalendar.java 19 * <code>PersianCalendar</code> is a subclass of <code>Calendar</code> that
56 * PersianCalendar usually should be instantiated using
70 public class PersianCalendar extends Calendar {
103 * Constructs a default <code>PersianCalendar</code> using the current time
111 public PersianCalendar()
117 * Constructs a <code>PersianCalendar</code> based on the current time
126 public PersianCalendar(TimeZone zone)
132 * Constructs a <code>PersianCalendar</code> based on the current time
141 public PersianCalendar(Locale aLocale)
147 * Constructs a <code>PersianCalendar</code> based on the current tim
    [all...]
Calendar.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
PersianCalendar.java 18 * <code>PersianCalendar</code> is a subclass of <code>Calendar</code> that
55 * PersianCalendar usually should be instantiated using
68 public class PersianCalendar extends Calendar {
101 * Constructs a default <code>PersianCalendar</code> using the current time
109 public PersianCalendar()
115 * Constructs a <code>PersianCalendar</code> based on the current time
124 public PersianCalendar(TimeZone zone)
130 * Constructs a <code>PersianCalendar</code> based on the current time
139 public PersianCalendar(Locale aLocale)
145 * Constructs a <code>PersianCalendar</code> based on the current tim
    [all...]
Calendar.java     [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
PersianTest.java 16 import android.icu.util.PersianCalendar;
130 class StubCalendar extends PersianCalendar {
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
PersianTest.java 15 import com.ibm.icu.util.PersianCalendar;
129 class StubCalendar extends PersianCalendar {
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
CalendarHandler.java 27 import android.icu.util.PersianCalendar;
261 PersianCalendar calendars[] = new PersianCalendar[locales.length];
264 calendars[i] = new PersianCalendar(kst, ULocale.forLocale(locales[i]));
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
CalendarHandler.java 26 import com.ibm.icu.util.PersianCalendar;
260 PersianCalendar calendars[] = new PersianCalendar[locales.length];
263 calendars[i] = new PersianCalendar(kst, ULocale.forLocale(locales[i]));
  /external/icu/icu4c/source/test/intltest/
uobjtest.cpp 383 TESTCLASSID_FACTORY(PersianCalendar, Calendar::createInstance(Locale("@calendar=persian"), status));
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 257 milliseconds