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

  /external/icu4c/i18n/
indiancal.cpp 30 // Implementation of the IndianCalendar class
37 Calendar* IndianCalendar::clone() const {
38 return new IndianCalendar(*this);
41 IndianCalendar::IndianCalendar(const Locale& aLocale, UErrorCode& success)
47 IndianCalendar::IndianCalendar(const IndianCalendar& other) : Calendar(other) {
50 IndianCalendar::~IndianCalendar()
    [all...]
indiancal.h 25 * <code>IndianCalendar</code> is a subclass of <code>Calendar</code>
69 class IndianCalendar : public Calendar {
72 * Useful constants for IndianCalendar.
142 * Constructs an IndianCalendar based on the current time in the default time zone
146 * @param success Indicates the status of IndianCalendar object construction.
151 IndianCalendar(const Locale& aLocale, UErrorCode &success);
157 IndianCalendar(const IndianCalendar& other);
163 virtual ~IndianCalendar();
286 IndianCalendar(); // default constructor not implemente
    [all...]
calendar.cpp 316 cal = new IndianCalendar(loc, status);
    [all...]
  /external/icu4c/test/intltest/
calcasts.cpp 316 static const int32_t CHAITRA = IndianCalendar::CHAITRA + 1;
317 static const int32_t VAISAKHA = IndianCalendar::VAISAKHA + 1;
318 static const int32_t JYAISTHA = IndianCalendar::JYAISTHA + 1;
319 static const int32_t ASADHA = IndianCalendar::ASADHA + 1;
320 static const int32_t SRAVANA = IndianCalendar::SRAVANA + 1 ;
321 static const int32_t BHADRA = IndianCalendar::BHADRA + 1 ;
322 static const int32_t ASVINA = IndianCalendar::ASVINA + 1 ;
323 static const int32_t KARTIKA = IndianCalendar::KARTIKA + 1 ;
324 static const int32_t AGRAHAYANA = IndianCalendar::AGRAHAYANA + 1 ;
325 static const int32_t PAUSA = IndianCalendar::PAUSA + 1
    [all...]
uobjtest.cpp 370 TESTCLASSID_FACTORY(IndianCalendar, Calendar::createInstance(Locale("@calendar=indian"), status));
  /external/icu4c/common/unicode/
urename.h     [all...]

Completed in 111 milliseconds