Lines Matching refs:ucal

232 	int32_t result = (co->ucal->*func)(  in _php_intlcal_field_uec_ret_in32t_method()
256 UDate result = co->ucal->getTime(CALENDAR_ERROR_CODE(co)); in PHP_FUNCTION()
275 co->ucal->setTime((UDate)time_arg, CALENDAR_ERROR_CODE(co)); in PHP_FUNCTION()
297 co->ucal->add((UCalendarDateFields)field, (int32_t)amount, CALENDAR_ERROR_CODE(co)); in PHP_FUNCTION()
326 co->ucal->adoptTimeZone(timeZone); in PHP_FUNCTION()
349 if (when_co->ucal == NULL) { in _php_intlcal_before_after()
354 UBool res = (co->ucal->*func)(*when_co->ucal, CALENDAR_ERROR_CODE(co)); in _php_intlcal_before_after()
396 co->ucal->set((UCalendarDateFields)args[0], (int32_t)args[1]); in PHP_FUNCTION()
398 co->ucal->set((int32_t)args[0], (int32_t)args[1], (int32_t)args[2]); in PHP_FUNCTION()
403 …co->ucal->set((int32_t)args[0], (int32_t)args[1], (int32_t)args[2], (int32_t)args[3], (int32_t)arg… in PHP_FUNCTION()
405 …co->ucal->set((int32_t)args[0], (int32_t)args[1], (int32_t)args[2], (int32_t)args[3], (int32_t)arg… in PHP_FUNCTION()
433 co->ucal->roll((UCalendarDateFields)field, (int32_t)value, CALENDAR_ERROR_CODE(co)); in PHP_FUNCTION()
454 co->ucal->clear(); in PHP_FUNCTION()
458 co->ucal->clear((UCalendarDateFields)field); in PHP_FUNCTION()
479 int32_t result = co->ucal->fieldDifference((UDate)when, in PHP_FUNCTION()
513 int32_t result = co->ucal->getDayOfWeekType( in PHP_FUNCTION()
532 int32_t result = co->ucal->getFirstDayOfWeek(CALENDAR_ERROR_CODE(co)); in PHP_FUNCTION()
555 int32_t result = (co->ucal->*func)((UCalendarDateFields)field); in _php_intlcal_field_ret_in32t_method()
590 Locale locale = co->ucal->getLocale((ULocDataLocaleType)locale_type, in PHP_FUNCTION()
615 uint8_t result = co->ucal->getMinimalDaysInFirstWeek(); in PHP_FUNCTION()
639 TimeZone *tz = co->ucal->getTimeZone().clone(); in PHP_FUNCTION()
660 RETURN_STRING(co->ucal->getType()); in PHP_FUNCTION()
677 int32_t res = co->ucal->getWeekendTransition((UCalendarDaysOfWeek)dow, in PHP_FUNCTION()
696 UBool ret = co->ucal->inDaylightTime(CALENDAR_ERROR_CODE(co)); in PHP_FUNCTION()
716 if (other_co->ucal == NULL) { in PHP_FUNCTION()
723 RETURN_BOOL((int)co->ucal->isEquivalentTo(*other_co->ucal)); in PHP_FUNCTION()
737 RETURN_BOOL((int)co->ucal->isLenient()); in PHP_FUNCTION()
754 RETURN_BOOL((int)co->ucal->isSet((UCalendarDateFields)field)); in PHP_FUNCTION()
771 RETURN_BOOL((int)co->ucal->isWeekend()); in PHP_FUNCTION()
773 UBool ret = co->ucal->isWeekend((UDate)date, CALENDAR_ERROR_CODE(co)); in PHP_FUNCTION()
795 co->ucal->setFirstDayOfWeek((UCalendarDaysOfWeek)dow); in PHP_FUNCTION()
812 co->ucal->setLenient((UBool) is_lenient); in PHP_FUNCTION()
835 co->ucal->setMinimalDaysInFirstWeek((uint8_t)num_days); in PHP_FUNCTION()
854 if (other_co->ucal == NULL) { in PHP_FUNCTION()
859 UBool result = co->ucal->equals(*other_co->ucal, CALENDAR_ERROR_CODE(co)); in PHP_FUNCTION()
876 RETURN_LONG(co->ucal->getRepeatedWallTimeOption()); in PHP_FUNCTION()
890 RETURN_LONG(co->ucal->getSkippedWallTimeOption()); in PHP_FUNCTION()
911 co->ucal->setRepeatedWallTimeOption((UCalendarWallTimeOption)option); in PHP_FUNCTION()
935 co->ucal->setSkippedWallTimeOption((UCalendarWallTimeOption)option); in PHP_FUNCTION()
1040 double date = co->ucal->getTime(CALENDAR_ERROR_CODE(co)) / 1000.; in PHP_FUNCTION()
1062 const TimeZone& tz = co->ucal->getTimeZone(); in PHP_FUNCTION()