Searched refs:ucal (Results 1 – 6 of 6) sorted by relevance
243 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 …]
64 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 …]
36 Calendar* ucal; member56 if (co->ucal == NULL) \
38 return (GregorianCalendar*)co->ucal; in fetch_greg()205 co->ucal = gcal; in _php_intlgregcal_constructor_body()
215 if (co->ucal == NULL) {223 rv = (double)co->ucal->getTime(status);
42 Calendar* ucal;
Completed in 17 milliseconds