HomeSort by relevance Sort by last modified time
    Searched refs:isEquivalentTo (Results 1 - 25 of 46) sorted by null

1 2

  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
InitialTimeZoneRule.java 42 public boolean isEquivalentTo(TimeZoneRule other) {
44 return super.isEquivalentTo(other);
TimeArrayTimeZoneRule.java 129 public boolean isEquivalentTo(TimeZoneRule other) {
135 return super.isEquivalentTo(other);
TimeZoneRule.java 91 public boolean isEquivalentTo(TimeZoneRule other) {
AnnualTimeZoneRule.java 222 public boolean isEquivalentTo(TimeZoneRule other) {
230 return super.isEquivalentTo(other);
GregorianCalendar.java 538 public boolean isEquivalentTo(Calendar other) {
539 return super.isEquivalentTo(other) &&
    [all...]
RuleBasedTimeZone.java 255 if (!initialRule.isEquivalentTo(otherRBTZ.initialRule)) {
266 && finalRules[i].isEquivalentTo(otherRBTZ.finalRules[i])) {
284 if (rule.isEquivalentTo(orule)) {
Calendar.java     [all...]
  /cts/apps/CtsVerifier/include/colorchecker/
meteringtest.h 51 bool isEquivalentTo(const std::vector<Vec3f>* checkerColors1,
  /external/icu/icu4c/source/i18n/unicode/
tzrule.h 97 virtual UBool isEquivalentTo(const TimeZoneRule& other) const;
279 virtual UBool isEquivalentTo(const TimeZoneRule& that) const;
514 virtual UBool isEquivalentTo(const TimeZoneRule& that) const;
720 virtual UBool isEquivalentTo(const TimeZoneRule& that) const;
    [all...]
gregocal.h 349 virtual UBool isEquivalentTo(const Calendar& other) const;
calendar.h 488 virtual UBool isEquivalentTo(const Calendar& other) const;
    [all...]
  /external/icu/icu4c/source/i18n/
zrule.cpp 61 return ((TimeZoneRule*)rule1)->TimeZoneRule::isEquivalentTo(*(TimeZoneRule*)rule2);
112 return ((InitialTimeZoneRule*)rule1)->InitialTimeZoneRule::isEquivalentTo(*(InitialTimeZoneRule*)rule2);
tzrule.cpp 85 TimeZoneRule::isEquivalentTo(const TimeZoneRule& other) const {
134 InitialTimeZoneRule::isEquivalentTo(const TimeZoneRule& other) const {
138 if (typeid(*this) != typeid(other) || TimeZoneRule::isEquivalentTo(other) == FALSE) {
320 AnnualTimeZoneRule::isEquivalentTo(const TimeZoneRule& other) const {
324 if (typeid(*this) != typeid(other) || TimeZoneRule::isEquivalentTo(other) == FALSE) {
495 TimeArrayTimeZoneRule::isEquivalentTo(const TimeZoneRule& other) const {
499 if (typeid(*this) != typeid(other) || TimeZoneRule::isEquivalentTo(other) == FALSE) {
dtitvfmt.cpp 201 equal = fFromCalendar->isEquivalentTo(*fmt->fFromCalendar) ;
202 equal = fToCalendar->isEquivalentTo(*fmt->fToCalendar) ;
213 fFromCalendar->isEquivalentTo(*fmt->fFromCalendar) &&
215 fToCalendar->isEquivalentTo(*fmt->fToCalendar) &&
289 if ( !fromCalendar.isEquivalentTo(toCalendar) ) {
    [all...]
datefmt.cpp 108 fCalendar&&(fCalendar->isEquivalentTo(*fmt->fCalendar)) &&
gregocal.cpp 310 UBool GregorianCalendar::isEquivalentTo(const Calendar& other) const
313 return Calendar::isEquivalentTo(other) &&
    [all...]
ucal.cpp 437 return ((Calendar*)cal1)->isEquivalentTo(*((Calendar*)cal2));
calendar.cpp 1017 return isEquivalentTo(that) &&
1023 Calendar::isEquivalentTo(const Calendar& other) const
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
TimeZoneRuleTest.java     [all...]
  /external/icu/icu4c/source/test/intltest/
tzrulets.cpp     [all...]
caltest.cpp     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DateFormat.java     [all...]
DateIntervalFormat.java 670 if ( !fromCalendar.isEquivalentTo(toCalendar) ) {
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
IBMCalendarTest.java     [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 

Completed in 219 milliseconds

1 2