Lines Matching refs:resIndex
3083 static UBool isLocaleAvailable(UResourceBundle* resIndex, const char* loc){ in isLocaleAvailable() argument
3086 ures_getStringByKey(resIndex, loc,&len, &status); in isLocaleAvailable()
3097 UResourceBundle *resIndex = ures_open(NULL,"res_index", &status); in TestCalendar() local
3112 if(!isLocaleAvailable(resIndex, newLoc)){ in TestCalendar()
3125 ures_close(resIndex); in TestCalendar()
3133 UResourceBundle *resIndex = ures_open(NULL,"res_index", &status); in TestDateFormat() local
3146 if(!isLocaleAvailable(resIndex, newLoc)){ in TestDateFormat()
3168 ures_close(resIndex); in TestDateFormat()
3176 UResourceBundle *resIndex = ures_open(NULL,"res_index", &status); in TestCollation() local
3190 if(!isLocaleAvailable(resIndex, newLoc)){ in TestCollation()
3211 ures_close(resIndex); in TestCollation()
3300 UResourceBundle *resIndex = ures_open(NULL,"res_index", &status); in TestULocale() local
3313 if(!isLocaleAvailable(resIndex, newLoc)){ in TestULocale()
3333 ures_close(resIndex); in TestULocale()
3345 UResourceBundle *resIndex = NULL; in TestUResourceBundle() local
3350 resIndex = ures_open(NULL,"res_index", &status); in TestUResourceBundle()
3355 if(!isLocaleAvailable(resIndex, newLoc)){ in TestUResourceBundle()
3382 ures_close(resIndex); in TestUResourceBundle()