Home
last modified time | relevance | path

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

/PHP-5.5/ext/intl/calendar/
H A Dcalendar_methods.cpp861 Calendar_object *other_co; in PHP_FUNCTION() local
872 other_co = (Calendar_object*)zend_object_store_get_object(other_object TSRMLS_CC); in PHP_FUNCTION()
873 if (other_co->ucal == NULL) { in PHP_FUNCTION()
881 RETURN_BOOL((int)co->ucal->isEquivalentTo(*other_co->ucal)); in PHP_FUNCTION()
1028 Calendar_object *other_co; in PHP_FUNCTION() local
1040 other_co = (Calendar_object *) zend_object_store_get_object(other_object TSRMLS_CC); in PHP_FUNCTION()
1041 if (other_co->ucal == NULL) { in PHP_FUNCTION()
1047 UBool result = co->ucal->equals(*other_co->ucal, CALENDAR_ERROR_CODE(co)); in PHP_FUNCTION()

Completed in 7 milliseconds