Lines Matching defs:cal
166 ucal_close(UCalendar *cal) in ucal_close()
173 ucal_clone(const UCalendar* cal, in ucal_clone()
189 ucal_setTimeZone( UCalendar* cal, in ucal_setTimeZone()
207 ucal_getTimeZoneID(const UCalendar *cal, in ucal_getTimeZoneID()
222 ucal_getTimeZoneDisplayName(const UCalendar* cal, in ucal_getTimeZoneDisplayName()
262 ucal_inDaylightTime( const UCalendar* cal, in ucal_inDaylightTime()
271 ucal_setGregorianChange(UCalendar *cal, UDate date, UErrorCode *pErrorCode) { in ucal_setGregorianChange()
294 ucal_getGregorianChange(const UCalendar *cal, UErrorCode *pErrorCode) { in ucal_getGregorianChange()
316 ucal_getAttribute( const UCalendar* cal, in ucal_getAttribute()
343 ucal_setAttribute( UCalendar* cal, in ucal_setAttribute()
386 ucal_getMillis( const UCalendar* cal, in ucal_getMillis()
396 ucal_setMillis( UCalendar* cal, in ucal_setMillis()
407 ucal_setDate( UCalendar* cal, in ucal_setDate()
421 ucal_setDateTime( UCalendar* cal, in ucal_setDateTime()
444 ucal_add( UCalendar* cal, in ucal_add()
456 ucal_roll( UCalendar* cal, in ucal_roll()
468 ucal_get( const UCalendar* cal, in ucal_get()
479 ucal_set( UCalendar* cal, in ucal_set()
488 ucal_isSet( const UCalendar* cal, in ucal_isSet()
496 ucal_clearField( UCalendar* cal, in ucal_clearField()
511 ucal_getLimit( const UCalendar* cal, in ucal_getLimit()
549 ucal_getLocaleByType(const UCalendar *cal, ULocDataLocaleType type, UErrorCode* status) in ucal_getLocaleByType()
593 ucal_getType(const UCalendar *cal, UErrorCode* status) in ucal_getType()
602 ucal_getDayOfWeekType(const UCalendar *cal, UCalendarDaysOfWeek dayOfWeek, UErrorCode* status) in ucal_getDayOfWeekType()
611 ucal_getWeekendTransition(const UCalendar *cal, UCalendarDaysOfWeek dayOfWeek, UErrorCode *status) in ucal_getWeekendTransition()
620 ucal_isWeekend(const UCalendar *cal, UDate date, UErrorCode *status) in ucal_isWeekend()
629 ucal_getFieldDifference(UCalendar* cal, UDate target, in ucal_getFieldDifference()
748 ucal_getTimeZoneTransitionDate(const UCalendar* cal, UTimeZoneTransitionType type, in ucal_getTimeZoneTransitionDate()