Searched refs:thisCount (Results 1 – 1 of 1) sorted by relevance
230 int thisCount = udat_countSymbols(fmt, scanArray[i]); in initroot() local232 rootdata[i]=(UChar**)malloc(thisCount*sizeof(rootdata[i][0])); in initroot()241 for(int j=starts[i];U_SUCCESS(*status)&&j<thisCount;j++) { in initroot()294 int thisCount = udat_countSymbols(fmt, scanArray[i]); in date() local295 tc += thisCount; in date()296 for(int j=starts[i];U_SUCCESS(*status)&&j<thisCount;j++) { in date()