Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/placesv2/
H A Dqplacedetailsreplyimpl.cpp74 static const int COUNTRY_TABLE_indices[] = { variable
81 for (int i = 0; COUNTRY_TABLE_indices[i] != -1; ++i) { in countryTableContains()
82 if (countryCode == QLatin1String(COUNTRY_TABLE_string + COUNTRY_TABLE_indices[i])) in countryTableContains()