OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tableOffset
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/
GsmSmsTest.java
368
int
tableOffset
= 0;
377
if (
tableOffset
< tableIndex.length && tableIndex[
tableOffset
] == c) {
378
tableOffset
++;
/external/icu4c/i18n/
ucol_elm.cpp
[
all
...]
/external/webkit/Source/WebCore/platform/graphics/opentype/
OpenTypeUtilities.cpp
231
unsigned
tableOffset
= sfnt->tables[i].offset;
234
if (dataLength <
tableOffset
|| dataLength < tableLength || dataLength <
tableOffset
+ tableLength)
241
if (dataLength <
tableOffset
+ sizeof(OS2Table))
245
const OS2Table* OS2 = reinterpret_cast<const OS2Table*>(data +
tableOffset
);
261
if (dataLength <
tableOffset
+ sizeof(headTable))
265
const headTable* head = reinterpret_cast<const headTable*>(data +
tableOffset
);
271
if (dataLength <
tableOffset
+ offsetof(nameTable, nameRecords))
275
const nameTable* name = reinterpret_cast<const nameTable*>(data +
tableOffset
);
277
if (dataLength <
tableOffset
+ offsetof(nameTable, nameRecords) + (j + 1) * sizeof(nameRecord)
[
all
...]
Completed in 60 milliseconds