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

1 2

  /cts/apps/CtsVerifier/include/colorchecker/
meteringtest.h 51 bool isEquivalentTo(const std::vector<Vec3f>* checkerColors1,
  /cts/apps/CtsVerifier/lib/colorchecker/
meteringtest.cpp 44 isEquivalentTo((&mCheckerColors[i * 2]),
83 bool MeteringTest::isEquivalentTo(
  /external/chromium_org/third_party/icu/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;
    [all...]
calendar.h 457 virtual UBool isEquivalentTo(const Calendar& other) const;
    [all...]
  /external/icu4c/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;
    [all...]
calendar.h 488 virtual UBool isEquivalentTo(const Calendar& other) const;
    [all...]
  /external/chromium_org/third_party/icu/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 103 fCalendar&&(fCalendar->isEquivalentTo(*fmt->fCalendar)) &&
gregocal.cpp 310 UBool GregorianCalendar::isEquivalentTo(const Calendar& other) const
313 return Calendar::isEquivalentTo(other) &&
    [all...]
ucal.cpp 388 return ((Calendar*)cal1)->isEquivalentTo(*((Calendar*)cal2));
calendar.cpp 904 return isEquivalentTo(that) &&
910 Calendar::isEquivalentTo(const Calendar& other) const
    [all...]
  /external/icu4c/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 103 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 952 return isEquivalentTo(that) &&
958 Calendar::isEquivalentTo(const Calendar& other) const
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
tzrulets.cpp     [all...]
  /external/icu4c/test/intltest/
tzrulets.cpp     [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 

Completed in 3254 milliseconds

1 2