Searched refs:DateTimeFormatModule (Results 1 – 3 of 3) sorted by relevance
27 jerry_object_native_info_t DateTimeFormatModule::GC_CALLBACK = {.free_cb = DateTimeFormatModule::De…29 DateTimeFormatModule::DateTimeFormatModule() in DateTimeFormatModule() function in OHOS::ACELite::DateTimeFormatModule45 void DateTimeFormatModule::Init(jerry_value_t intlHandle) in Init()56 DateTimeFormatModule::~DateTimeFormatModule() in ~DateTimeFormatModule()63 void DateTimeFormatModule::ReleaseNumArray() in ReleaseNumArray()111 DateTimeFormatModule *dateModel = new DateTimeFormatModule(); in CreateDateTimeFormat()175 DateTimeFormatModule *formatter = nullptr; in Format()466 DateTimeFormatModule *formatter = reinterpret_cast<DateTimeFormatModule *>(pointer); in DeleteDateFormat()497 DateTimeFormatModule::StyleState DateTimeFormatModule::GetWeekdayStyle(jerry_value_t style) const in GetWeekdayStyle()529 DateTimeFormatModule::StyleState DateTimeFormatModule::GetMonthStyle(jerry_value_t style) in GetMonthStyle()[all …]
25 class DateTimeFormatModule final : public MemoryHeap {39 DateTimeFormatModule();41 ~DateTimeFormatModule();
35 DateTimeFormatModule::Init(baseObj); in Init()