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

  /external/icu4c/i18n/
chnsecal.cpp 12 * 9/18/2007 ajmacher ported from java ChineseCalendar
108 // Implementation of the ChineseCalendar class
116 Calendar* ChineseCalendar::clone() const {
117 return new ChineseCalendar(*this);
120 ChineseCalendar::ChineseCalendar(const Locale& aLocale, UErrorCode& success)
129 ChineseCalendar::ChineseCalendar(const Locale& aLocale, int32_t epochYear,
139 ChineseCalendar::ChineseCalendar(const ChineseCalendar& other) : Calendar(other)
    [all...]
dangical.h 34 class DangiCalendar : public ChineseCalendar {
chnsecal.h 12 * 9/18/2007 ajmacher ported from java ChineseCalendar
29 * <code>ChineseCalendar</code> is a concrete subclass of {@link Calendar}
65 * <p>Because <code>ChineseCalendar</code> defines an additional field and
88 * ChineseCalendar usually should be instantiated using
97 class U_I18N_API ChineseCalendar : public Calendar {
104 * Constructs a ChineseCalendar based on the current time in the default time zone
108 * @param success Indicates the status of ChineseCalendar object construction.
112 ChineseCalendar(const Locale& aLocale, UErrorCode &success);
117 * Constructs a ChineseCalendar based on the current time in the default time zone
125 * @param success Indicates the status of ChineseCalendar object construction
    [all...]
dangical.cpp 53 : ChineseCalendar(aLocale, DANGI_EPOCH_YEAR, getDangiCalZoneAstroCalc(), success)
58 : ChineseCalendar(other)
calendar.cpp 328 cal = new ChineseCalendar(loc, status);
    [all...]
  /external/chromium_org/third_party/icu/source/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/chromium_org/third_party/icu/source/test/intltest/
uobjtest.cpp 371 TESTCLASSID_FACTORY(ChineseCalendar, Calendar::createInstance(Locale("@calendar=chinese"), status));
  /external/icu4c/test/intltest/
uobjtest.cpp 383 TESTCLASSID_FACTORY(ChineseCalendar, Calendar::createInstance(Locale("@calendar=chinese"), status));
  /external/chromium_org/third_party/icu/source/common/unicode/
urename.h     [all...]
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /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 

Completed in 305 milliseconds