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

/external/icu4c/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.h457 virtual UBool isEquivalentTo(const Calendar& other) const;
/external/icu4c/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.cpp103 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.cpp413 return ((Calendar*)cal1)->isEquivalentTo(*((Calendar*)cal2));
H A Dcalendar.cpp921 return isEquivalentTo(that) &&
927 Calendar::isEquivalentTo(const Calendar& other) const function in class:Calendar
/external/icu4c/test/intltest/
H A Dtzrulets.cpp1341 if (!a1->isEquivalentTo(*a2)) {
1344 if (a1->isEquivalentTo(*a3)) {
1347 if (!a1->isEquivalentTo(*a1)) {
1350 if (a1->isEquivalentTo(*t1)) {
1370 if (!i1->isEquivalentTo(*i2)) {
1373 if (i1->isEquivalentTo(*i3)) {
1376 if (i1->isEquivalentTo(*a1)) {
1480 // TimeArrayTimeZoneRule::isEquivalentTo
1481 if (!t1->isEquivalentTo(*t2)) {
1484 if (t1->isEquivalentTo(*t
[all...]
/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 ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 2894 milliseconds