Home
last modified time | relevance | path

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

/ohos5.0/base/global/i18n/frameworks/intl/include/
H A Ddate_time_format.h132 bool InitWithDefaultLocale(std::map<std::string, std::string> &configs);
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Ddate_time_format.cpp77 createSuccess = InitWithDefaultLocale(configs); in DateTimeFormat()
158 bool DateTimeFormat::InitWithDefaultLocale(std::map<std::string, std::string> &configs) in InitWithDefaultLocale() function in OHOS::Global::I18n::DateTimeFormat