Home | History | Annotate | Download | only in i18n

Lines Matching refs:UCalendar

129 U_CAPI UCalendar*  U_EXPORT2
156 return (UCalendar*)Calendar::createInstance(zone, Locale(localeBuf), *status);
158 return (UCalendar*)Calendar::createInstance(zone, Locale(locale), *status);
162 ucal_close(UCalendar *cal)
168 U_CAPI UCalendar* U_EXPORT2
169 ucal_clone(const UCalendar* cal,
181 return (UCalendar*) res;
185 ucal_setTimeZone( UCalendar* cal,
203 ucal_getTimeZoneDisplayName(const UCalendar* cal,
243 ucal_inDaylightTime( const UCalendar* cal,
252 ucal_setGregorianChange(UCalendar *cal, UDate date, UErrorCode *pErrorCode) {
278 ucal_getGregorianChange(const UCalendar *cal, UErrorCode *pErrorCode) {
303 ucal_getAttribute( const UCalendar* cal,
324 ucal_setAttribute( UCalendar* cal,
359 ucal_getMillis( const UCalendar* cal,
369 ucal_setMillis( UCalendar* cal,
380 ucal_setDate( UCalendar* cal,
394 ucal_setDateTime( UCalendar* cal,
409 ucal_equivalentTo( const UCalendar* cal1,
410 const UCalendar* cal2)
417 ucal_add( UCalendar* cal,
429 ucal_roll( UCalendar* cal,
441 ucal_get( const UCalendar* cal,
452 ucal_set( UCalendar* cal,
461 ucal_isSet( const UCalendar* cal,
469 ucal_clearField( UCalendar* cal,
477 ucal_clear(UCalendar* calendar)
484 ucal_getLimit( const UCalendar* cal,
522 ucal_getLocaleByType(const UCalendar *cal, ULocDataLocaleType type, UErrorCode* status)
566 ucal_getType(const UCalendar *cal, UErrorCode* status)
575 ucal_getDayOfWeekType(const UCalendar *cal, UCalendarDaysOfWeek dayOfWeek, UErrorCode* status)
584 ucal_getWeekendTransition(const UCalendar *cal, UCalendarDaysOfWeek dayOfWeek, UErrorCode *status)
593 ucal_isWeekend(const UCalendar *cal, UDate date, UErrorCode *status)
602 ucal_getFieldDifference(UCalendar* cal, UDate target,