Home
last modified time | relevance | path

Searched refs:tableOffset (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/graphics/java/android/graphics/fonts/
H A DFontFileUtil.java114 int tableOffset = fontFileOffset + 12 /* size of offset table */ in analyzeStyle() local
116 if (buffer.getInt(tableOffset) == OS2_TABLE_TAG) { in analyzeStyle()
117 os2TableOffset = buffer.getInt(tableOffset + 8 /* offset to the table */); in analyzeStyle()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DGsmSmsTest.java496 int tableOffset = 0; in testDecodeExtendedFallback() local
505 if (tableOffset < tableIndex.length && tableIndex[tableOffset] == c) { in testDecodeExtendedFallback()
506 tableOffset++; in testDecodeExtendedFallback()
/aosp12/frameworks/base/telephony/common/com/android/internal/telephony/
H A DGsmAlphabet.java1145 for (int i = 1, tableOffset = 0; i <= maxSingleShiftCode; i++) {
1146 if (sEnabledSingleShiftTables[tableOffset] == i) {
1147 tableOffset++;
/aosp12/frameworks/base/core/java/com/android/internal/app/procstats/
H A DProcessState.java1023 final int tableOffset = SparseMappingTable.getIndexFromKey(key); in dumpPss() local
1044 dumpPssSamples(pw, table, tableOffset); in dumpPss()