/ohos5.0/base/location/interfaces/inner_api/include/ |
H A D | country_code.h | 36 explicit CountryCode(CountryCode& country) in CountryCode() function 44 inline bool IsSame(CountryCode& country) const in IsSame() 60 inline void SetCountryCodeStr(std::string country) in SetCountryCodeStr() 89 auto country = std::make_shared<CountryCode>(); in Unmarshalling() local
|
/ohos5.0/base/global/i18n/frameworks/zone/test/unittest/ |
H A D | zone_util_performance_test.cpp | 111 string country = "CN"; variable 134 string country = "GB"; variable 157 string country = "DE"; variable 180 string country = "CN"; variable
|
H A D | zone_util_test.cpp | 92 string country = "CN"; variable 117 string country = "GB"; variable 137 string country = "DE"; variable 157 string country = "CN"; variable
|
/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/include/ |
H A D | phone_number_matched.h | 67 std::string country; variable
|
H A D | phone_number_rule.h | 62 std::string country; variable
|
/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/src/ |
H A D | phone_number_matched.cpp | 32 PhoneNumberMatched::PhoneNumberMatched(std::string& country) in PhoneNumberMatched() 69 …vector<int> PhoneNumberMatched::DealWithoutFixed(icu::UnicodeString& message, std::string& country) in DealWithoutFixed() 126 std::vector<MatchedNumberInfo> PhoneNumberMatched::FindShortNumbers(std::string& country, in FindShortNumbers() 177 std::string& country) in AddPhoneNumber() 202 std::vector<PhoneNumberMatch*> PhoneNumberMatched::FindNumbers(std::string& country, in FindNumbers() 256 …umberMatched::HandleWithShortAndShort(std::vector<MatchedNumberInfo>& result, std::string& country, in HandleWithShortAndShort() 297 std::vector<MatchedNumberInfo> PhoneNumberMatched::GetPossibleNumberInfos(std::string& country, in GetPossibleNumberInfos()
|
H A D | phone_number_rule.cpp | 37 PhoneNumberRule::PhoneNumberRule(std::string& country) in PhoneNumberRule()
|
/ohos5.0/base/location/frameworks/native/locator_sdk/source/ |
H A D | country_code_callback_host.cpp | 44 void CountryCodeCallbackHost::OnCountryCodeChange(const std::shared_ptr<CountryCode>& country) in OnCountryCodeChange()
|
H A D | country_code_manager.cpp | 61 auto country = std::make_shared<CountryCode>(*lastCountry_); in NotifyAllListener() local 248 CountryCode country; in GetIsoCountryCode() local 346 CountryCode country; in OnLocationReport() local
|
/ohos5.0/base/location/services/location_locator/callback/source/ |
H A D | country_code_callback_proxy.cpp | 30 void CountryCodeCallbackProxy::OnCountryCodeChange(const std::shared_ptr<CountryCode>& country) in OnCountryCodeChange()
|
/ohos5.0/base/global/i18n/frameworks/intl/test/fuzztest/regexrule_fuzzer/ |
H A D | regexrule_fuzzer.cpp | 39 std::string country = LocaleConfig::GetSystemRegion(); in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/ |
H A D | locale_util.cpp | 36 char *country = nullptr; in GetLocaleInfo() local
|
/ohos5.0/base/global/i18n/frameworks/intl/include/ |
H A D | phone_number_format.h | 59 std::string country; variable
|
/ohos5.0/base/location/frameworks/js/napi/source/ |
H A D | country_code_callback_napi.cpp | 83 bool CountryCodeCallbackNapi::Send(const std::shared_ptr<CountryCode>& country) in Send() 183 void CountryCodeCallbackNapi::OnCountryCodeChange(const std::shared_ptr<CountryCode>& country) in OnCountryCodeChange()
|
H A D | napi_util.cpp | 161 void CountryCodeToJs(const napi_env& env, const std::shared_ptr<CountryCode>& country, napi_value& … in CountryCodeToJs() 352 std::string country = ""; in JsObjToGeoCodeRequest() local 399 std::string country = ""; in JsObjToReverseGeoCodeRequest() local
|
/ohos5.0/base/location/services/location_geocode/geocode/source/ |
H A D | geo_convert_request.cpp | 166 void GeoConvertRequest::SetCountry(std::string country) in SetCountry() 252 auto country = in.ReadString16(); in OrderParcel() local
|
/ohos5.0/base/global/i18n/frameworks/zone/src/ |
H A D | zone_util.cpp | 88 string ZoneUtil::GetDefaultZone(const string &country) in GetDefaultZone() 123 string ZoneUtil::GetDefaultZone(const string country, const int32_t offset) in GetDefaultZone() 157 void ZoneUtil::GetZoneList(const string country, vector<string> &retVec) in GetZoneList() 167 void ZoneUtil::GetZoneList(const string country, const int32_t offset, vector<string> &retVec) in GetZoneList()
|
/ohos5.0/base/location/test/location_locator/source/ |
H A D | callback_test.cpp | 223 auto country = std::make_shared<CountryCode>(); variable
|
/ohos5.0/base/telephony/core_service/utils/vcard/src/contact_data/ |
H A D | vcard_postal_data.cpp | 134 void VCardPostalData::SetCountry(const std::string &country) in SetCountry()
|
/ohos5.0/base/update/updater/services/package/pkg_verify/ |
H A D | openssl_util.cpp | 250 std::string country; in GetStringFromX509Name() local
|
/ohos5.0/base/global/i18n/frameworks/intl/src/ |
H A D | utils.cpp | 172 std::string GetISO3Country(const string& country) in GetISO3Country()
|
H A D | locale_config.cpp | 318 const char* country = origin.getCountry(); in GetCountry() local 495 for (string country : countries) { in GetRelatedLocales() local 937 std::string country(originLocale.getCountry()); in GetDisplayRegion() local
|
/ohos5.0/base/global/i18n/interfaces/js/kits/src/ |
H A D | i18n_addon.cpp | 465 std::string country = GetISO3Country(regionTag); in GetThreeLetterRegion() local 757 std::vector<char> country (len + 1); in PhoneNumberFormatConstructor() local 782 …on::InitPhoneNumberFormatContext(napi_env env, napi_callback_info info, const std::string &country, in InitPhoneNumberFormatContext()
|
/ohos5.0/commonlibrary/rust/ylong_json/tests/ |
H A D | sdv_adapt_serde_test.rs | 128 country: Cow<'a, str>, field
|
/ohos5.0/base/global/i18n/frameworks/intl/test/unittest/ |
H A D | intl_test_extent.cpp | 571 std::string country = "CN"; variable 1140 std::string country = "CN"; variable 1176 std::string country = "../supported_locales"; variable
|