Home | History | Annotate | Download | only in toolutil

Lines Matching refs:itemLength

443     int32_t itemLength, typeEnum;
537 itemLength=(int32_t)(ds->readUInt32(inEntries[0].dataOffset))-stringsOffset;
540 while(itemLength>0 && inBytes[stringsOffset+itemLength-1]!=0) {
541 --itemLength;
544 if((inStringTop+itemLength)>STRING_STORE_SIZE) {
550 ds->swapInvChars(ds, inBytes+stringsOffset, itemLength, inItemStrings, &errorCode);
555 inStringTop+=itemLength;