Home
last modified time | relevance | path

Searched refs:IndianCalendar (Results 1 – 6 of 6) sorted by relevance

/external/icu4c/i18n/
Dindiancal.cpp37 Calendar* IndianCalendar::clone() const { in clone()
38 return new IndianCalendar(*this); in clone()
41 IndianCalendar::IndianCalendar(const Locale& aLocale, UErrorCode& success) in IndianCalendar() function in IndianCalendar
47 IndianCalendar::IndianCalendar(const IndianCalendar& other) : Calendar(other) { in IndianCalendar() function in IndianCalendar
50 IndianCalendar::~IndianCalendar() in ~IndianCalendar()
53 const char *IndianCalendar::getType() const { in getType()
89 int32_t IndianCalendar::handleGetLimit(UCalendarDateFields field, ELimitType limitType) const { in handleGetLimit()
111 int32_t IndianCalendar::handleGetMonthLength(int32_t eyear, int32_t month) const { in handleGetMonthLength()
132 int32_t IndianCalendar::handleGetYearLength(int32_t eyear) const { in handleGetYearLength()
240 int32_t IndianCalendar::handleComputeMonthStart(int32_t eyear, int32_t month, UBool /* useMonth */ … in handleComputeMonthStart()
[all …]
Dindiancal.h69 class IndianCalendar : public Calendar {
151 IndianCalendar(const Locale& aLocale, UErrorCode &success);
157 IndianCalendar(const IndianCalendar& other);
163 virtual ~IndianCalendar();
286 IndianCalendar(); // default constructor not implemented
Dcalendar.cpp321 cal = new IndianCalendar(loc, status); in createStandardCalendar()
/external/icu4c/test/intltest/
Dcalcasts.cpp315 static const int32_t CHAITRA = IndianCalendar::CHAITRA + 1; in Indian()
316 static const int32_t VAISAKHA = IndianCalendar::VAISAKHA + 1; in Indian()
317 static const int32_t JYAISTHA = IndianCalendar::JYAISTHA + 1; in Indian()
318 static const int32_t ASADHA = IndianCalendar::ASADHA + 1; in Indian()
319 static const int32_t SRAVANA = IndianCalendar::SRAVANA + 1 ; in Indian()
320 static const int32_t BHADRA = IndianCalendar::BHADRA + 1 ; in Indian()
321 static const int32_t ASVINA = IndianCalendar::ASVINA + 1 ; in Indian()
322 static const int32_t KARTIKA = IndianCalendar::KARTIKA + 1 ; in Indian()
323 static const int32_t AGRAHAYANA = IndianCalendar::AGRAHAYANA + 1 ; in Indian()
324 static const int32_t PAUSA = IndianCalendar::PAUSA + 1 ; in Indian()
[all …]
Duobjtest.cpp380 … TESTCLASSID_FACTORY(IndianCalendar, Calendar::createInstance(Locale("@calendar=indian"), status)); in testIDs()
/external/icu4c/common/unicode/
Durename.h1991 #define IndianCalendar U_ICU_ENTRY_POINT_RENAME(IndianCalendar) macro