Lines Matching refs:body

74 …e DUMP_ICU_CAL_MSG(x) {debug_cal_loc(__FILE__,__LINE__);debug_cal_msg x;debug_icu_cal_dump(*body);}
114 …DUMP_I18N_CAL_MSG(x) {debug_cal_loc(__FILE__,__LINE__);debug_cal_msg x;debug_i18n_cal_dump(*body);}
167 body = icu::Calendar::createInstance( aIcuLocale, status = U_ZERO_ERROR); in init()
168 if (!body || !U_SUCCESS(status)) throw ERROR; in init()
173 loc = body->getLocale( ULOC_ACTUAL_LOCALE, status = U_ZERO_ERROR); in init()
175 loc = body->getLocale( ULOC_VALID_LOCALE, status = U_ZERO_ERROR); in init()
185 delete body; in ~Calendar_gregorian()
296 body->setTime(timeInDays * U_MILLIS_PER_DAY, status = U_ZERO_ERROR); in setDateTime()
309 double r = body->getTime(status = U_ZERO_ERROR); in getDateTime()
435 body->set(fieldNameConverter(fieldIndex), fieldSetValue[fieldIndex]); in submitFields()
447 body->set( fieldNameConverter( CalendarFieldIndex::ZONE_OFFSET), nZoneOffset); in submitFields()
449 body->set( fieldNameConverter( CalendarFieldIndex::DST_OFFSET), nDSTOffset); in submitFields()
459 body->set( UCAL_YEAR, nYear); in submitValues()
461 body->set( UCAL_MONTH, nMonth); in submitValues()
463 body->set( UCAL_DATE, nDay); in submitValues()
465 body->set( UCAL_HOUR_OF_DAY, nHour); in submitValues()
467 body->set( UCAL_MINUTE, nMinute); in submitValues()
469 body->set( UCAL_SECOND, nSecond); in submitValues()
471 body->set( UCAL_MILLISECOND, nMilliSecond); in submitValues()
473 body->set( UCAL_ZONE_OFFSET, nZone); in submitValues()
475 body->set( UCAL_DST_OFFSET, nDST); in submitValues()
536 nYear = body->get( UCAL_YEAR, status = U_ZERO_ERROR); in setValue()
542 nMonth = body->get( UCAL_MONTH, status = U_ZERO_ERROR); in setValue()
548 nDay = body->get( UCAL_DATE, status = U_ZERO_ERROR); in setValue()
554 nHour = body->get( UCAL_HOUR_OF_DAY, status = U_ZERO_ERROR); in setValue()
560 nMinute = body->get( UCAL_MINUTE, status = U_ZERO_ERROR); in setValue()
566 nSecond = body->get( UCAL_SECOND, status = U_ZERO_ERROR); in setValue()
572 nMilliSecond = body->get( UCAL_MILLISECOND, status = U_ZERO_ERROR); in setValue()
578 nZone0 = body->get( UCAL_ZONE_OFFSET, status = U_ZERO_ERROR); in setValue()
584 nDST0 = body->get( UCAL_DST_OFFSET, status = U_ZERO_ERROR); in setValue()
594 nZone1 = body->get( UCAL_ZONE_OFFSET, status = U_ZERO_ERROR); in setValue()
597 nDST1 = body->get( UCAL_DST_OFFSET, status = U_ZERO_ERROR); in setValue()
611 sal_Int32 nZone2 = body->get( UCAL_ZONE_OFFSET, status = U_ZERO_ERROR); in setValue()
614 sal_Int32 nDST2 = body->get( UCAL_DST_OFFSET, status = U_ZERO_ERROR); in setValue()
650 sal_Int32 nZone3 = body->get( UCAL_ZONE_OFFSET, status = U_ZERO_ERROR); in setValue()
671 sal_Int32 nDST3 = body->get( UCAL_DST_OFFSET, status = U_ZERO_ERROR); in setValue()
697 sal_Int32 nTmp = body->get( UCAL_DATE, status = U_ZERO_ERROR); in setValue()
714 UErrorCode status; sal_Int32 value = body->get( fieldNameConverter( in getValue()
766 body->add(fieldNameConverter(fieldIndex), value, status = U_ZERO_ERROR); in addValue()
868 body->getFirstDayOfWeek()) - 1)); in getFirstDayOfWeek()
876 body->setFirstDayOfWeek( static_cast<UCalendarDaysOfWeek>( day + 1)); in setFirstDayOfWeek()
883 body->setMinimalDaysInFirstWeek( static_cast<uint8_t>( days)); in setMinimumNumberOfDaysForFirstWeek()