Searched refs:picoSupportedCountryIso3 (Results 1 – 1 of 1) sorted by relevance
84 const char * picoSupportedCountryIso3[] = { "USA", "GBR", "DEU", … variable1179 && (strcmp(country, picoSupportedCountryIso3[i]) == 0)) in setLanguage()1248 && (strcmp(country, picoSupportedCountryIso3[i]) == 0)) { in isLanguageAvailable()1283 strcpy(country, picoSupportedCountryIso3[picoCurrentLangIndex]); in getLanguage()