Lines Matching refs:CALENDAR_ERROR_CODE
244 (UCalendarDateFields)field, CALENDAR_ERROR_CODE(co)); in _php_intlcal_field_uec_ret_in32t_method()
269 UDate result = co->ucal->getTime(CALENDAR_ERROR_CODE(co)); in PHP_FUNCTION()
290 co->ucal->setTime((UDate)time_arg, CALENDAR_ERROR_CODE(co)); in PHP_FUNCTION()
322 co->ucal->add((UCalendarDateFields)field, (int32_t)amount, CALENDAR_ERROR_CODE(co)); in PHP_FUNCTION()
385 UBool res = (co->ucal->*func)(*when_co->ucal, CALENDAR_ERROR_CODE(co)); in _php_intlcal_before_after()
514 CALENDAR_ERROR_CODE(co)); in PHP_FUNCTION()
517 CALENDAR_ERROR_CODE(co)); in PHP_FUNCTION()
596 (UCalendarDateFields)field, CALENDAR_ERROR_CODE(co)); in PHP_FUNCTION()
637 (UCalendarDaysOfWeek)dow, CALENDAR_ERROR_CODE(co)); in PHP_FUNCTION()
658 int32_t result = co->ucal->getFirstDayOfWeek(CALENDAR_ERROR_CODE(co)); in PHP_FUNCTION()
730 CALENDAR_ERROR_CODE(co)); in PHP_FUNCTION()
830 CALENDAR_ERROR_CODE(co)); in PHP_FUNCTION()
851 UBool ret = co->ucal->inDaylightTime(CALENDAR_ERROR_CODE(co)); in PHP_FUNCTION()
946 UBool ret = co->ucal->isWeekend((UDate)date, CALENDAR_ERROR_CODE(co)); in PHP_FUNCTION()
1047 UBool result = co->ucal->equals(*other_co->ucal, CALENDAR_ERROR_CODE(co)); in PHP_FUNCTION()
1249 double date = co->ucal->getTime(CALENDAR_ERROR_CODE(co)) / 1000.; in PHP_FUNCTION()
1329 RETURN_LONG((long)CALENDAR_ERROR_CODE(co)); in PHP_FUNCTION()