Home | History | Annotate | Download | only in common

Lines Matching refs:stringsCount

1851              offset, i, count, stringsCount;
2014 stringsCount=algNamesOffset-groupStringOffset;
2017 while(stringsCount>32) {
2021 stringsCount-=(uint32_t)(nextInStrings-inStrings);
2026 stringsCount-=count;
2087 stringsCount=(uint32_t)((inBytes+offset)-(const uint8_t *)p);
2088 while(stringsCount>0 && ((const uint8_t *)p)[stringsCount-1]!=0) {
2089 --stringsCount;
2091 ds->swapInvChars(ds, p, (int32_t)stringsCount, q, pErrorCode);