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

  /external/icu/icu4c/source/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 29 // Implementation of the IndianCalendar class
36 Calendar* IndianCalendar::clone() const {
37 return new IndianCalendar(*this);
40 IndianCalendar::IndianCalendar(const Locale& aLocale, UErrorCode& success)
46 IndianCalendar::IndianCalendar(const IndianCalendar& other) : Calendar(other) {
49 IndianCalendar::~IndianCalendar()
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
IndianCalendar.java 16 * <code>IndianCalendar</code> is a subclass of <code>GregorianCalendar</code>
58 * IndianCalendar usually should be instantiated using
67 public class IndianCalendar extends Calendar {
157 * Constructs a <code>IndianCalendar</code> using the current time
162 public IndianCalendar() {
167 * Constructs a <code>IndianCalendar</code> based on the current time
174 public IndianCalendar(TimeZone zone) {
179 * Constructs a <code>IndianCalendar</code> based on the current time
185 public IndianCalendar(Locale aLocale) {
190 * Constructs a <code>IndianCalendar</code> based on the current tim
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 645 milliseconds