Home
last modified time | relevance | path

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

/PHP-7.2/ext/intl/calendar/
H A Dcalendar_methods.cpp243 int32_t result = (co->ucal->*func)( in _php_intlcal_field_uec_ret_in32t_method()
353 co->ucal->adoptTimeZone(timeZone); in PHP_FUNCTION()
378 if (when_co->ucal == NULL) { in _php_intlcal_before_after()
384 UBool res = (co->ucal->*func)(*when_co->ucal, CALENDAR_ERROR_CODE(co)); in _php_intlcal_before_after()
539 co->ucal->clear(); in PHP_FUNCTION()
784 RETURN_STRING(co->ucal->getType()); in PHP_FUNCTION()
852 if (other_co->ucal == NULL) { in PHP_FUNCTION()
860 RETURN_BOOL((int)co->ucal->isEquivalentTo(*other_co->ucal)); in PHP_FUNCTION()
876 RETURN_BOOL((int)co->ucal->isLenient()); in PHP_FUNCTION()
1016 if (other_co->ucal == NULL) { in PHP_FUNCTION()
[all …]
H A Dcalendar_class.cpp64 return co->ucal; in calendar_fetch_native_calendar()
73 assert(co->ucal == NULL); in calendar_object_construct()
74 co->ucal = (Calendar*)calendar; in calendar_object_construct()
93 if (co_orig->ucal != NULL) { in Calendar_clone_obj()
96 newCalendar = co_orig->ucal->clone(); in Calendar_clone_obj()
107 co_new->ucal = newCalendar; in Calendar_clone_obj()
161 cal = co->ucal; in Calendar_get_debug_info()
230 co->ucal = NULL; in calendar_object_init()
239 if (co->ucal) { in Calendar_objects_free()
240 delete co->ucal; in Calendar_objects_free()
[all …]
H A Dcalendar_class.h36 Calendar* ucal; member
56 if (co->ucal == NULL) \
H A Dgregoriancalendar_methods.cpp38 return (GregorianCalendar*)co->ucal; in fetch_greg()
205 co->ucal = gcal; in _php_intlgregcal_constructor_body()
/PHP-7.2/ext/intl/common/
H A Dcommon_date.cpp209 if (co->ucal == NULL) {
217 rv = (double)co->ucal->getTime(status);
/PHP-7.2/ext/intl/
H A DERROR.CONVENTIONS42 Calendar* ucal;

Completed in 21 milliseconds