Home
last modified time | relevance | path

Searched refs:SIM_COUNTRY_CODE_KEY (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/global/i18n/frameworks/intl/include/
H A Dsystem_locale_manager.h122 static const char* SIM_COUNTRY_CODE_KEY; variable
H A Dlocale_config.h124 static const char *SIM_COUNTRY_CODE_KEY; variable
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Dsystem_locale_manager.cpp27 const char* SystemLocaleManager::SIM_COUNTRY_CODE_KEY = "telephony.sim.countryCode0"; member in OHOS::Global::I18n::SystemLocaleManager
68 std::string simRegion = ReadSystemParameter(SIM_COUNTRY_CODE_KEY, CONFIG_LEN); in GetLanguageInfoArray()
H A Dlocale_config.cpp59 const char *LocaleConfig::SIM_COUNTRY_CODE_KEY = "telephony.sim.countryCode0"; member in OHOS::Global::I18n::LocaleConfig
515 int code = GetParameter(SIM_COUNTRY_CODE_KEY, "", value, CONFIG_LEN); in GetCountriesFromSim()