Searched refs:offsetTable (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/compression/ |
D | CompressionTableGenerator.java | 96 int [] offsetTable = new int [ BLOCKSIZE + 1 ]; in printOffsetTable() local 102 offsetTable[i] = i * 0x80; in printOffsetTable() 106 offsetTable[i] = (i * 0x80) + 0xAC00; in printOffsetTable() 110 offsetTable[ LATININDEX ] = 0x00C0; in printOffsetTable() 111 offsetTable[ IPAEXTENSIONINDEX ] = 0x0250; in printOffsetTable() 112 offsetTable[ GREEKINDEX ] = 0x0370; in printOffsetTable() 113 offsetTable[ ARMENIANINDEX ] = 0x0530; in printOffsetTable() 114 offsetTable[ HIRAGANAINDEX ] = 0x3040; in printOffsetTable() 115 offsetTable[ KATAKANAINDEX ] = 0x30A0; in printOffsetTable() 116 offsetTable[ HALFWIDTHKATAKANAINDEX ] = 0xFF60; in printOffsetTable() [all …]
|
/external/svox/pico/lib/ |
D | picoktab.c | 198 picoos_uint8 * offsetTable; member 217 ktabgraphs->offsetTable = &(this->base[KTAB_START_GRAPHS_OFFSET_TABLE]); in ktabGraphsInitialize() 387 graphsOffset = g->offsetTable[g->sizeOffset*m]; in picoktab_graphOffset() 390 graphsOffset = g->offsetTable[g->sizeOffset*m ] + in picoktab_graphOffset() 391 256*g->offsetTable[g->sizeOffset*m + 1]; in picoktab_graphOffset() 587 graphsOffset = g->offsetTable[graphIndex]; in picoktab_graphsGetGraphInfo() 589 graphsOffset = g->offsetTable[2 * graphIndex] in picoktab_graphsGetGraphInfo() 590 + (g->offsetTable[2 * graphIndex + 1] << 8); in picoktab_graphsGetGraphInfo()
|
/external/icu/icu4c/source/layout/ |
D | LigatureSubstProc.cpp | 86 …LEReferenceToArrayOf<le_int16> offsetTable(stHeader, success, 2 * SignExtend(offset, lafComponentO… in processStateEntry() local 98 … i += SWAPW(offsetTable.getObject(LE_GET_GLYPH(glyphStorage[componentGlyph]), success)); in processStateEntry()
|
/external/aac/libPCMutils/src/ |
D | pcmutils_lib.cpp | 448 UCHAR offsetTable[PCM_DMX_MAX_CHANNELS], /* out */ in getChannelMode() 463 FDK_ASSERT(offsetTable != NULL); in getChannelMode() 468 FDKmemset(offsetTable, 255, PCM_DMX_MAX_CHANNELS*sizeof(UCHAR)); in getChannelMode() 542 offsetTable[CENTER_FRONT_CHANNEL] = chIdx[CH_GROUP_FRONT][0]; in getChannelMode() 573 offsetTable[chMapPos] = chIdx[grpIdx][ch]; in getChannelMode() 605 if (offsetTable[chMapPos] == 255) { in getChannelMode() 630 offsetTable[chMapPos++] = hardToPlace[ch]; in getChannelMode() 675 UCHAR offsetTable[PCM_DMX_MAX_CHANNELS] /* out */ in getChannelDescription() 685 FDK_ASSERT(offsetTable != NULL); in getChannelDescription() 690 FDKmemset(offsetTable, 255, PCM_DMX_MAX_CHANNELS*sizeof(UCHAR)); in getChannelDescription() [all …]
|
/external/fonttools/Lib/fontTools/ttLib/ |
D | sfnt.py | 39 offsetTable = struct.unpack(">%dL" % self.numFonts, self.file.read(self.numFonts * 4)) 42 self.file.seek(offsetTable[fontNumber])
|