/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;
|
calendar.h | 488 virtual UBool isEquivalentTo(const Calendar& other) const; [all...] |
/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/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 | 104 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 | 954 return isEquivalentTo(that) && 960 Calendar::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 | 954 return isEquivalentTo(that) && 960 Calendar::isEquivalentTo(const Calendar& other) const [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
tzrulets.cpp | [all...] |
/external/icu/icu4c/source/test/intltest/ |
tzrulets.cpp | [all...] |
caltest.cpp | [all...] |