Searched refs:currentOffset (Results 1 – 8 of 8) sorted by relevance
1019 uint32_t currentOffset; in _SCSUFromUnicodeWithOffsets() local1047 currentOffset=scsu->fromUDynamicOffsets[dynamicWindow]; in _SCSUFromUnicodeWithOffsets()1094 } else if((delta=c-currentOffset)<=0x7f) { in _SCSUFromUnicodeWithOffsets()1132 if((delta=c-currentOffset)<=0x7f) { in _SCSUFromUnicodeWithOffsets()1142 currentOffset=scsu->fromUDynamicOffsets[dynamicWindow]; in _SCSUFromUnicodeWithOffsets()1144 c=((uint32_t)(SC0+dynamicWindow)<<8)|(c-currentOffset)|0x80; in _SCSUFromUnicodeWithOffsets()1152 currentOffset=scsu->fromUDynamicOffsets[dynamicWindow]=offset; in _SCSUFromUnicodeWithOffsets()1154 … c=((uint32_t)SDX<<24)|((uint32_t)dynamicWindow<<21)|((uint32_t)code<<8)|(c-currentOffset)|0x80; in _SCSUFromUnicodeWithOffsets()1186 currentOffset=scsu->fromUDynamicOffsets[dynamicWindow]; in _SCSUFromUnicodeWithOffsets()1188 c=((uint32_t)(SC0+dynamicWindow)<<8)|(c-currentOffset)|0x80; in _SCSUFromUnicodeWithOffsets()[all …]
69 int currentOffset() { return m_code - m_codeStart; } in currentOffset() function106 ALWAYS_INLINE int currentOffset() const;
242 ALWAYS_INLINE int Lexer::currentOffset() const in currentOffset() function in JSC::Lexer271 ASSERT(currentOffset() == source.startOffset()); in setCode()728 int startOffset = currentOffset(); in lex()970 lvalp->intValue = currentOffset(); in lex()975 lvalp->intValue = currentOffset(); in lex()1075 llocp->endOffset = currentOffset(); in lex()
50 int currentOffset = offset; variable158 WRITE_32(header + 42, currentOffset);
1473 guint currentOffset = 0; in getAccessibilityObjectForOffset() local1475 while (child && currentOffset <= offset) { in getAccessibilityObjectForOffset()1477 currentOffset = childLength + childPosition; in getAccessibilityObjectForOffset()1478 if (currentOffset > offset) { in getAccessibilityObjectForOffset()
1949 IntSize currentOffset = currContainer->offsetFromContainer(nextContainer, referencePoint); in offsetFromAncestorContainer() local1950 offset += currentOffset; in offsetFromAncestorContainer()1951 referencePoint.move(currentOffset); in offsetFromAncestorContainer()
4808 (JSC::Lexer::currentOffset): Changed to call currentCharacter for clarity.5622 (JSC::Lexer::currentOffset): Added. Used where the old code would look at5655 main lexer loop. Use currentOffset instead of m_currentOffset. Removed5677 matchPunctuator. Added copyCoodeWithoutBOMs and currentOffset. Moved the
20433 (JSC::Lexer::currentOffset):21462 (JSC::Lexer::currentOffset):