Searched refs:picoCurrentLangIndex (Results 1 – 1 of 1) sorted by relevance
118 int picoCurrentLangIndex = -1; variable153 if ((picoCurrentLangIndex > -1) && in checkForLocale()154 (strncmp(locale, picoSupportedLang[picoCurrentLangIndex], 2) == 0)) { in checkForLocale()156 found = picoCurrentLangIndex; in checkForLocale()202 picoCurrentLangIndex = -1; in cleanResources()490 picoCurrentLangIndex = langIndex; in doLanguageSwitchFromLangIndex()1068 picoCurrentLangIndex = -1; in init()1272 if (picoCurrentLangIndex == -1) { in getLanguage()1277 strcpy(language, picoSupportedLangIso3[picoCurrentLangIndex]); in getLanguage()1278 strcpy(country, picoSupportedCountryIso3[picoCurrentLangIndex]); in getLanguage()[all …]