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

  /external/icu4c/i18n/
chnsecal.cpp 12 * 9/18/2007 ajmacher ported from java ChineseCalendar
101 // Implementation of the ChineseCalendar class
109 Calendar* ChineseCalendar::clone() const {
110 return new ChineseCalendar(*this);
113 ChineseCalendar::ChineseCalendar(const Locale& aLocale, UErrorCode& success)
120 ChineseCalendar::ChineseCalendar(const ChineseCalendar& other) : Calendar(other) {
124 ChineseCalendar::~ChineseCalendar(
    [all...]
chnsecal.h 12 * 9/18/2007 ajmacher ported from java ChineseCalendar
28 * <code>ChineseCalendar</code> is a concrete subclass of {@link Calendar}
64 * <p>Because <code>ChineseCalendar</code> defines an additional field and
87 * ChineseCalendar usually should be instantiated using
96 class ChineseCalendar : public Calendar {
103 * Constructs an ChineseCalendar based on the current time in the default time zone
107 * @param success Indicates the status of ChineseCalendar object construction.
111 ChineseCalendar(const Locale& aLocale, UErrorCode &success);
117 ChineseCalendar(const ChineseCalendar& other)
    [all...]
calendar.cpp 313 cal = new ChineseCalendar(loc, status);
    [all...]
  /external/icu4c/test/intltest/
uobjtest.cpp 371 TESTCLASSID_FACTORY(ChineseCalendar, Calendar::createInstance(Locale("@calendar=chinese"), status));
  /external/icu4c/common/unicode/
urename.h     [all...]

Completed in 209 milliseconds