Home
last modified time | relevance | path

Searched refs:BuddhistCalendar (Results 1 – 9 of 9) sorted by relevance

/external/icu4c/i18n/
Dbuddhcal.cpp25 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(BuddhistCalendar)
33 BuddhistCalendar::BuddhistCalendar(const Locale& aLocale, UErrorCode& success) in BuddhistCalendar() function in BuddhistCalendar
39 BuddhistCalendar::~BuddhistCalendar() in ~BuddhistCalendar()
43 BuddhistCalendar::BuddhistCalendar(const BuddhistCalendar& source) in BuddhistCalendar() function in BuddhistCalendar
48 BuddhistCalendar& BuddhistCalendar::operator= ( const BuddhistCalendar& right) in operator =()
54 Calendar* BuddhistCalendar::clone(void) const in clone()
56 return new BuddhistCalendar(*this); in clone()
59 const char *BuddhistCalendar::getType() const in getType()
64 int32_t BuddhistCalendar::handleGetExtendedYear() in handleGetExtendedYear()
79 int32_t BuddhistCalendar::handleComputeMonthStart(int32_t eyear, int32_t month, in handleComputeMonthStart()
[all …]
Dbuddhcal.h47 class BuddhistCalendar : public GregorianCalendar {
67 BuddhistCalendar(const Locale& aLocale, UErrorCode& success);
74 virtual ~BuddhistCalendar();
81 BuddhistCalendar(const BuddhistCalendar& source);
88 BuddhistCalendar& operator=(const BuddhistCalendar& right);
132 BuddhistCalendar(); // default constructor not implemented
Dcalendar.cpp310 cal = new BuddhistCalendar(loc, status); in createStandardCalendar()
/external/chromium_org/third_party/icu/source/i18n/
Dbuddhcal.cpp25 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(BuddhistCalendar)
33 BuddhistCalendar::BuddhistCalendar(const Locale& aLocale, UErrorCode& success) in BuddhistCalendar() function in BuddhistCalendar
39 BuddhistCalendar::~BuddhistCalendar() in ~BuddhistCalendar()
43 BuddhistCalendar::BuddhistCalendar(const BuddhistCalendar& source) in BuddhistCalendar() function in BuddhistCalendar
48 BuddhistCalendar& BuddhistCalendar::operator= ( const BuddhistCalendar& right) in operator =()
54 Calendar* BuddhistCalendar::clone(void) const in clone()
56 return new BuddhistCalendar(*this); in clone()
59 const char *BuddhistCalendar::getType() const in getType()
64 int32_t BuddhistCalendar::handleGetExtendedYear() in handleGetExtendedYear()
79 int32_t BuddhistCalendar::handleComputeMonthStart(int32_t eyear, int32_t month, in handleComputeMonthStart()
[all …]
Dbuddhcal.h47 class BuddhistCalendar : public GregorianCalendar {
67 BuddhistCalendar(const Locale& aLocale, UErrorCode& success);
74 virtual ~BuddhistCalendar();
81 BuddhistCalendar(const BuddhistCalendar& source);
88 BuddhistCalendar& operator=(const BuddhistCalendar& right);
132 BuddhistCalendar(); // default constructor not implemented
Dcalendar.cpp295 cal = new BuddhistCalendar(loc, status); in createStandardCalendar()
/external/chromium_org/third_party/icu/source/test/intltest/
Duobjtest.cpp365 …TESTCLASSID_FACTORY(BuddhistCalendar, Calendar::createInstance(Locale("@calendar=buddhist"), statu… in testIDs()
/external/icu4c/test/intltest/
Duobjtest.cpp377 …TESTCLASSID_FACTORY(BuddhistCalendar, Calendar::createInstance(Locale("@calendar=buddhist"), statu… in testIDs()
/external/chromium_org/third_party/icu/source/common/unicode/
Durename.h1770 #define BuddhistCalendar U_ICU_ENTRY_POINT_RENAME(BuddhistCalendar) macro