Home
last modified time | relevance | path

Searched refs:resIndex (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Daliastst.cpp180 resIndex = ures_open(NULL,"res_index", &status); in LocaleAliasTest()
183 resIndex=NULL; in LocaleAliasTest()
192 ures_close(resIndex); in ~LocaleAliasTest()
198 if(resIndex==NULL){ in isLocaleAvailable()
203 ures_getStringByKey(resIndex, loc,&len, &status); in isLocaleAvailable()
Daliastst.h27 UResourceBundle* resIndex;
/external/icu/icu4c/source/test/cintltst/
Dcloctst.c3083 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()
[all …]
/external/angle/src/libANGLE/
DFrameCapture.cpp381 for (GLsizei resIndex = 0; resIndex < n; ++resIndex) in WriteResourceIDPointerParamReplay() local
383 ParamT id = returnedIDs[resIndex]; in WriteResourceIDPointerParamReplay()
384 if (resIndex > 0) in WriteResourceIDPointerParamReplay()