Home | History | Annotate | Download | only in common

Lines Matching refs:stringsCount

1857              offset, i, count, stringsCount;
2020 stringsCount=algNamesOffset-groupStringOffset;
2023 while(stringsCount>32) {
2027 stringsCount-=(uint32_t)(nextInStrings-inStrings);
2032 stringsCount-=count;
2093 stringsCount=(uint32_t)((inBytes+offset)-(const uint8_t *)p);
2094 while(stringsCount>0 && ((const uint8_t *)p)[stringsCount-1]!=0) {
2095 --stringsCount;
2097 ds->swapInvChars(ds, p, (int32_t)stringsCount, q, pErrorCode);