Home
last modified time | relevance | path

Searched refs:standaloneWideMonthNames (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/global/i18n_lite/frameworks/i18n/src/
H A Ddate_time_data.cpp56 return Parse(standaloneWideMonthNames, index); in GetMonthName()
105 I18nFree(static_cast<void *>(standaloneWideMonthNames)); in ~DateTimeData()
119 const char *standaloneAbbreviatedMonthNames, const char *standaloneWideMonthNames) in SetMonthNamesData() argument
122 (standaloneAbbreviatedMonthNames == nullptr) || (standaloneWideMonthNames == nullptr)) { in SetMonthNamesData()
130 …this->standaloneWideMonthNames = NewArrayAndCopy(standaloneWideMonthNames, strlen(standaloneWideMo… in SetMonthNamesData()
H A Ddate_time_format_impl.cpp83 …char *standaloneWideMonthNames = resource.GetString(DataResourceType::GREGORIAN_STANDALONE_WIDE_MO… in Init() local
108 standaloneAbbreviatedMonthNames, standaloneWideMonthNames); in Init()
/ohos5.0/base/global/i18n_lite/frameworks/i18n/include/
H A Ddate_time_data.h48 const char *standaloneAbbreviatedMonthNames, const char *standaloneWideMonthNames);
57 char *standaloneWideMonthNames = nullptr; variable