Home | History | Annotate | Download | only in i18n

Lines Matching refs:date

956 ZoneStringFormat::createZoneStringsArray(UDate date, int32_t &rowCount, int32_t &colCount, UErrorCode &status) const {
1004 getLongStandard(*id, date, result[i][1]);
1005 getShortStandard(*id, date, FALSE, result[i][2]);
1006 getLongDaylight(*id, date, result[i][3]);
1007 getShortDaylight(*id, date, FALSE, result[i][4]);
1009 getLongGenericNonLocation(*id, date, result[i][6]);
1010 getShortGenericNonLocation(*id, date, FALSE, result[i][7]);
1027 UDate date = cal.getTime(status);
1029 return getString(tzid, ZSIDX_LONG_STANDARD, date, FALSE /*not used*/, result);
1031 return getString(tzid, ZSIDX_LONG_DAYLIGHT, date, FALSE /*not used*/, result);
1044 UDate date = cal.getTime(status);
1046 return getString(tzid, ZSIDX_SHORT_STANDARD, date, commonlyUsedOnly, result);
1048 return getString(tzid, ZSIDX_SHORT_DAYLIGHT, date, commonlyUsedOnly, result);
1069 UDate date = cal.getTime(status);
1070 return getString(tzid, ZSIDX_LOCATION, date, FALSE /*not used*/, result);
1104 ZoneStringFormat::getString(const UnicodeString &tzid, TimeZoneTranslationTypeIndex typeIdx, UDate date,
1142 ZoneMeta::getMetazoneID(canonicalID, date, mzid);
1336 UDate date, UBool commonlyUsedOnly, UnicodeString &result) const {
1351 ZoneMeta::getMetazoneID(canonicalID, date, mzid);