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

  /external/icu4c/i18n/
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...]
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...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 660 milliseconds