Home | History | Annotate | Download | only in i18n

Lines Matching refs:date

1190 ZoneStringFormat::createZoneStringsArray(UDate date, int32_t &rowCount, int32_t &colCount, UErrorCode &status) const {
1241 getLongStandard(*id, date, result[i][1]);
1242 getShortStandard(*id, date, FALSE, result[i][2]);
1243 getLongDaylight(*id, date, result[i][3]);
1244 getShortDaylight(*id, date, FALSE, result[i][4]);
1246 getLongGenericNonLocation(*id, date, result[i][6]);
1247 getShortGenericNonLocation(*id, date, FALSE, result[i][7]);
1264 UDate date = cal.getTime(status);
1266 return getString(tzid, ZSIDX_LONG_STANDARD, date, FALSE /*not used*/, result);
1268 return getString(tzid, ZSIDX_LONG_DAYLIGHT, date, FALSE /*not used*/, result);
1281 UDate date = cal.getTime(status);
1283 return getString(tzid, ZSIDX_SHORT_STANDARD, date, commonlyUsedOnly, result);
1285 return getString(tzid, ZSIDX_SHORT_DAYLIGHT, date, commonlyUsedOnly, result);
1306 UDate date = cal.getTime(status);
1307 return getString(tzid, ZSIDX_LOCATION, date, FALSE /*not used*/, result);
1341 ZoneStringFormat::getString(const UnicodeString &tzid, TimeZoneTranslationTypeIndex typeIdx, UDate date,
1385 ZoneMeta::getMetazoneID(canonicalID, date, mzid);
1585 UDate date, UBool commonlyUsedOnly, UnicodeString &result) const {
1606 ZoneMeta::getMetazoneID(canonicalID, date, mzid);