Home | History | Annotate | Download | only in i18n

Lines Matching refs:UDate

107             UDate d = Calendar::getNow();
124 U_CAPI UDate U_EXPORT2
271 ucal_setGregorianChange(UCalendar *cal, UDate date, UErrorCode *pErrorCode) {
293 U_CAPI UDate U_EXPORT2
296 return (UDate)0;
306 return (UDate)0;
310 return (UDate)0;
385 U_CAPI UDate U_EXPORT2
390 if(U_FAILURE(*status)) return (UDate) 0;
397 UDate dateTime,
620 ucal_isWeekend(const UCalendar *cal, UDate date, UErrorCode *status)
629 ucal_getFieldDifference(UCalendar* cal, UDate target,
749 UDate* transition, UErrorCode* status)
754 UDate base = ((Calendar*)cal)->getTime(*status);