Home
last modified time | relevance | path

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

/PHP-5.5/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()
379 if (when_co->ucal == NULL) { in _php_intlcal_before_after()
385 UBool res = (co->ucal->*func)(*when_co->ucal, CALENDAR_ERROR_CODE(co)); in _php_intlcal_before_after()
566 co->ucal->clear(); in PHP_FUNCTION()
805 RETURN_STRING(co->ucal->getType(), 1); 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()
897 RETURN_BOOL((int)co->ucal->isLenient()); in PHP_FUNCTION()
1041 if (other_co->ucal == NULL) { in PHP_FUNCTION()
[all …]
H A Dcalendar_class.h38 Calendar* ucal; member
51 if (co->ucal == NULL) \
H A Dcalendar_class.cpp65 return co->ucal; in calendar_fetch_native_calendar()
74 assert(co->ucal == NULL); in calendar_object_construct()
75 co->ucal = (Calendar*)calendar; in calendar_object_construct()
95 if (co_orig->ucal != NULL) { in Calendar_clone_obj()
98 newCalendar = co_orig->ucal->clone(); in Calendar_clone_obj()
109 co_new->ucal = newCalendar; in Calendar_clone_obj()
161 cal = co->ucal; in Calendar_get_debug_info()
229 co->ucal = NULL; in calendar_object_init()
246 if (co->ucal) { in Calendar_objects_free()
247 delete co->ucal; in Calendar_objects_free()
[all …]
H A Dgregoriancalendar_methods.cpp36 return (GregorianCalendar*)co->ucal; in fetch_greg()
163 co->ucal = gcal; in _php_intlgregcal_constructor_body()
/PHP-5.5/ext/intl/common/
H A Dcommon_date.cpp215 if (co->ucal == NULL) {
223 rv = (double)co->ucal->getTime(status);
/PHP-5.5/ext/intl/
H A DERROR.CONVENTIONS42 Calendar* ucal;

Completed in 13 milliseconds