Home
last modified time | relevance | path

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

/PHP-7.4/ext/intl/calendar/
H A Dcalendar_methods.cpp843 Calendar_object *other_co; in PHP_FUNCTION() local
854 other_co = Z_INTL_CALENDAR_P(other_object); in PHP_FUNCTION()
855 if (other_co->ucal == NULL) { in PHP_FUNCTION()
863 RETURN_BOOL((int)co->ucal->isEquivalentTo(*other_co->ucal)); in PHP_FUNCTION()
1004 Calendar_object *other_co; in PHP_FUNCTION() local
1016 other_co = Z_INTL_CALENDAR_P(other_object); in PHP_FUNCTION()
1017 if (other_co->ucal == NULL) { in PHP_FUNCTION()
1023 UBool result = co->ucal->equals(*other_co->ucal, CALENDAR_ERROR_CODE(co)); in PHP_FUNCTION()

Completed in 8 milliseconds