Lines Matching refs:UCalendar
130 U_CAPI UCalendar* U_EXPORT2
157 return (UCalendar*)Calendar::createInstance(zone, Locale(localeBuf), *status); in ucal_open()
159 return (UCalendar*)Calendar::createInstance(zone, Locale(locale), *status); in ucal_open()
163 ucal_close(UCalendar *cal) in ucal_close()
169 U_CAPI UCalendar* U_EXPORT2
170 ucal_clone(const UCalendar* cal, in ucal_clone()
182 return (UCalendar*) res; in ucal_clone()
186 ucal_setTimeZone( UCalendar* cal, in ucal_setTimeZone()
204 ucal_getTimeZoneID(const UCalendar *cal, in ucal_getTimeZoneID()
219 ucal_getTimeZoneDisplayName(const UCalendar* cal, in ucal_getTimeZoneDisplayName()
259 ucal_inDaylightTime( const UCalendar* cal, in ucal_inDaylightTime()
268 ucal_setGregorianChange(UCalendar *cal, UDate date, UErrorCode *pErrorCode) { in ucal_setGregorianChange()
291 ucal_getGregorianChange(const UCalendar *cal, UErrorCode *pErrorCode) { in ucal_getGregorianChange()
313 ucal_getAttribute( const UCalendar* cal, in ucal_getAttribute()
340 ucal_setAttribute( UCalendar* cal, in ucal_setAttribute()
383 ucal_getMillis( const UCalendar* cal, in ucal_getMillis()
393 ucal_setMillis( UCalendar* cal, in ucal_setMillis()
404 ucal_setDate( UCalendar* cal, in ucal_setDate()
418 ucal_setDateTime( UCalendar* cal, in ucal_setDateTime()
433 ucal_equivalentTo( const UCalendar* cal1, in ucal_equivalentTo()
434 const UCalendar* cal2) in ucal_equivalentTo()
441 ucal_add( UCalendar* cal, in ucal_add()
453 ucal_roll( UCalendar* cal, in ucal_roll()
465 ucal_get( const UCalendar* cal, in ucal_get()
476 ucal_set( UCalendar* cal, in ucal_set()
485 ucal_isSet( const UCalendar* cal, in ucal_isSet()
493 ucal_clearField( UCalendar* cal, in ucal_clearField()
501 ucal_clear(UCalendar* calendar) in ucal_clear()
508 ucal_getLimit( const UCalendar* cal, in ucal_getLimit()
546 ucal_getLocaleByType(const UCalendar *cal, ULocDataLocaleType type, UErrorCode* status) in ucal_getLocaleByType()
590 ucal_getType(const UCalendar *cal, UErrorCode* status) in ucal_getType()
599 ucal_getDayOfWeekType(const UCalendar *cal, UCalendarDaysOfWeek dayOfWeek, UErrorCode* status) in ucal_getDayOfWeekType()
608 ucal_getWeekendTransition(const UCalendar *cal, UCalendarDaysOfWeek dayOfWeek, UErrorCode *status) in ucal_getWeekendTransition()
617 ucal_isWeekend(const UCalendar *cal, UDate date, UErrorCode *status) in ucal_isWeekend()
626 ucal_getFieldDifference(UCalendar* cal, UDate target, in ucal_getFieldDifference()
752 ucal_getTimeZoneTransitionDate(const UCalendar* cal, UTimeZoneTransitionType type, in ucal_getTimeZoneTransitionDate()