Home
last modified time | relevance | path

Searched refs:dateFormat_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Ddate_time_format_module.cpp30 : dateFormat_(nullptr), in DateTimeFormatModule()
58 ACE_DELETE(dateFormat_); in ~DateTimeFormatModule()
177 (formatter == nullptr) || (formatter->dateFormat_ == nullptr)) { in Format()
215 formatter->dateFormat_->Format(dateTime, timeZone, result, status); in Format()
228 std::string monthName = dateFormat_->GetMonthName(month, type); in GetMonthVal()
275 if (dateFormat_ == nullptr) { in FormatDate()
281 dateFormat_->ApplyPattern(datePattern_); in FormatDate()
282 dateFormat_->Format(time, timeZone, result, status); in FormatDate()
294 dateFormat_->Format(time, timeZone, check, status); in FormatDate()
343 dateFormat_->ApplyPattern(timePattern_); in FormatTime()
[all …]
H A Ddate_time_format_module.h171 I18N::DateTimeFormat *dateFormat_; variable