Home
last modified time | relevance | path

Searched refs:InitNumArray (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.h48 bool InitNumArray(I18N::LocaleInfo info);
H A Ddate_time_format_module.cpp74 bool DateTimeFormatModule::InitNumArray(LocaleInfo info) in InitNumArray() function in OHOS::ACELite::DateTimeFormatModule
130 if ((dateModel->dateFormat_ == nullptr) || (!dateModel->InitNumArray(*dateModel->info_))) { in CreateDateTimeFormat()