| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/ |
| H A D | qgeoaddress.cpp | 112 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 D | qgeoaddress.h | 70 QString countryCode() const; 71 void setCountryCode(const QString &countryCode);
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioningquick/ |
| H A D | qdeclarativegeoaddress.cpp | 113 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 D | qdeclarativegeoaddress_p.h | 67 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 D | tst_qgeoaddress.cpp | 102 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 D | qmapboxcommon.cpp | 106 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 D | tst_address.qml | 46 countryCode: "USA" 60 address.countryCode = "FRA"; 74 address.countryCode = "USA";
|
| H A D | tst_coordinate.qml | 57 countryCode: "AUS" 114 compare (testLocation.address.countryCode, "AUS")
|
| H A D | tst_place.qml | 67 countryCode: "cc" 209 if (place1.location.address.countryCode !== place2.location.address.countryCode)
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ |
| H A D | regd.c | 463 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 D | regd.h | 56 u16 countryCode; member
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/placesv2/ |
| H A D | qplacedetailsreplyimpl.cpp | 79 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 D | MapComponent.qml | 88 …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 D | TestAddress.qml | 34 countryCode: "AU"
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/positioning/ |
| H A D | plugins.qmltypes | 129 Property { name: "countryCode"; type: "string" }
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/ |
| H A D | eeprom.h | 646 u16 countryCode; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath6kl/ |
| H A D | wmi.c | 944 ath6kl_regd_find_country(u16 countryCode) in ath6kl_regd_find_country() argument 949 if (allCountries[i].countryCode == countryCode) in ath6kl_regd_find_country()
|