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

  /external/icu/icu4c/source/common/
dtintrv.cpp 18 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(DateInterval)
20 //DateInterval::DateInterval(){}
23 DateInterval::DateInterval(UDate from, UDate to)
29 DateInterval::~DateInterval(){}
32 DateInterval::DateInterval(const DateInterval& other
    [all...]
  /external/icu/icu4c/source/common/unicode/
dtintrv.h 32 class U_COMMON_API DateInterval : public UObject {
36 * Construct a DateInterval given a from date and a to date.
41 DateInterval(UDate fromDate, UDate toDate);
47 virtual ~DateInterval();
51 * @return the from date in dateInterval.
58 * @return the to date in dateInterval.
95 DateInterval(const DateInterval& other);
101 DateInterval& operator=(const DateInterval&)
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DateInterval.java 18 public final class DateInterval implements Serializable {
31 public DateInterval(long from, long to)
39 * @return the from date in dateInterval.
49 * @return the to date in dateInterval.
62 if ( a instanceof DateInterval ) {
63 DateInterval di = (DateInterval)a;
85 } // end class DateInterval
  /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 536 milliseconds