Searched refs:nextOffset (Results 1 - 21 of 21) sorted by relevance

/external/icu4c/tools/makeconv/
H A Dgenmbcs.c566 uint32_t blockSize, newTop, i, nextOffset, newBlock, min; local
585 nextOffset=(c>>MBCS_STAGE_2_SHIFT)&MBCS_STAGE_2_BLOCK_MASK&~(MBCS_UTF8_STAGE_3_BLOCKS-1);
587 nextOffset=(c>>MBCS_STAGE_2_SHIFT)&MBCS_STAGE_2_BLOCK_MASK;
593 min=newBlock-nextOffset; /* minimum block start with overlap */
614 idx=mbcsData->stage1[idx]+nextOffset;
618 nextOffset=c&MBCS_UTF8_STAGE_3_BLOCK_MASK;
621 nextOffset=c&MBCS_STAGE_3_BLOCK_MASK;
627 min=newBlock-nextOffset; /* minimum block start with overlap */
648 p=stage3+mbcsData->stage2Single[idx]+nextOffset;
685 uint32_t blockSize, newTop, i, nextOffset, newBloc local
[all...]
H A Dgencnvex.c821 int32_t i1, i2, i3, i3b, nextOffset, min, newBlock; local
837 nextOffset=(c>>4)&0x3f;
842 min=newBlock-nextOffset; /* minimum block start with overlap */
855 i2=extData->stage1[i1]+nextOffset;
856 nextOffset=c&0xf;
861 min=newBlock-nextOffset; /* minimum block start with overlap */
877 i3=((int32_t)extData->stage2[i2]<<UCNV_EXT_STAGE_2_LEFT_SHIFT)+nextOffset;
896 if(nextOffset==MBCS_STAGE_3_BLOCK_SIZE-1) {
897 for(min=i3-nextOffset;
/external/mdnsresponder/mDNSShared/
H A DGenLinkedList.c218 size_t nextOffset; local
220 nextOffset = GETOFFSET( elem, pList->LinkOffset);
222 return nextOffset ? (char*) elem + nextOffset : NULL;
/external/proguard/src/proguard/optimize/peephole/
H A DBranchTargetFinder.java661 private void markAfterBranchOrigin(int nextOffset) argument
663 instructionMarks[nextOffset] |= AFTER_BRANCH;
666 if (currentSubroutineEnd <= nextOffset)
/external/proguard/src/proguard/optimize/
H A DTailRecursionSimplifier.java167 int nextOffset =
171 InstructionFactory.create(codeAttribute.code, nextOffset);
/external/icu4c/common/
H A Dnormalizer2impl.cpp309 int32_t nextOffset=inIndexes[IX_EXTRA_DATA_OFFSET]; local
311 inBytes+offset, nextOffset-offset, NULL,
317 offset=nextOffset;
1942 int32_t i, offset, nextOffset, size; local
2006 nextOffset=indexes[Normalizer2Impl::IX_NORM_TRIE_OFFSET];
2007 ds->swapArray32(ds, inBytes, nextOffset-offset, outBytes, pErrorCode);
2008 offset=nextOffset;
2011 nextOffset=indexes[Normalizer2Impl::IX_EXTRA_DATA_OFFSET];
2012 utrie2_swap(ds, inBytes+offset, nextOffset-offset, outBytes+offset, pErrorCode);
2013 offset=nextOffset;
[all...]
/external/webkit/Source/WebCore/platform/graphics/
H A DFontFastPath.cpp389 FloatSize nextOffset = glyphBuffer.offsetAt(nextGlyph); local
390 if (nextFontData != fontData || nextOffset != offset) {
395 offset = nextOffset;
/external/webrtc/src/system_wrappers/source/spreadsortlib/
H A Dspreadsort.hpp1006 unsigned nextOffset = char_offset; local
1011 //ignore empties, but if the nextOffset would exceed the length or not match, exit; we've found the last matching character
1012 if((*curr).size() > char_offset && ((*curr).size() <= (nextOffset + 1) || (*curr)[nextOffset] != (*first)[nextOffset])) {
1018 ++nextOffset;
1020 char_offset = nextOffset;
1028 unsigned nextOffset = char_offset; local
1033 //ignore empties, but if the nextOffset would exceed the length or not match, exit; we've found the last matching character
1034 if(length(*curr) > char_offset && (length(*curr) <= (nextOffset
[all...]
/external/webkit/Source/WebCore/rendering/
H A DRenderText.h116 virtual int nextOffset(int current) const;
H A DRenderObject.h744 virtual int nextOffset(int current) const;
H A DRenderText.cpp1610 int RenderText::nextOffset(int current) const function in class:WebCore::RenderText
H A DRenderObject.cpp2478 int RenderObject::nextOffset(int current) const function in class:WebCore::RenderObject
/external/webkit/Source/WebCore/editing/
H A DVisiblePosition.cpp127 offset = box->isLeftToRightDirection() ? renderer->previousOffset(offset) : renderer->nextOffset(offset);
278 offset = box->isLeftToRightDirection() ? renderer->nextOffset(offset) : renderer->previousOffset(offset);
/external/proguard/src/proguard/optimize/evaluation/
H A DEvaluationShrinker.java368 int nextOffset = offset + instruction.length(offset);
369 if (!isInstructionNecessary(nextOffset))
371 replaceByInfiniteLoop(clazz, nextOffset);
/external/webkit/Source/WebCore/css/
H A DCSSGradientValue.cpp334 float nextOffset = stops[firstZeroOrGreaterIndex].offset; local
336 float interStopProportion = -prevOffset / (nextOffset - prevOffset);
/external/webkit/Source/WebCore/dom/
H A DPosition.cpp321 return n->renderer() ? n->renderer()->nextOffset(current) : current + 1;
829 return m_offset == 0 || m_offset == textRenderer->nextOffset(textRenderer->previousOffset(m_offset));
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp1598 uint64_t nextOffset = FPROffset; local
1605 MachinePointerInfo(SV, nextOffset), MVT::i8,
1607 nextOffset += StackOffset;
1613 MachinePointerInfo(SV, nextOffset),
1615 nextOffset += FrameOffset;
1620 MachinePointerInfo(SV, nextOffset),
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 361 milliseconds