Searched refs:regionCode (Results 1 - 6 of 6) sorted by relevance
/base/hiviewdfx/hiview/plugins/privacy_controller/config/ |
H A D | area_policy.cpp | 62 int32_t regionCode = Parameter::GetRegionCode();
in ParseAllowedInfos() local 69 if (ParseAllowedInfo(areaConfig, regionCode)) {
in ParseAllowedInfos() 71 "allowSysUe=%{public}d, allowUe=%{public}d", regionCode, allowedInfo_.allowLevel,
in ParseAllowedInfos() 79 bool AreaPolicy::ParseAllowedInfo(const cJSON* config, int32_t regionCode)
in ParseAllowedInfo() argument 82 if (codeValue != regionCode) {
in ParseAllowedInfo()
|
/base/global/i18n/frameworks/intl/test/unittest/mock/src/ |
H A D | phone_number_format_mock.cpp | 26 bool PhoneNumberFormatMock::getBlockedRegionName(const std::string& regionCode, const std::string& language) in getBlockedRegionName() argument 28 if (!regionCode.compare("XK")) { in getBlockedRegionName()
|
/base/global/i18n/frameworks/intl/src/ |
H A D | phone_number_format.cpp | 257 std::string regionCode; in getLocationName() local 258 util->GetRegionCodeForNumber(phoneNumber, ®ionCode); in getLocationName() 260 std::string locName = getPhoneLocationName(number, phoneLocale.getName(), locale, regionCode); in getLocationName() 262 icu::LocaleBuilder regionbuilder = icu::LocaleBuilder().setRegion(regionCode); in getLocationName() 271 if (getBlockedRegionName(regionCode, displayLocale.getLanguage())) { in getLocationName() 276 return taboo.ReplaceCountryName(regionCode, locale, displayCountryName); in getLocationName() 287 const std::string& displayLocale, const std::string& regionCode) in getPhoneLocationName() 327 const std::string& regionCode, const std::string& language) in getBlockedRegionName() 336 ret = getBlockedRegionName(language.c_str(), regionCode.c_str()); in getBlockedRegionName() 285 getPhoneLocationName( const std::string& number, const std::string& phoneLocale, const std::string& displayLocale, const std::string& regionCode) getPhoneLocationName() argument 326 getBlockedRegionName( const std::string& regionCode, const std::string& language) getBlockedRegionName() argument
|
/base/global/i18n/frameworks/intl/include/ |
H A D | phone_number_format.h | 46 const std::string& displayLocale, const std::string& regionCode); 47 virtual bool getBlockedRegionName(const std::string& regionCode, const std::string& language);
|
/base/hiviewdfx/hiview/plugins/privacy_controller/config/include/ |
H A D | area_policy.h | 39 bool ParseAllowedInfo(const cJSON* config, int32_t regionCode);
|
/base/global/i18n/frameworks/intl/test/unittest/mock/include/ |
H A D | phone_number_format_mock.h | 26 virtual bool getBlockedRegionName(const std::string& regionCode, const std::string& language) override;
|
Completed in 3 milliseconds