HomeSort by relevance Sort by last modified time
    Searched defs:tableOffset (Results 1 - 5 of 5) sorted by null

  /external/jmonkeyengine/engine/src/core-plugins/com/jme3/asset/plugins/
HttpZipLocator.java 63 private int tableOffset;
255 InputStream in = readData(tableOffset, tableLength);
310 tableOffset = get32(header, offset + ENDOFF);
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
GsmSmsTest.java 475 int tableOffset = 0;
484 if (tableOffset < tableIndex.length && tableIndex[tableOffset] == c) {
485 tableOffset++;
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/opentype/
OpenTypeUtilities.cpp 229 unsigned tableOffset = sfnt->tables[i].offset;
232 if (dataLength < tableOffset || dataLength < tableLength || dataLength < tableOffset + tableLength)
239 if (dataLength < tableOffset + sizeof(OS2Table))
243 const OS2Table* OS2 = reinterpret_cast<const OS2Table*>(data + tableOffset);
259 if (dataLength < tableOffset + sizeof(headTable))
263 const headTable* head = reinterpret_cast<const headTable*>(data + tableOffset);
269 if (dataLength < tableOffset + offsetof(nameTable, nameRecords))
273 const nameTable* name = reinterpret_cast<const nameTable*>(data + tableOffset);
275 if (dataLength < tableOffset + offsetof(nameTable, nameRecords) + (j + 1) * sizeof(nameRecord)
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
ucol_elm.cpp     [all...]
  /external/icu4c/i18n/
ucol_elm.cpp     [all...]

Completed in 407 milliseconds