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

  /external/icu/icu4c/source/i18n/
taiwncal.h 32 * <code>TaiwanCalendar</code> is a subclass of <code>GregorianCalendar</code>
43 class TaiwanCalendar : public GregorianCalendar {
47 * Useful constants for TaiwanCalendar. Only one Era.
56 * Constructs a TaiwanCalendar based on the current time in the default time zone
60 * @param success Indicates the status of TaiwanCalendar object construction.
64 TaiwanCalendar(const Locale& aLocale, UErrorCode& success);
71 virtual ~TaiwanCalendar();
78 TaiwanCalendar(const TaiwanCalendar& source);
85 TaiwanCalendar& operator=(const TaiwanCalendar& right)
    [all...]
taiwncal.cpp 27 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(TaiwanCalendar)
33 TaiwanCalendar::TaiwanCalendar(const Locale& aLocale, UErrorCode& success)
39 TaiwanCalendar::~TaiwanCalendar()
43 TaiwanCalendar::TaiwanCalendar(const TaiwanCalendar& source)
48 TaiwanCalendar& TaiwanCalendar::operator= ( const TaiwanCalendar& right
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
TaiwanCalendar.java 14 * <code>TaiwanCalendar</code> is a subclass of <code>GregorianCalendar</code>
24 * TaiwanCalendar usually should be instantiated using
36 public class TaiwanCalendar extends GregorianCalendar {
64 * Constructs a <code>TaiwanCalendar</code> using the current time
68 public TaiwanCalendar() {
73 * Constructs a <code>TaiwanCalendar</code> based on the current time
79 public TaiwanCalendar(TimeZone zone) {
84 * Constructs a <code>TaiwanCalendar</code> based on the current time
90 public TaiwanCalendar(Locale aLocale) {
95 * Constructs a <code>TaiwanCalendar</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 776 milliseconds