Home | History | Annotate | Download | only in i18n

Lines Matching refs:UCalendar

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