• Home
  • Raw
  • Download

Lines Matching defs:cal

162 ucal_close(UCalendar *cal)  in ucal_close()
169 ucal_clone(const UCalendar* cal, in ucal_clone()
185 ucal_setTimeZone( UCalendar* cal, in ucal_setTimeZone()
203 ucal_getTimeZoneDisplayName(const UCalendar* cal, in ucal_getTimeZoneDisplayName()
243 ucal_inDaylightTime( const UCalendar* cal, in ucal_inDaylightTime()
252 ucal_setGregorianChange(UCalendar *cal, UDate date, UErrorCode *pErrorCode) { in ucal_setGregorianChange()
278 ucal_getGregorianChange(const UCalendar *cal, UErrorCode *pErrorCode) { in ucal_getGregorianChange()
303 ucal_getAttribute( const UCalendar* cal, in ucal_getAttribute()
324 ucal_setAttribute( UCalendar* cal, in ucal_setAttribute()
359 ucal_getMillis( const UCalendar* cal, in ucal_getMillis()
369 ucal_setMillis( UCalendar* cal, in ucal_setMillis()
380 ucal_setDate( UCalendar* cal, in ucal_setDate()
394 ucal_setDateTime( UCalendar* cal, in ucal_setDateTime()
417 ucal_add( UCalendar* cal, in ucal_add()
429 ucal_roll( UCalendar* cal, in ucal_roll()
441 ucal_get( const UCalendar* cal, in ucal_get()
452 ucal_set( UCalendar* cal, in ucal_set()
461 ucal_isSet( const UCalendar* cal, in ucal_isSet()
469 ucal_clearField( UCalendar* cal, in ucal_clearField()
484 ucal_getLimit( const UCalendar* cal, in ucal_getLimit()
522 ucal_getLocaleByType(const UCalendar *cal, ULocDataLocaleType type, UErrorCode* status) in ucal_getLocaleByType()
566 ucal_getType(const UCalendar *cal, UErrorCode* status) in ucal_getType()
575 ucal_getDayOfWeekType(const UCalendar *cal, UCalendarDaysOfWeek dayOfWeek, UErrorCode* status) in ucal_getDayOfWeekType()
584 ucal_getWeekendTransition(const UCalendar *cal, UCalendarDaysOfWeek dayOfWeek, UErrorCode *status) in ucal_getWeekendTransition()
593 ucal_isWeekend(const UCalendar *cal, UDate date, UErrorCode *status) in ucal_isWeekend()
602 ucal_getFieldDifference(UCalendar* cal, UDate target, in ucal_getFieldDifference()