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

  /external/icu/icu4c/source/i18n/
taiwncal.h 34 * <code>TaiwanCalendar</code> is a subclass of <code>GregorianCalendar</code>
45 class TaiwanCalendar : public GregorianCalendar {
49 * Useful constants for TaiwanCalendar. Only one Era.
58 * Constructs a TaiwanCalendar based on the current time in the default time zone
62 * @param success Indicates the status of TaiwanCalendar object construction.
66 TaiwanCalendar(const Locale& aLocale, UErrorCode& success);
73 virtual ~TaiwanCalendar();
80 TaiwanCalendar(const TaiwanCalendar& source);
87 TaiwanCalendar& operator=(const TaiwanCalendar& right)
    [all...]
taiwncal.cpp 29 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(TaiwanCalendar)
35 TaiwanCalendar::TaiwanCalendar(const Locale& aLocale, UErrorCode& success)
41 TaiwanCalendar::~TaiwanCalendar()
45 TaiwanCalendar::TaiwanCalendar(const TaiwanCalendar& source)
50 TaiwanCalendar& TaiwanCalendar::operator= ( const TaiwanCalendar& right
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
TaiwanCalendar.java 17 * <code>TaiwanCalendar</code> is a subclass of <code>GregorianCalendar</code>
27 * TaiwanCalendar usually should be instantiated using
38 public class TaiwanCalendar extends GregorianCalendar {
64 * Constructs a <code>TaiwanCalendar</code> using the current time
67 public TaiwanCalendar() {
72 * Constructs a <code>TaiwanCalendar</code> based on the current time
77 public TaiwanCalendar(TimeZone zone) {
82 * Constructs a <code>TaiwanCalendar</code> based on the current time
87 public TaiwanCalendar(Locale aLocale) {
92 * Constructs a <code>TaiwanCalendar</code> based on the current tim
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
TaiwanCalendar.java 16 * <code>TaiwanCalendar</code> is a subclass of <code>GregorianCalendar</code>
26 * TaiwanCalendar usually should be instantiated using
38 public class TaiwanCalendar extends GregorianCalendar {
66 * Constructs a <code>TaiwanCalendar</code> using the current time
70 public TaiwanCalendar() {
75 * Constructs a <code>TaiwanCalendar</code> based on the current time
81 public TaiwanCalendar(TimeZone zone) {
86 * Constructs a <code>TaiwanCalendar</code> based on the current time
92 public TaiwanCalendar(Locale aLocale) {
97 * Constructs a <code>TaiwanCalendar</code> based on the current tim
    [all...]
  /external/cldr/tools/java/libs/
icu4j.jar 

Completed in 234 milliseconds