Home | History | Annotate | Download | only in toolutil

Lines Matching full:itemlength

455     int32_t itemLength, typeEnum;
553 itemLength=(int32_t)(ds->readUInt32(inEntries[0].dataOffset))-stringsOffset;
556 while(itemLength>0 && inBytes[stringsOffset+itemLength-1]!=0) {
557 --itemLength;
560 if((inStringTop+itemLength)>STRING_STORE_SIZE) {
566 ds->swapInvChars(ds, inBytes+stringsOffset, itemLength, inItemStrings, &errorCode);
571 inStringTop+=itemLength;