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

  /external/webkit/Source/WebCore/platform/graphics/win/
FontPlatformDataCGWin.cpp 67 UINT stringsOffset = readBigEndianWord(buffer + 4);
68 if (bufferSize < stringsOffset)
71 BYTE* strings = buffer + stringsOffset;
89 if (bufferSize < stringsOffset + nameOffset + length)
96 if (bufferSize < stringsOffset + nameOffset + length)
  /external/icu4c/tools/toolutil/
package.cpp 529 int32_t inPkgNameLength, prefixLength, stringsOffset;
537 stringsOffset=4+8*itemCount;
538 itemLength=(int32_t)(ds->readUInt32(inEntries[0].dataOffset))-stringsOffset;
541 while(itemLength>0 && inBytes[stringsOffset+itemLength-1]!=0) {
551 ds->swapInvChars(ds, inBytes+stringsOffset, itemLength, inItemStrings, &errorCode);
572 offset=(int32_t)ds->readUInt32(inEntries[0].nameOffset)-stringsOffset;
592 offset=(int32_t)ds->readUInt32(inEntries[i].nameOffset)-stringsOffset;
    [all...]

Completed in 60 milliseconds