Searched refs:other_co (Results 1 – 1 of 1) sorted by relevance
758 Calendar_object *other_co; in PHP_FUNCTION() local767 other_co = Z_INTL_CALENDAR_P(other_object); in PHP_FUNCTION()768 if (other_co->ucal == NULL) { in PHP_FUNCTION()775 RETURN_BOOL((int)co->ucal->isEquivalentTo(*other_co->ucal)); in PHP_FUNCTION()895 Calendar_object *other_co; in PHP_FUNCTION() local905 other_co = Z_INTL_CALENDAR_P(other_object); in PHP_FUNCTION()906 if (other_co->ucal == NULL) { in PHP_FUNCTION()911 UBool result = co->ucal->equals(*other_co->ucal, CALENDAR_ERROR_CODE(co)); in PHP_FUNCTION()
Completed in 19 milliseconds