Home
last modified time | relevance | path

Searched refs:nextOffset (Results 1 – 25 of 26) sorted by relevance

12

/external/icu4c/common/
Ddictionarydata.cpp206 int32_t nextOffset = indexes[DictionaryData::IX_RESERVED1_OFFSET]; in udict_swap() local
209 … ds->swapArray16(ds, inBytes + offset, nextOffset - offset, outBytes + offset, pErrorCode); in udict_swap()
220 offset = nextOffset; in udict_swap()
221 nextOffset = indexes[DictionaryData::IX_RESERVED2_OFFSET]; in udict_swap()
222 offset = nextOffset; in udict_swap()
223 nextOffset = indexes[DictionaryData::IX_TOTAL_SIZE]; in udict_swap()
224 offset = nextOffset; in udict_swap()
Dnormalizer2impl.cpp310 int32_t nextOffset=inIndexes[IX_EXTRA_DATA_OFFSET]; in load() local
312 inBytes+offset, nextOffset-offset, NULL, in load()
318 offset=nextOffset; in load()
319 nextOffset=inIndexes[IX_SMALL_FCD_OFFSET]; in load()
324 offset=nextOffset; in load()
1985 int32_t i, offset, nextOffset, size; in unorm2_swap() local
2049 nextOffset=indexes[Normalizer2Impl::IX_NORM_TRIE_OFFSET]; in unorm2_swap()
2050 ds->swapArray32(ds, inBytes, nextOffset-offset, outBytes, pErrorCode); in unorm2_swap()
2051 offset=nextOffset; in unorm2_swap()
2054 nextOffset=indexes[Normalizer2Impl::IX_EXTRA_DATA_OFFSET]; in unorm2_swap()
[all …]
/external/icu4c/tools/makeconv/
Dgenmbcs.cpp566 uint32_t blockSize, newTop, i, nextOffset, newBlock, min; in MBCSSingleAddFromUnicode() local
585 nextOffset=(c>>MBCS_STAGE_2_SHIFT)&MBCS_STAGE_2_BLOCK_MASK&~(MBCS_UTF8_STAGE_3_BLOCKS-1); in MBCSSingleAddFromUnicode()
587 nextOffset=(c>>MBCS_STAGE_2_SHIFT)&MBCS_STAGE_2_BLOCK_MASK; in MBCSSingleAddFromUnicode()
593 min=newBlock-nextOffset; /* minimum block start with overlap */ in MBCSSingleAddFromUnicode()
614 idx=mbcsData->stage1[idx]+nextOffset; in MBCSSingleAddFromUnicode()
618 nextOffset=c&MBCS_UTF8_STAGE_3_BLOCK_MASK; in MBCSSingleAddFromUnicode()
621 nextOffset=c&MBCS_STAGE_3_BLOCK_MASK; in MBCSSingleAddFromUnicode()
627 min=newBlock-nextOffset; /* minimum block start with overlap */ in MBCSSingleAddFromUnicode()
648 p=stage3+mbcsData->stage2Single[idx]+nextOffset; in MBCSSingleAddFromUnicode()
685 uint32_t blockSize, newTop, i, nextOffset, newBlock, min, overlap, maxOverlap; in MBCSAddFromUnicode() local
[all …]
Dgencnvex.c822 int32_t i1, i2, i3, i3b, nextOffset, min, newBlock; in addFromUTrieEntry() local
838 nextOffset=(c>>4)&0x3f; in addFromUTrieEntry()
843 min=newBlock-nextOffset; /* minimum block start with overlap */ in addFromUTrieEntry()
856 i2=extData->stage1[i1]+nextOffset; in addFromUTrieEntry()
857 nextOffset=c&0xf; in addFromUTrieEntry()
862 min=newBlock-nextOffset; /* minimum block start with overlap */ in addFromUTrieEntry()
878 i3=((int32_t)extData->stage2[i2]<<UCNV_EXT_STAGE_2_LEFT_SHIFT)+nextOffset; in addFromUTrieEntry()
897 if(nextOffset==MBCS_STAGE_3_BLOCK_SIZE-1) { in addFromUTrieEntry()
898 for(min=i3-nextOffset; in addFromUTrieEntry()
/external/mdnsresponder/mDNSShared/
DGenLinkedList.c218 size_t nextOffset; in GetOffsetLink() local
220 nextOffset = GETOFFSET( elem, pList->LinkOffset); in GetOffsetLink()
222 return nextOffset ? (char*) elem + nextOffset : NULL; in GetOffsetLink()
/external/proguard/src/proguard/optimize/peephole/
DBranchTargetFinder.java661 private void markAfterBranchOrigin(int nextOffset) in markAfterBranchOrigin() argument
663 instructionMarks[nextOffset] |= AFTER_BRANCH; in markAfterBranchOrigin()
666 if (currentSubroutineEnd <= nextOffset) in markAfterBranchOrigin()
/external/proguard/src/proguard/optimize/
DTailRecursionSimplifier.java167 int nextOffset = in visitConstantInstruction() local
171 InstructionFactory.create(codeAttribute.code, nextOffset); in visitConstantInstruction()
/external/webrtc/src/system_wrappers/source/spreadsortlib/
Dspreadsort.hpp1006 unsigned nextOffset = char_offset; in update_offset() local
1012 …).size() > char_offset && ((*curr).size() <= (nextOffset + 1) || (*curr)[nextOffset] != (*first)[n… in update_offset()
1018 ++nextOffset; in update_offset()
1020 char_offset = nextOffset; in update_offset()
1028 unsigned nextOffset = char_offset; in update_offset() local
1034 … > char_offset && (length(*curr) <= (nextOffset + 1) || getchar((*curr), nextOffset) != getchar((*… in update_offset()
1040 ++nextOffset; in update_offset()
1042 char_offset = nextOffset; in update_offset()
/external/webkit/Source/WebCore/platform/graphics/
DFontFastPath.cpp389 FloatSize nextOffset = glyphBuffer.offsetAt(nextGlyph); in drawGlyphBuffer() local
390 if (nextFontData != fontData || nextOffset != offset) { in drawGlyphBuffer()
395 offset = nextOffset; in drawGlyphBuffer()
/external/webkit/Source/WebCore/rendering/
DRenderText.h116 virtual int nextOffset(int current) const;
DRenderObject.h744 virtual int nextOffset(int current) const;
DRenderText.cpp1610 int RenderText::nextOffset(int current) const in nextOffset() function in WebCore::RenderText
DRenderObject.cpp2478 int RenderObject::nextOffset(int current) const in nextOffset() function in WebCore::RenderObject
/external/webkit/Source/WebCore/editing/
DVisiblePosition.cpp127 … = box->isLeftToRightDirection() ? renderer->previousOffset(offset) : renderer->nextOffset(offset); in leftVisuallyDistinctCandidate()
278 …offset = box->isLeftToRightDirection() ? renderer->nextOffset(offset) : renderer->previousOffset(o… in rightVisuallyDistinctCandidate()
/external/proguard/src/proguard/optimize/evaluation/
DEvaluationShrinker.java368 int nextOffset = offset + instruction.length(offset); in visitCodeAttribute0() local
369 if (!isInstructionNecessary(nextOffset)) in visitCodeAttribute0()
371 replaceByInfiniteLoop(clazz, nextOffset); in visitCodeAttribute0()
/external/webkit/Source/WebCore/css/
DCSSGradientValue.cpp334 float nextOffset = stops[firstZeroOrGreaterIndex].offset; in addStops() local
336 float interStopProportion = -prevOffset / (nextOffset - prevOffset); in addStops()
/external/webkit/Source/WebCore/dom/
DPosition.cpp321 return n->renderer() ? n->renderer()->nextOffset(current) : current + 1; in uncheckedNextOffset()
829 …return m_offset == 0 || m_offset == textRenderer->nextOffset(textRenderer->previousOffset(m_offset… in inRenderedText()
/external/chromium/chrome/browser/autocomplete/
Dautocomplete_popup_view_mac.mm126 const size_t nextOffset = (isLast ? matchString.length() : (i+1)->offset);
128 const NSInteger length = static_cast<NSInteger>(nextOffset - i->offset);
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp1732 uint64_t nextOffset = FPROffset; in LowerVASTART() local
1739 MachinePointerInfo(SV, nextOffset), MVT::i8, in LowerVASTART()
1741 nextOffset += StackOffset; in LowerVASTART()
1747 MachinePointerInfo(SV, nextOffset), in LowerVASTART()
1749 nextOffset += FrameOffset; in LowerVASTART()
1754 MachinePointerInfo(SV, nextOffset), in LowerVASTART()
/external/webkit/Source/WebCore/
DChangeLog-2005-12-1918237 (RenderObject::nextOffset):
18255 (RenderText::nextOffset):
18336 (DOM::NodeImpl::nextOffset):
18555 … Problem is that RenderText::nextOffset() passes an empty string the UBreakIterator, which returns
18557 nextOffset(). Fixed by checking for UBRK_DONE and returning offset+1 in that case. Similar
18575 (RenderText::nextOffset):
DChangeLog-2006-05-106667 (WebCore::RenderText::nextOffset): Updated for name change.
37962 (khtml::RenderText::nextOffset): Ditto.
38450 (khtml::RenderText::nextOffset): Ditto.
DChangeLog-2005-08-2321748 (RenderText::nextOffset): Ditto.
25617 (RenderText::nextOffset):
25651 (RenderObject::nextOffset):
25655 (RenderText::nextOffset):
25660 (NodeImpl::nextOffset):
DChangeLog-2006-12-313343 (WebCore::RenderText::nextOffset):
6142 (WebCore::RenderText::nextOffset):
12860 (WebCore::RenderObject::nextOffset):
DChangeLog-2009-06-1632361 (WebCore::RenderText::nextOffset): Ditto.
40695 * rendering/RenderText.cpp: (WebCore::RenderText::nextOffset):
40707 (WebCore::RenderText::nextOffset):
DChangeLog-2010-05-2435370 (WebCore::RenderText::nextOffset):

12