Searched refs:COUNTRY_TABLE_indices (Results 1 – 1 of 1) sorted by relevance
74 static const int COUNTRY_TABLE_indices[] = { variable81 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()