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

  /external/icu/icu4c/source/i18n/
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
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...]
  /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...]
  /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...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/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 130 milliseconds