HomeSort by relevance Sort by last modified time
    Searched refs:inEntries (Results 1 - 2 of 2) sorted by null

  /external/icu4c/tools/icuswap/
icuswap.cpp 348 const UDataOffsetTOCEntry *inEntries;
409 inEntries=(const UDataOffsetTOCEntry *)(inBytes+4);
420 offset=ds->readUInt32(inEntries[itemCount-1].dataOffset);
444 offset=20+ds->readUInt32(inEntries[itemCount-1].dataOffset);
466 itemLength=(int32_t)(ds->readUInt32(inEntries[0].dataOffset)-offset);
491 entryName=(char *)inBytes+ds->readUInt32(inEntries[i].nameOffset);
546 table[i].nameOffset=ds->readUInt32(inEntries[i].nameOffset);
547 table[i].inOffset=ds->readUInt32(inEntries[i].dataOffset);
  /external/icu4c/tools/toolutil/
package.cpp 447 const UDataOffsetTOCEntry *inEntries;
499 inEntries=(const UDataOffsetTOCEntry *)(inBytes+4);
516 offset=20+(int32_t)ds->readUInt32(inEntries[itemCount-1].dataOffset);
538 itemLength=(int32_t)(ds->readUInt32(inEntries[0].dataOffset))-stringsOffset;
572 offset=(int32_t)ds->readUInt32(inEntries[0].nameOffset)-stringsOffset;
592 offset=(int32_t)ds->readUInt32(inEntries[i].nameOffset)-stringsOffset;
602 items[i].data=(uint8_t *)inBytes+ds->readUInt32(inEntries[i].dataOffset);
617 items[itemCount-1].length=length-ds->readUInt32(inEntries[itemCount-1].dataOffset);
    [all...]

Completed in 119 milliseconds