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

  /external/icu/icu4c/source/i18n/
indiancal.h 27 * <code>IndianCalendar</code> is a subclass of <code>Calendar</code>
71 class U_I18N_API IndianCalendar : public Calendar {
74 * Useful constants for IndianCalendar.
144 * Constructs an IndianCalendar based on the current time in the default time zone
148 * @param success Indicates the status of IndianCalendar object construction.
153 IndianCalendar(const Locale& aLocale, UErrorCode &success);
159 IndianCalendar(const IndianCalendar& other);
165 virtual ~IndianCalendar();
288 IndianCalendar(); // default constructor not implemente
    [all...]
indiancal.cpp 31 // Implementation of the IndianCalendar class
38 Calendar* IndianCalendar::clone() const {
39 return new IndianCalendar(*this);
42 IndianCalendar::IndianCalendar(const Locale& aLocale, UErrorCode& success)
48 IndianCalendar::IndianCalendar(const IndianCalendar& other) : Calendar(other) {
51 IndianCalendar::~IndianCalendar()
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
IndianCalendar.java 19 * <code>IndianCalendar</code> is a subclass of <code>GregorianCalendar</code>
61 * IndianCalendar usually should be instantiated using
68 public class IndianCalendar extends Calendar {
145 * Constructs a <code>IndianCalendar</code> using the current time
149 public IndianCalendar() {
154 * Constructs a <code>IndianCalendar</code> based on the current time
160 public IndianCalendar(TimeZone zone) {
165 * Constructs a <code>IndianCalendar</code> based on the current time
170 public IndianCalendar(Locale aLocale) {
175 * Constructs a <code>IndianCalendar</code> based on the current tim
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
IndianCalendar.java 18 * <code>IndianCalendar</code> is a subclass of <code>GregorianCalendar</code>
60 * IndianCalendar usually should be instantiated using
69 public class IndianCalendar extends Calendar {
159 * Constructs a <code>IndianCalendar</code> using the current time
164 public IndianCalendar() {
169 * Constructs a <code>IndianCalendar</code> based on the current time
176 public IndianCalendar(TimeZone zone) {
181 * Constructs a <code>IndianCalendar</code> based on the current time
187 public IndianCalendar(Locale aLocale) {
192 * Constructs a <code>IndianCalendar</code> based on the current tim
    [all...]
  /external/cldr/tools/java/libs/
icu4j.jar 

Completed in 78 milliseconds