Searched refs:picoUtppResource (Results 1 – 1 of 1) sorted by relevance
103 pico_Resource picoUtppResource = NULL; variable184 if (picoUtppResource) { in cleanResources()185 pico_unloadResource( picoSystem, &picoUtppResource ); in cleanResources()186 picoUtppResource = NULL; in cleanResources()405 ret = pico_loadResource( picoSystem, picoUtppFileName, &picoUtppResource ); in doLanguageSwitchFromLangIndex()424 if ((PICO_OK == ret) && (picoUtppResource != NULL)) { in doLanguageSwitchFromLangIndex()426 ret = pico_getResourceName( picoSystem, picoUtppResource, (char *) picoUtppResourceName ); in doLanguageSwitchFromLangIndex()461 if ((PICO_OK == ret) && (picoUtppResource != NULL)) { in doLanguageSwitchFromLangIndex()