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

  /external/webkit/JavaScriptCore/bytecode/
JumpTable.h 49 StringOffsetTable offsetTable;
56 StringOffsetTable::const_iterator end = offsetTable.end();
57 StringOffsetTable::const_iterator loc = offsetTable.find(value);
66 StringOffsetTable::const_iterator end = offsetTable.end();
67 StringOffsetTable::const_iterator loc = offsetTable.find(value);
CodeBlock.cpp 464 StringJumpTable::StringOffsetTable::const_iterator end = m_rareData->m_stringSwitchJumpTables[i].offsetTable.end();
465 for (StringJumpTable::StringOffsetTable::const_iterator iter = m_rareData->m_stringSwitchJumpTables[i].offsetTable.begin(); iter != end; ++iter)
    [all...]
  /external/icu4c/layout/
LigatureSubstProc.cpp 79 const le_int16 *offsetTable = (const le_int16 *)((char *) &ligatureSubstitutionHeader->stHeader + 2 * SignExtend(offset, lafComponentOffsetMask));
81 i += SWAPW(offsetTable[LE_GET_GLYPH(glyphStorage[componentGlyph])]);