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_getTimeZoneDisplayName(const UCalendar* cal,
244 ucal_inDaylightTime( const UCalendar* cal,
253 ucal_setGregorianChange(UCalendar *cal, UDate date, UErrorCode *pErrorCode) {
276 ucal_getGregorianChange(const UCalendar *cal, UErrorCode *pErrorCode) {
298 ucal_getAttribute( const UCalendar* cal,
325 ucal_setAttribute( UCalendar* cal,
368 ucal_getMillis( const UCalendar* cal,
378 ucal_setMillis( UCalendar* cal,
389 ucal_setDate( UCalendar* cal,
403 ucal_setDateTime( UCalendar* cal,
418 ucal_equivalentTo( const UCalendar* cal1,
419 const UCalendar* cal2)
426 ucal_add( UCalendar* cal,
438 ucal_roll( UCalendar* cal,
450 ucal_get( const UCalendar* cal,
461 ucal_set( UCalendar* cal,
470 ucal_isSet( const UCalendar* cal,
478 ucal_clearField( UCalendar* cal,
486 ucal_clear(UCalendar* calendar)
493 ucal_getLimit( const UCalendar* cal,
531 ucal_getLocaleByType(const UCalendar *cal, ULocDataLocaleType type, UErrorCode* status)
575 ucal_getType(const UCalendar *cal, UErrorCode* status)
584 ucal_getDayOfWeekType(const UCalendar *cal, UCalendarDaysOfWeek dayOfWeek, UErrorCode* status)
593 ucal_getWeekendTransition(const UCalendar *cal, UCalendarDaysOfWeek dayOfWeek, UErrorCode *status)
602 UCalendar *cal, UDate date, UErrorCode *status)
611 ucal_getFieldDifference(UCalendar* cal, UDate target,
732 ucal_getTimeZoneTransitionDate(const UCalendar* cal, UTimeZoneTransitionType type,