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

  /external/icu/icu4c/source/tools/toolutil/
package.cpp 550 int32_t stringsOffset=4+8*itemCount;
551 itemLength=(int32_t)(ds->readUInt32(inEntries[0].dataOffset))-stringsOffset;
554 while(itemLength>0 && inBytes[stringsOffset+itemLength-1]!=0) {
564 ds->swapInvChars(ds, inBytes+stringsOffset, itemLength, inItemStrings, &errorCode);
581 offset=(int32_t)ds->readUInt32(inEntries[0].nameOffset)-stringsOffset;
637 offset=(int32_t)ds->readUInt32(inEntries[i].nameOffset)-stringsOffset;
    [all...]
  /external/lldb/source/Plugins/ObjectFile/Mach-O/
ObjectFileMachO.cpp     [all...]

Completed in 1332 milliseconds