Searched refs:picoCurrentLangIndex (Results 1 – 1 of 1) sorted by relevance
117 int picoCurrentLangIndex = -1; variable152 if ((picoCurrentLangIndex > -1) && in checkForLocale()153 (strncmp(locale, picoSupportedLang[picoCurrentLangIndex], 2) == 0)) { in checkForLocale()155 found = picoCurrentLangIndex; in checkForLocale()201 picoCurrentLangIndex = -1; in cleanResources()489 picoCurrentLangIndex = langIndex; in doLanguageSwitchFromLangIndex()1067 picoCurrentLangIndex = -1; in init()1277 if (picoCurrentLangIndex == -1) { in getLanguage()1282 strcpy(language, picoSupportedLangIso3[picoCurrentLangIndex]); in getLanguage()1283 strcpy(country, picoSupportedCountryIso3[picoCurrentLangIndex]); in getLanguage()[all …]