Home | History | Annotate | Download | only in toolutil

Lines Matching refs:stringsOffset

552         int32_t stringsOffset=4+8*itemCount;
553 itemLength=(int32_t)(ds->readUInt32(inEntries[0].dataOffset))-stringsOffset;
556 while(itemLength>0 && inBytes[stringsOffset+itemLength-1]!=0) {
566 ds->swapInvChars(ds, inBytes+stringsOffset, itemLength, inItemStrings, &errorCode);
583 offset=(int32_t)ds->readUInt32(inEntries[0].nameOffset)-stringsOffset;
638 offset=(int32_t)ds->readUInt32(inEntries[i].nameOffset)-stringsOffset;