• Home
  • Raw
  • Download

Lines Matching refs:UCalendar

153 typedef void* UCalendar;  typedef
686 U_STABLE UCalendar* U_EXPORT2
700 ucal_close(UCalendar *cal);
715 U_DEFINE_LOCAL_OPEN_POINTER(LocalUCalendarPointer, UCalendar, ucal_close);
729 U_STABLE UCalendar* U_EXPORT2
730 ucal_clone(const UCalendar* cal,
743 ucal_setTimeZone(UCalendar* cal,
759 ucal_getTimeZoneID(const UCalendar *cal,
796 ucal_getTimeZoneDisplayName(const UCalendar* cal,
812 ucal_inDaylightTime(const UCalendar* cal,
836 ucal_setGregorianChange(UCalendar *cal, UDate date, UErrorCode *pErrorCode);
859 ucal_getGregorianChange(const UCalendar *cal, UErrorCode *pErrorCode);
940 ucal_getAttribute(const UCalendar* cal,
955 ucal_setAttribute(UCalendar* cal,
994 ucal_getMillis(const UCalendar* cal,
1009 ucal_setMillis(UCalendar* cal,
1028 ucal_setDate(UCalendar* cal,
1052 ucal_setDateTime(UCalendar* cal,
1071 ucal_equivalentTo(const UCalendar* cal1,
1072 const UCalendar* cal2);
1093 ucal_add(UCalendar* cal,
1123 ucal_roll(UCalendar* cal,
1145 ucal_get(const UCalendar* cal,
1165 ucal_set(UCalendar* cal,
1185 ucal_isSet(const UCalendar* cal,
1203 ucal_clearField(UCalendar* cal,
1217 ucal_clear(UCalendar* calendar);
1256 ucal_getLimit(const UCalendar* cal,
1269 ucal_getLocaleByType(const UCalendar *cal, ULocDataLocaleType type, UErrorCode* status);
1309 ucal_getType(const UCalendar *cal, UErrorCode* status);
1383 ucal_getDayOfWeekType(const UCalendar *cal, UCalendarDaysOfWeek dayOfWeek, UErrorCode* status);
1401 ucal_getWeekendTransition(const UCalendar *cal, UCalendarDaysOfWeek dayOfWeek, UErrorCode *status);
1414 ucal_isWeekend(const UCalendar *cal, UDate date, UErrorCode *status);
1441 ucal_getFieldDifference(UCalendar* cal,
1495 ucal_getTimeZoneTransitionDate(const UCalendar* cal, UTimeZoneTransitionType type,