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

  /external/icu/icu4c/source/i18n/
buddhcal.h 33 * <code>BuddhistCalendar</code> is a subclass of <code>GregorianCalendar</code>
49 class BuddhistCalendar : public GregorianCalendar {
53 * Useful constants for BuddhistCalendar. Only one Era.
61 * Constructs a BuddhistCalendar based on the current time in the default time zone
65 * @param success Indicates the status of BuddhistCalendar object construction.
69 BuddhistCalendar(const Locale& aLocale, UErrorCode& success);
76 virtual ~BuddhistCalendar();
83 BuddhistCalendar(const BuddhistCalendar& source);
90 BuddhistCalendar& operator=(const BuddhistCalendar& right)
    [all...]
buddhcal.cpp 27 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(BuddhistCalendar)
35 BuddhistCalendar::BuddhistCalendar(const Locale& aLocale, UErrorCode& success)
41 BuddhistCalendar::~BuddhistCalendar()
45 BuddhistCalendar::BuddhistCalendar(const BuddhistCalendar& source)
50 BuddhistCalendar& BuddhistCalendar::operator= ( const BuddhistCalendar& right
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
BuddhistCalendar.java 17 * <code>BuddhistCalendar</code> is a subclass of <code>GregorianCalendar</code>
33 * BuddhistCalendar usually should be instantiated using
43 public class BuddhistCalendar extends GregorianCalendar {
60 * Constructs a <code>BuddhistCalendar</code> using the current time
63 public BuddhistCalendar() {
68 * Constructs a <code>BuddhistCalendar</code> based on the current time
73 public BuddhistCalendar(TimeZone zone) {
78 * Constructs a <code>BuddhistCalendar</code> based on the current time
83 public BuddhistCalendar(Locale aLocale) {
88 * Constructs a <code>BuddhistCalendar</code> based on the current tim
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
BuddhistCalendar.java 16 * <code>BuddhistCalendar</code> is a subclass of <code>GregorianCalendar</code>
32 * BuddhistCalendar usually should be instantiated using
43 public class BuddhistCalendar extends GregorianCalendar {
61 * Constructs a <code>BuddhistCalendar</code> using the current time
65 public BuddhistCalendar() {
70 * Constructs a <code>BuddhistCalendar</code> based on the current time
76 public BuddhistCalendar(TimeZone zone) {
81 * Constructs a <code>BuddhistCalendar</code> based on the current time
87 public BuddhistCalendar(Locale aLocale) {
92 * Constructs a <code>BuddhistCalendar</code> based on the current tim
    [all...]
  /external/cldr/tools/java/libs/
icu4j.jar 

Completed in 344 milliseconds