Lines Matching refs:ucal

243 	int32_t result = (co->ucal->*func)(  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()
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()
451 co->ucal->set((UCalendarDateFields)arg1, (int32_t)arg2); in PHP_FUNCTION()
453 co->ucal->set((int32_t)arg1, (int32_t)arg2, (int32_t)arg3); in PHP_FUNCTION()
455 co->ucal->set((int32_t)arg1, (int32_t)arg2, (int32_t)arg3, (int32_t)arg4, (int32_t)arg5); in PHP_FUNCTION()
457 …co->ucal->set((int32_t)arg1, (int32_t)arg2, (int32_t)arg3, (int32_t)arg4, (int32_t)arg5, (int32_t)… in PHP_FUNCTION()
512 co->ucal->roll((UCalendarDateFields)field, (UBool)bool_variant_val, in PHP_FUNCTION()
515 co->ucal->roll((UCalendarDateFields)field, (int32_t)value, in PHP_FUNCTION()
539 co->ucal->clear(); in PHP_FUNCTION()
547 co->ucal->clear((UCalendarDateFields)field); in PHP_FUNCTION()
574 int32_t result = co->ucal->fieldDifference((UDate)when, in PHP_FUNCTION()
615 int32_t result = co->ucal->getDayOfWeekType( in PHP_FUNCTION()
637 int32_t result = co->ucal->getFirstDayOfWeek(CALENDAR_ERROR_CODE(co)); in PHP_FUNCTION()
670 int32_t result = (co->ucal->*func)((UCalendarDateFields)field); in _php_intlcal_field_ret_in32t_method()
708 Locale locale = co->ucal->getLocale((ULocDataLocaleType)locale_type, in PHP_FUNCTION()
735 uint8_t result = co->ucal->getMinimalDaysInFirstWeek(); in PHP_FUNCTION()
761 TimeZone *tz = co->ucal->getTimeZone().clone(); in PHP_FUNCTION()
784 RETURN_STRING(co->ucal->getType()); in PHP_FUNCTION()
808 int32_t res = co->ucal->getWeekendTransition((UCalendarDaysOfWeek)dow, in PHP_FUNCTION()
830 UBool ret = co->ucal->inDaylightTime(CALENDAR_ERROR_CODE(co)); 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()
899 RETURN_BOOL((int)co->ucal->isSet((UCalendarDateFields)field)); in PHP_FUNCTION()
919 RETURN_BOOL((int)co->ucal->isWeekend()); in PHP_FUNCTION()
921 UBool ret = co->ucal->isWeekend((UDate)date, CALENDAR_ERROR_CODE(co)); in PHP_FUNCTION()
950 co->ucal->setFirstDayOfWeek((UCalendarDaysOfWeek)dow); in PHP_FUNCTION()
969 co->ucal->setLenient((UBool) is_lenient); in PHP_FUNCTION()
995 co->ucal->setMinimalDaysInFirstWeek((uint8_t)num_days); in PHP_FUNCTION()
1016 if (other_co->ucal == NULL) { in PHP_FUNCTION()
1022 UBool result = co->ucal->equals(*other_co->ucal, CALENDAR_ERROR_CODE(co)); in PHP_FUNCTION()
1043 RETURN_LONG(co->ucal->getRepeatedWallTimeOption()); in PHP_FUNCTION()
1059 RETURN_LONG(co->ucal->getSkippedWallTimeOption()); in PHP_FUNCTION()
1082 co->ucal->setRepeatedWallTimeOption((UCalendarWallTimeOption)option); in PHP_FUNCTION()
1108 co->ucal->setSkippedWallTimeOption((UCalendarWallTimeOption)option); in PHP_FUNCTION()
1221 double date = co->ucal->getTime(CALENDAR_ERROR_CODE(co)) / 1000.; in PHP_FUNCTION()
1243 const TimeZone& tz = co->ucal->getTimeZone(); in PHP_FUNCTION()