Home
last modified time | relevance | path

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

/ohos5.0/base/global/i18n/frameworks/intl/include/
H A Dlocale_config.h259 static std::string RemoveLocalDigitFromLocale(const std::string &localDigitTag);
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Dlocale_config.cpp1299 return RemoveLocalDigitFromLocale(localDigitTag); in UpdateNumberSystemOfLocale()
1322 std::string LocaleConfig::RemoveLocalDigitFromLocale(const std::string &localDigitTag) in RemoveLocalDigitFromLocale() function in OHOS::Global::I18n::LocaleConfig