Home
last modified time | relevance | path

Searched refs:countryCode (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeoaddress.cpp112 if (address.countryCode() == QLatin1String("ALB") in formattedAddress()
113 || address.countryCode() == QLatin1String("MTQ")) { in formattedAddress()
118 } else if (address.countryCode() == QLatin1String("AND") in formattedAddress()
119 || address.countryCode() == QLatin1String("AUT") in formattedAddress()
120 || address.countryCode() == QLatin1String("FRA") in formattedAddress()
121 || address.countryCode() == QLatin1String("GLP") in formattedAddress()
122 || address.countryCode() == QLatin1String("GUF") in formattedAddress()
123 || address.countryCode() == QLatin1String("ITA") in formattedAddress()
124 || address.countryCode() == QLatin1String("LUX") in formattedAddress()
125 || address.countryCode() == QLatin1String("MCO") in formattedAddress()
[all …]
H A Dqgeoaddress.h70 QString countryCode() const;
71 void setCountryCode(const QString &countryCode);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioningquick/
H A Dqdeclarativegeoaddress.cpp113 setCountryCode(address.countryCode()); in setAddress()
187 QString QDeclarativeGeoAddress::countryCode() const in countryCode() function in QDeclarativeGeoAddress
189 return m_address.countryCode(); in countryCode()
192 void QDeclarativeGeoAddress::setCountryCode(const QString &countryCode) in setCountryCode() argument
194 if (m_address.countryCode() == countryCode) in setCountryCode()
197 m_address.setCountryCode(countryCode); in setCountryCode()
H A Dqdeclarativegeoaddress_p.h67 Q_PROPERTY(QString countryCode READ countryCode WRITE setCountryCode NOTIFY countryCodeChanged)
87 QString countryCode() const;
88 void setCountryCode(const QString &countryCode);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoaddress/
H A Dtst_qgeoaddress.cpp102 QVERIFY2(testObj.countryCode() == QString(), "Wrong default value"); in countryCodeTest()
104 QVERIFY2(testObj.countryCode() == "testText", "Wrong value returned"); in countryCodeTest()
183 QFETCH(QString, countryCode); in generatedText()
189 streetOnly.setCountryCode(countryCode); in generatedText()
195 cityOnly.setCountryCode(countryCode); in generatedText()
196 if (countryCode == QLatin1String("CYM") || countryCode == QLatin1String("IRL")) in generatedText()
203 postalCodeOnly.setCountryCode(countryCode); in generatedText()
213 fullAddress.setCountryCode(countryCode); in generatedText()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/
H A Dqmapboxcommon.cpp106 const QString countryCode = object.value(QStringLiteral("short_code")).toString(); in parseGeoLocation() local
107 if (!countryCode.isEmpty()) in parseGeoLocation()
108 address.setCountryCode(countryCode); in parseGeoLocation()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_core/
H A Dtst_address.qml46 countryCode: "USA"
60 address.countryCode = "FRA";
74 address.countryCode = "USA";
H A Dtst_coordinate.qml57 countryCode: "AUS"
114 compare (testLocation.address.countryCode, "AUS")
H A Dtst_place.qml67 countryCode: "cc"
209 if (place1.location.address.countryCode !== place2.location.address.countryCode)
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/
H A Dregd.c463 return allCountries[i].countryCode; in ath_regd_find_country_by_name()
562 if (allCountries[i].countryCode == cc) in ath_regd_is_eeprom_valid()
580 ath_regd_find_country(u16 countryCode) in ath_regd_find_country() argument
585 if (allCountries[i].countryCode == countryCode) in ath_regd_find_country()
H A Dregd.h56 u16 countryCode; member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/placesv2/
H A Dqplacedetailsreplyimpl.cpp79 static bool countryTableContains(const QString &countryCode) in countryTableContains() argument
82 if (countryCode == QLatin1String(COUNTRY_TABLE_string + COUNTRY_TABLE_indices[i])) in countryTableContains()
174 if (countryTableContains(address.countryCode())) { in replyFinished()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/mapviewer/map/
H A DMapComponent.qml88 …var street, district, city, county, state, countryCode, country, postalCode, latitude, longitude, …
96 countryCode = geocodeModel.get(0).address.countryCode
107 if (countryCode) text +="<b>Country code: </b>"+ countryCode + " <br/>"
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qmlinterface/data/
H A DTestAddress.qml34 countryCode: "AU"
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/positioning/
H A Dplugins.qmltypes129 Property { name: "countryCode"; type: "string" }
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/
H A Deeprom.h646 u16 countryCode; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath6kl/
H A Dwmi.c944 ath6kl_regd_find_country(u16 countryCode) in ath6kl_regd_find_country() argument
949 if (allCountries[i].countryCode == countryCode) in ath6kl_regd_find_country()