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