Lines Matching defs:cal

189 ucal_close(UCalendar *cal)  in ucal_close()
197 ucal_clone(const UCalendar* cal, in ucal_clone()
213 ucal_setTimeZone( UCalendar* cal, in ucal_setTimeZone()
231 ucal_getTimeZoneID(const UCalendar *cal, in ucal_getTimeZoneID()
246 ucal_getTimeZoneDisplayName(const UCalendar* cal, in ucal_getTimeZoneDisplayName()
286 ucal_inDaylightTime( const UCalendar* cal, in ucal_inDaylightTime()
295 ucal_setGregorianChange(UCalendar *cal, UDate date, UErrorCode *pErrorCode) { in ucal_setGregorianChange()
318 ucal_getGregorianChange(const UCalendar *cal, UErrorCode *pErrorCode) { in ucal_getGregorianChange()
340 ucal_getAttribute( const UCalendar* cal, in ucal_getAttribute()
367 ucal_setAttribute( UCalendar* cal, in ucal_setAttribute()
410 ucal_getMillis( const UCalendar* cal, in ucal_getMillis()
420 ucal_setMillis( UCalendar* cal, in ucal_setMillis()
431 ucal_setDate( UCalendar* cal, in ucal_setDate()
445 ucal_setDateTime( UCalendar* cal, in ucal_setDateTime()
468 ucal_add( UCalendar* cal, in ucal_add()
480 ucal_roll( UCalendar* cal, in ucal_roll()
492 ucal_get( const UCalendar* cal, in ucal_get()
503 ucal_set( UCalendar* cal, in ucal_set()
512 ucal_isSet( const UCalendar* cal, in ucal_isSet()
520 ucal_clearField( UCalendar* cal, in ucal_clearField()
535 ucal_getLimit( const UCalendar* cal, in ucal_getLimit()
573 ucal_getLocaleByType(const UCalendar *cal, ULocDataLocaleType type, UErrorCode* status) in ucal_getLocaleByType()
617 ucal_getType(const UCalendar *cal, UErrorCode* status) in ucal_getType()
626 ucal_getDayOfWeekType(const UCalendar *cal, UCalendarDaysOfWeek dayOfWeek, UErrorCode* status) in ucal_getDayOfWeekType()
635 ucal_getWeekendTransition(const UCalendar *cal, UCalendarDaysOfWeek dayOfWeek, UErrorCode *status) in ucal_getWeekendTransition()
644 ucal_isWeekend(const UCalendar *cal, UDate date, UErrorCode *status) in ucal_isWeekend()
653 ucal_getFieldDifference(UCalendar* cal, UDate target, in ucal_getFieldDifference()
772 ucal_getTimeZoneTransitionDate(const UCalendar* cal, UTimeZoneTransitionType type, in ucal_getTimeZoneTransitionDate()