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

  /external/icu/icu4c/source/i18n/
chnsecal.h 14 * 9/18/2007 ajmacher ported from java ChineseCalendar
31 * <code>ChineseCalendar</code> is a concrete subclass of {@link Calendar}
67 * <p>Because <code>ChineseCalendar</code> defines an additional field and
90 * ChineseCalendar usually should be instantiated using
99 class U_I18N_API ChineseCalendar : public Calendar {
106 * Constructs a ChineseCalendar based on the current time in the default time zone
110 * @param success Indicates the status of ChineseCalendar object construction.
114 ChineseCalendar(const Locale& aLocale, UErrorCode &success);
119 * Constructs a ChineseCalendar based on the current time in the default time zone
127 * @param success Indicates the status of ChineseCalendar object construction
    [all...]
chnsecal.cpp 14 * 9/18/2007 ajmacher ported from java ChineseCalendar
113 // Implementation of the ChineseCalendar class
121 Calendar* ChineseCalendar::clone() const {
122 return new ChineseCalendar(*this);
125 ChineseCalendar::ChineseCalendar(const Locale& aLocale, UErrorCode& success)
134 ChineseCalendar::ChineseCalendar(const Locale& aLocale, int32_t epochYear,
144 ChineseCalendar::ChineseCalendar(const ChineseCalendar& other) : Calendar(other)
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
ChineseCalendar.java 23 * <code>ChineseCalendar</code> is a concrete subclass of {@link Calendar}
55 * <p>Because <code>ChineseCalendar</code> defines an additional field and
78 * ChineseCalendar usually should be instantiated using
85 public class ChineseCalendar extends Calendar {
104 // usage will be to have one instance of ChineseCalendar at a time.
147 * Construct a <code>ChineseCalendar</code> with the default time zone and locale.
149 public ChineseCalendar() {
154 * Construct a <code>ChineseCalendar</code> with the give date set in the default time zone
158 public ChineseCalendar(Date date) {
164 * Constructs a <code>ChineseCalendar</code> with the given date se
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
ChineseCalendar.java 22 * <code>ChineseCalendar</code> is a concrete subclass of {@link Calendar}
54 * <p>Because <code>ChineseCalendar</code> defines an additional field and
77 * ChineseCalendar usually should be instantiated using
85 public class ChineseCalendar extends Calendar {
104 // usage will be to have one instance of ChineseCalendar at a time.
147 * Construct a <code>ChineseCalendar</code> with the default time zone and locale.
150 public ChineseCalendar() {
155 * Construct a <code>ChineseCalendar</code> with the give date set in the default time zone
160 public ChineseCalendar(Date date) {
166 * Constructs a <code>ChineseCalendar</code> with the given date se
    [all...]
  /external/cldr/tools/java/libs/
icu4j.jar 

Completed in 956 milliseconds