Home
last modified time | relevance | path

Searched defs:country (Results 1 - 25 of 30) sorted by relevance

12

/base/location/frameworks/native/locator_sdk/source/
H A Dcountry_code_callback_host.cpp44 void CountryCodeCallbackHost::OnCountryCodeChange(const std::shared_ptr<CountryCode>& country) in OnCountryCodeChange() argument
H A Dcountry_code_manager.cpp61 auto country = std::make_shared<CountryCode>(*lastCountry_); in NotifyAllListener() local
246 CountryCode country; in GetIsoCountryCode() local
344 CountryCode country; in OnLocationReport() local
/base/location/services/location_locator/callback/source/
H A Dcountry_code_callback_proxy.cpp30 void CountryCodeCallbackProxy::OnCountryCodeChange(const std::shared_ptr<CountryCode>& country) in OnCountryCodeChange() argument
/base/location/frameworks/cj/source/
H A Dcountry_code_callback.cpp61 void CountryCodeCallback::OnCountryCodeChange(const std::shared_ptr<Location::CountryCode>& country) in OnCountryCodeChange() argument
H A Dgeolocationmanager_utils.cpp101 std::string country = request.country; in CJReverseGeoCodeRequestToMessageParcel() local
177 std::string country = request.country; in CJGeoCodeRequestToMessageParcel() local
308 CJCountryCode CountryCodeToCJCountryCode(const std::shared_ptr<Location::CountryCode>& country) in CountryCodeToCJCountryCode() argument
[all...]
H A Dgeolocationmanager_impl.cpp297 std::shared_ptr<Location::CountryCode> country = std::make_shared<Location::CountryCode>(); in GetCountryCode() local
/base/global/i18n/frameworks/intl/include/
H A Dphone_number_format.h59 std::string country; member in OHOS::Global::I18n::PhoneNumberFormat
/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/include/
H A Dphone_number_matched.h67 std::string country; member in OHOS::Global::I18n::PhoneNumberMatched
H A Dphone_number_rule.h62 std::string country; member in OHOS::Global::I18n::PhoneNumberRule
/base/global/i18n/frameworks/intl/test/fuzztest/regexrule_fuzzer/
H A Dregexrule_fuzzer.cpp39 std::string country = LocaleConfig::GetSystemRegion(); in DoSomethingInterestingWithMyAPI() local
/base/global/i18n/frameworks/zone/test/unittest/
H A Dzone_util_performance_test.cpp111 string country = "CN"; in HWTEST_F() local
134 string country = "GB"; in HWTEST_F() local
157 string country = "DE"; in HWTEST_F() local
180 string country = "CN"; in HWTEST_F() local
H A Dzone_util_test.cpp90 string country = "CN"; in HWTEST_F() local
115 string country = "GB"; in HWTEST_F() local
135 string country = "DE"; in HWTEST_F() local
155 string country = "CN"; in HWTEST_F() local
[all...]
/base/location/frameworks/js/napi/source/
H A Dcountry_code_callback_napi.cpp83 bool CountryCodeCallbackNapi::Send(const std::shared_ptr<CountryCode>& country) in Send() argument
183 void CountryCodeCallbackNapi::OnCountryCodeChange(const std::shared_ptr<CountryCode>& country) in OnCountryCodeChange() argument
[all...]
/base/location/interfaces/inner_api/include/
H A Dcountry_code.h36 explicit CountryCode(CountryCode& country) in CountryCode() argument
60 inline void SetCountryCodeStr(std::string country) in SetCountryCodeStr() argument
89 auto country = std::make_shared<CountryCode>(); in Unmarshalling() local
[all...]
H A Dlocation_async_context.h83 std::shared_ptr<CountryCode> country; member in OHOS::Location::CountryCodeContext
/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/src/
H A Dphone_number_rule.cpp37 PhoneNumberRule::PhoneNumberRule(std::string& country) in PhoneNumberRule() argument
H A Dphone_number_matched.cpp32 PhoneNumberMatched::PhoneNumberMatched(std::string& country) in PhoneNumberMatched() argument
69 std::vector<int> PhoneNumberMatched::DealWithoutFixed(icu::UnicodeString& message, std::string& country) in DealWithoutFixed() argument
126 FindShortNumbers(std::string& country, icu::UnicodeString& message) FindShortNumbers() argument
176 AddPhoneNumber(std::string& number, int start, std::vector<PhoneNumberMatch*>& matchList, std::string& country) AddPhoneNumber() argument
202 FindNumbers(std::string& country, icu::UnicodeString& filteredString) FindNumbers() argument
256 HandleWithShortAndShort(std::vector<MatchedNumberInfo>& result, std::string& country, MatchedNumberInfo& info, std::pair<int, int>& pos, icu::UnicodeString& filteredString) HandleWithShortAndShort() argument
297 GetPossibleNumberInfos(std::string& country, icu::UnicodeString& src, icu::UnicodeString& filteredString) GetPossibleNumberInfos() argument
[all...]
/base/location/test/location_locator/source/
H A Dcallback_test.cpp223 auto country = std::make_shared<CountryCode>(); in HWTEST_F() local
/base/location/services/location_geocode/geocode/source/
H A Dgeo_convert_request.cpp166 void GeoConvertRequest::SetCountry(std::string country) in SetCountry() argument
252 auto country = in.ReadString16(); in OrderParcel() local
/base/telephony/core_service/utils/vcard/src/contact_data/
H A Dvcard_postal_data.cpp134 void VCardPostalData::SetCountry(const std::string &country) in SetCountry() argument
/base/update/updater/services/package/pkg_verify/
H A Dopenssl_util.cpp250 std::string country; in GetStringFromX509Name() local
/base/global/i18n/frameworks/zone/src/
H A Dzone_util.cpp79 string ZoneUtil::GetDefaultZone(const string &country) in GetDefaultZone() argument
114 string ZoneUtil::GetDefaultZone(const string country, const int32_t offset) in GetDefaultZone() argument
148 void ZoneUtil::GetZoneList(const string country, vector<string> &retVec) in GetZoneList() argument
158 void ZoneUtil::GetZoneList(const string country, const int32_t offset, vector<string> &retVec) in GetZoneList() argument
/base/global/i18n/frameworks/intl/src/
H A Dutils.cpp185 std::string GetISO3Country(const string& country) in GetISO3Country() argument
/base/location/frameworks/cj/include/
H A Dgeolocationmanager_utils.h69 char* country; member
81 char* country; member
87 char* country; member
95 char* country; member
/base/global/i18n/interfaces/js/kits/src/
H A Di18n_addon.cpp465 std::string country = GetISO3Country(regionTag); in GetThreeLetterRegion() local
782 bool I18nAddon::InitPhoneNumberFormatContext(napi_env env, napi_callback_info info, const std::string &country, in InitPhoneNumberFormatContext() argument
[all...]

Completed in 14 milliseconds

12