Searched refs:isEquivalentTo (Results 1 - 25 of 31) sorted by relevance

12

/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dtzrule.h97 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;
H A Dgregocal.h349 virtual UBool isEquivalentTo(const Calendar& other) const;
H A Dcalendar.h488 virtual UBool isEquivalentTo(const Calendar& other) const;
/external/icu/icu4c/source/i18n/unicode/
H A Dtzrule.h97 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;
H A Dgregocal.h349 virtual UBool isEquivalentTo(const Calendar& other) const;
H A Dcalendar.h488 virtual UBool isEquivalentTo(const Calendar& other) const;
/external/chromium_org/third_party/icu/source/i18n/
H A Dzrule.cpp61 return ((TimeZoneRule*)rule1)->TimeZoneRule::isEquivalentTo(*(TimeZoneRule*)rule2);
112 return ((InitialTimeZoneRule*)rule1)->InitialTimeZoneRule::isEquivalentTo(*(InitialTimeZoneRule*)rule2);
H A Dtzrule.cpp85 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) {
H A Ddtitvfmt.cpp201 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) ) {
H A Ddatefmt.cpp104 fCalendar&&(fCalendar->isEquivalentTo(*fmt->fCalendar)) &&
H A Dgregocal.cpp310 UBool GregorianCalendar::isEquivalentTo(const Calendar& other) const function in class:GregorianCalendar
313 return Calendar::isEquivalentTo(other) &&
H A Ducal.cpp437 return ((Calendar*)cal1)->isEquivalentTo(*((Calendar*)cal2));
H A Dcalendar.cpp954 return isEquivalentTo(that) &&
960 Calendar::isEquivalentTo(const Calendar& other) const function in class:Calendar
/external/icu/icu4c/source/i18n/
H A Dzrule.cpp61 return ((TimeZoneRule*)rule1)->TimeZoneRule::isEquivalentTo(*(TimeZoneRule*)rule2);
112 return ((InitialTimeZoneRule*)rule1)->InitialTimeZoneRule::isEquivalentTo(*(InitialTimeZoneRule*)rule2);
H A Dtzrule.cpp85 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) {
H A Ddtitvfmt.cpp201 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) ) {
H A Ddatefmt.cpp108 fCalendar&&(fCalendar->isEquivalentTo(*fmt->fCalendar)) &&
H A Dgregocal.cpp310 UBool GregorianCalendar::isEquivalentTo(const Calendar& other) const function in class:GregorianCalendar
313 return Calendar::isEquivalentTo(other) &&
H A Ducal.cpp437 return ((Calendar*)cal1)->isEquivalentTo(*((Calendar*)cal2));
H A Dcalendar.cpp954 return isEquivalentTo(that) &&
960 Calendar::isEquivalentTo(const Calendar& other) const function in class:Calendar
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtzrulets.cpp1342 if (!a1->isEquivalentTo(*a2)) {
1345 if (a1->isEquivalentTo(*a3)) {
1348 if (!a1->isEquivalentTo(*a1)) {
1351 if (a1->isEquivalentTo(*t1)) {
1371 if (!i1->isEquivalentTo(*i2)) {
1374 if (i1->isEquivalentTo(*i3)) {
1377 if (i1->isEquivalentTo(*a1)) {
1481 // TimeArrayTimeZoneRule::isEquivalentTo
1482 if (!t1->isEquivalentTo(*t2)) {
1485 if (t1->isEquivalentTo(*t
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dtzrulets.cpp1340 if (!a1->isEquivalentTo(*a2)) {
1343 if (a1->isEquivalentTo(*a3)) {
1346 if (!a1->isEquivalentTo(*a1)) {
1349 if (a1->isEquivalentTo(*t1)) {
1369 if (!i1->isEquivalentTo(*i2)) {
1372 if (i1->isEquivalentTo(*i3)) {
1375 if (i1->isEquivalentTo(*a1)) {
1479 // TimeArrayTimeZoneRule::isEquivalentTo
1480 if (!t1->isEquivalentTo(*t2)) {
1483 if (t1->isEquivalentTo(*t
[all...]
H A Dcaltest.cpp2438 UBool isEquivalentTo(const Calendar& cal, UErrorCode& status) const;
2497 CalFields::isEquivalentTo(const Calendar& cal, UErrorCode& status) const { function in class:CalFields
3158 if (!AAZTDATA[i].expected.isEquivalentTo(cal, status)) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.common_3.6.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 4878 milliseconds

12