Searched refs:cal (Results 1 - 4 of 4) sorted by relevance
/base/global/i18n_lite/frameworks/i18n/src/ |
H A D | date_time_format.cpp | 90 * cal, seconds from from UTC 1970, January 1 00:00:00
94 void DateTimeFormat::Format(const time_t &cal, const string &zoneInfo, string &appendTo, I18nStatus &status)
in Format() argument 103 impl->Format(cal, zoneInfo, appendTo, status);
in Format() 152 int8_t DateTimeFormat::Get12HourTimeWithoutAmpm(const time_t &cal, const std::string &zoneInfo,
in Get12HourTimeWithoutAmpm() argument 162 return impl->Get12HourTimeWithoutAmpm(cal, zoneInfo, appendTo, status);
in Get12HourTimeWithoutAmpm()
|
H A D | date_time_format_impl.cpp | 142 * cal, seconds from from UTC 1970, January 1 00:00:00
146 void DateTimeFormatImpl::Format(const time_t &cal, const string &zoneInfo, string &appendTo,
in Format() argument 149 const time_t adjust = cal + ParseZoneInfo(zoneInfo);
in Format() 438 int8_t DateTimeFormatImpl::Get12HourTimeWithoutAmpm(const time_t &cal, const std::string &zoneInfo,
in Get12HourTimeWithoutAmpm() argument 451 const time_t adjust = cal + ParseZoneInfo(zoneInfo);
in Get12HourTimeWithoutAmpm()
|
/base/global/i18n_lite/interfaces/kits/i18n/include/ |
H A D | date_time_format.h | 97 * @param cal Indicates the time value to format.
106 void Format(const time_t &cal, const std::string &zoneInfo, std::string &appendTo, I18nStatus &status);
158 * @param cal Indicates the time value to format.
167 int8_t Get12HourTimeWithoutAmpm(const time_t &cal, const std::string &zoneInfo,
|
/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/ohos/global/i18n/ |
H A D | Fetcher.java | 538 Calendar cal = Calendar.getInstance(ULocale.forLanguageTag(languageTag)); in getWeekdata() 539 Calendar.WeekData weekdata = cal.getWeekData(); in getWeekdata()
|
Completed in 3 milliseconds