Searched refs:SIM_COUNTRY_CODE_KEY (Results 1 - 4 of 4) sorted by relevance
/base/global/i18n/frameworks/intl/include/ | ||
H A D | system_locale_manager.h | 122 static const char* SIM_COUNTRY_CODE_KEY; member in OHOS::Global::I18n::SystemLocaleManager |
H A D | locale_config.h | 126 static const char *SIM_COUNTRY_CODE_KEY;
member in OHOS::Global::I18n::LocaleConfig |
/base/global/i18n/frameworks/intl/src/ | ||
H A D | system_locale_manager.cpp | 27 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 D | locale_config.cpp | 59 const char *LocaleConfig::SIM_COUNTRY_CODE_KEY = "telephony.sim.countryCode0";
member in OHOS::Global::I18n::LocaleConfig 514 int code = GetParameter(SIM_COUNTRY_CODE_KEY, "", value, CONFIG_LEN); in GetCountriesFromSim() |
Completed in 8 milliseconds