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

/PHP_TRUNK/ext/intl/calendar/
H A Dcalendar_methods.cpp862 Calendar_object *other_co; local
873 other_co = (Calendar_object*)zend_object_store_get_object(other_object TSRMLS_CC);
874 if (other_co->ucal == NULL) {
882 RETURN_BOOL((int)co->ucal->isEquivalentTo(*other_co->ucal));
1003 Calendar_object *other_co; local
1015 other_co = (Calendar_object *) zend_object_store_get_object(other_object TSRMLS_CC);
1016 if (other_co->ucal == NULL) {
1022 UBool result = co->ucal->equals(*other_co->ucal, CALENDAR_ERROR_CODE(co));

Completed in 4 milliseconds