Home
last modified time | relevance | path

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

/ohos5.0/base/global/i18n/frameworks/intl/include/
H A Dlocale_config.h243 static std::string UpdateNumberSystemOfLocale(const std::string &localDigitTag, bool flag);
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Dlocale_config.cpp1289 return SetSystemLocale(UpdateNumberSystemOfLocale(it->second, flag)); in SetUsingLocalDigit()
1292 std::string LocaleConfig::UpdateNumberSystemOfLocale(const std::string &localDigitTag, bool flag) in UpdateNumberSystemOfLocale() function in OHOS::Global::I18n::LocaleConfig