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

  /external/icu/icu4c/source/i18n/
dangical.h 25 * <p><code>DangiCalendar</code> is a concrete subclass of {@link Calendar}
28 * <p>DangiCalendar usually should be instantiated using
34 class DangiCalendar : public ChineseCalendar {
41 * Constructs a DangiCalendar based on the current time in the default time zone
45 * @param success Indicates the status of DangiCalendar object construction.
49 DangiCalendar(const Locale& aLocale, UErrorCode &success);
55 DangiCalendar(const DangiCalendar& other);
61 virtual ~DangiCalendar();
110 DangiCalendar(); // default constructor not implemente
    [all...]
dangical.cpp 46 // Implementation of the DangiCalendar class
52 DangiCalendar::DangiCalendar(const Locale& aLocale, UErrorCode& success)
57 DangiCalendar::DangiCalendar (const DangiCalendar& other)
62 DangiCalendar::~DangiCalendar()
67 DangiCalendar::clone() const
69 return new DangiCalendar(*this)
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DangiCalendar.java 14 * <code>DangiCalendar</code> is a concrete subclass of {@link Calendar}
21 public class DangiCalendar extends ChineseCalendar {
82 * Construct a <code>DangiCalendar</code> with the default time zone and locale.
88 public DangiCalendar() {
93 * Construct a <code>DangiCalendar</code> with the give date set in the default time zone
101 public DangiCalendar(Date date) {
107 * Construct a <code>DangiCalendar</code> based on the current time
116 public DangiCalendar(TimeZone zone, ULocale locale) {
  /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 65 milliseconds