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

1 2

  /external/icu/android_icu4j/src/main/java/android/icu/util/
InitialTimeZoneRule.java 42 public boolean isEquivalentTo(TimeZoneRule other) {
44 return super.isEquivalentTo(other);
TimeArrayTimeZoneRule.java 128 public boolean isEquivalentTo(TimeZoneRule other) {
134 return super.isEquivalentTo(other);
TimeZoneRule.java 86 public boolean isEquivalentTo(TimeZoneRule other) {
AnnualTimeZoneRule.java 214 public boolean isEquivalentTo(TimeZoneRule other) {
222 return super.isEquivalentTo(other);
GregorianCalendar.java 522 public boolean isEquivalentTo(Calendar other) {
523 return super.isEquivalentTo(other) &&
    [all...]
RuleBasedTimeZone.java 239 if (!initialRule.isEquivalentTo(otherRBTZ.initialRule)) {
250 && finalRules[i].isEquivalentTo(otherRBTZ.finalRules[i])) {
268 if (rule.isEquivalentTo(orule)) {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
InitialTimeZoneRule.java 45 public boolean isEquivalentTo(TimeZoneRule other) {
47 return super.isEquivalentTo(other);
TimeArrayTimeZoneRule.java 136 public boolean isEquivalentTo(TimeZoneRule other) {
142 return super.isEquivalentTo(other);
TimeZoneRule.java 93 public boolean isEquivalentTo(TimeZoneRule other) {
AnnualTimeZoneRule.java 229 public boolean isEquivalentTo(TimeZoneRule other) {
237 return super.isEquivalentTo(other);
GregorianCalendar.java 540 public boolean isEquivalentTo(Calendar other) {
541 return super.isEquivalentTo(other) &&
    [all...]
RuleBasedTimeZone.java 257 if (!initialRule.isEquivalentTo(otherRBTZ.initialRule)) {
268 && finalRules[i].isEquivalentTo(otherRBTZ.finalRules[i])) {
286 if (rule.isEquivalentTo(orule)) {
  /cts/apps/CtsVerifier/include/colorchecker/
meteringtest.h 51 bool isEquivalentTo(const std::vector<Vec3f>* checkerColors1,
  /external/icu/icu4c/source/i18n/unicode/
tzrule.h 99 virtual UBool isEquivalentTo(const TimeZoneRule& other) const;
281 virtual UBool isEquivalentTo(const TimeZoneRule& that) const;
516 virtual UBool isEquivalentTo(const TimeZoneRule& that) const;
722 virtual UBool isEquivalentTo(const TimeZoneRule& that) const;
    [all...]
gregocal.h 351 virtual UBool isEquivalentTo(const Calendar& other) const;
  /external/icu/icu4c/source/i18n/
zrule.cpp 63 return ((TimeZoneRule*)rule1)->TimeZoneRule::isEquivalentTo(*(TimeZoneRule*)rule2);
114 return ((InitialTimeZoneRule*)rule1)->InitialTimeZoneRule::isEquivalentTo(*(InitialTimeZoneRule*)rule2);
tzrule.cpp 87 TimeZoneRule::isEquivalentTo(const TimeZoneRule& other) const {
136 InitialTimeZoneRule::isEquivalentTo(const TimeZoneRule& other) const {
140 if (typeid(*this) != typeid(other) || TimeZoneRule::isEquivalentTo(other) == FALSE) {
322 AnnualTimeZoneRule::isEquivalentTo(const TimeZoneRule& other) const {
326 if (typeid(*this) != typeid(other) || TimeZoneRule::isEquivalentTo(other) == FALSE) {
497 TimeArrayTimeZoneRule::isEquivalentTo(const TimeZoneRule& other) const {
501 if (typeid(*this) != typeid(other) || TimeZoneRule::isEquivalentTo(other) == FALSE) {
gregocal.cpp 312 UBool GregorianCalendar::isEquivalentTo(const Calendar& other) const
315 return Calendar::isEquivalentTo(other) &&
    [all...]
  /external/grpc-grpc-java/core/src/main/java/io/grpc/util/
RoundRobinLoadBalancerFactory.java 264 if (state != currentState || !picker.isEquivalentTo(currentPicker)) {
405 abstract boolean isEquivalentTo(RoundRobinPicker picker);
460 boolean isEquivalentTo(RoundRobinPicker picker) {
487 boolean isEquivalentTo(RoundRobinPicker picker) {
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
TimeZoneRuleTest.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
TimeZoneRuleTest.java     [all...]
  /external/grpc-grpc-java/core/src/test/java/io/grpc/util/
RoundRobinLoadBalancerTest.java     [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/
CalendarTest.java 245 * Test method for 'com.ibm.icu.util.Calendar.isEquivalentTo(Calendar)'
251 assertTrue(cal.isEquivalentTo(cal2));
254 assertFalse(cal.isEquivalentTo(cal2));
  /external/icu/icu4c/source/test/intltest/
tzrulets.cpp     [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/
Calendar.java     [all...]

Completed in 3702 milliseconds

1 2