Home | History | Annotate | Download | only in i18n

Lines Matching refs:date

215  * Convert a date string used by metazone mappings to UDate.
282 UDate date = Grego::fieldsToDay(year, month - 1, day) * U_MILLIS_PER_DAY
284 return date;
916 ZoneMeta::getMetazoneID(const UnicodeString &tzid, UDate date, UnicodeString &result) {
922 if (mzm->from <= date && mzm->to > date) {