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

12

/external/chromium_org/third_party/icu/source/common/
H A Ddictionarydata.cpp211 int32_t nextOffset = indexes[DictionaryData::IX_RESERVED1_OFFSET]; local
214 ds->swapArray16(ds, inBytes + offset, nextOffset - offset, outBytes + offset, pErrorCode);
225 offset = nextOffset;
226 nextOffset = indexes[DictionaryData::IX_RESERVED2_OFFSET];
227 offset = nextOffset;
228 nextOffset = indexes[DictionaryData::IX_TOTAL_SIZE];
229 offset = nextOffset;
H A Dnormalizer2impl.cpp310 int32_t nextOffset=inIndexes[IX_EXTRA_DATA_OFFSET]; local
312 inBytes+offset, nextOffset-offset, NULL,
318 offset=nextOffset;
319 nextOffset=inIndexes[IX_SMALL_FCD_OFFSET];
324 offset=nextOffset;
1967 int32_t i, offset, nextOffset, size; local
2031 nextOffset=indexes[Normalizer2Impl::IX_NORM_TRIE_OFFSET];
2032 ds->swapArray32(ds, inBytes, nextOffset-offset, outBytes, pErrorCode);
2033 offset=nextOffset;
2036 nextOffset
[all...]
/external/icu/icu4c/source/common/
H A Ddictionarydata.cpp211 int32_t nextOffset = indexes[DictionaryData::IX_RESERVED1_OFFSET]; local
214 ds->swapArray16(ds, inBytes + offset, nextOffset - offset, outBytes + offset, pErrorCode);
225 offset = nextOffset;
226 nextOffset = indexes[DictionaryData::IX_RESERVED2_OFFSET];
227 offset = nextOffset;
228 nextOffset = indexes[DictionaryData::IX_TOTAL_SIZE];
229 offset = nextOffset;
H A Dnormalizer2impl.cpp310 int32_t nextOffset=inIndexes[IX_EXTRA_DATA_OFFSET]; local
312 inBytes+offset, nextOffset-offset, NULL,
318 offset=nextOffset;
319 nextOffset=inIndexes[IX_SMALL_FCD_OFFSET];
324 offset=nextOffset;
2069 int32_t i, offset, nextOffset, size; local
2133 nextOffset=indexes[Normalizer2Impl::IX_NORM_TRIE_OFFSET];
2134 ds->swapArray32(ds, inBytes, nextOffset-offset, outBytes, pErrorCode);
2135 offset=nextOffset;
2138 nextOffset
[all...]
/external/chromium_org/third_party/icu/source/tools/makeconv/
H A Dgenmbcs.cpp566 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.c824 int32_t i1, i2, i3, i3b, nextOffset, min, newBlock; local
840 nextOffset=(c>>4)&0x3f;
845 min=newBlock-nextOffset; /* minimum block start with overlap */
858 i2=extData->stage1[i1]+nextOffset;
859 nextOffset=c&0xf;
864 min=newBlock-nextOffset; /* minimum block start with overlap */
880 i3=((int32_t)extData->stage2[i2]<<UCNV_EXT_STAGE_2_LEFT_SHIFT)+nextOffset;
899 if(nextOffset==MBCS_STAGE_3_BLOCK_SIZE-1) {
900 for(min=i3-nextOffset;
/external/icu/icu4c/source/tools/makeconv/
H A Dgenmbcs.cpp566 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.c824 int32_t i1, i2, i3, i3b, nextOffset, min, newBlock; local
840 nextOffset=(c>>4)&0x3f;
845 min=newBlock-nextOffset; /* minimum block start with overlap */
858 i2=extData->stage1[i1]+nextOffset;
859 nextOffset=c&0xf;
864 min=newBlock-nextOffset; /* minimum block start with overlap */
880 i3=((int32_t)extData->stage2[i2]<<UCNV_EXT_STAGE_2_LEFT_SHIFT)+nextOffset;
899 if(nextOffset==MBCS_STAGE_3_BLOCK_SIZE-1) {
900 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/
H A DTailRecursionSimplifier.java160 int nextOffset =
164 InstructionFactory.create(codeAttribute.code, nextOffset);
/external/chromium_org/third_party/webrtc/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/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/proguard/src/proguard/optimize/peephole/
H A DBranchTargetFinder.java714 private void markAfterBranchOrigin(int nextOffset) argument
716 instructionMarks[nextOffset] |= AFTER_BRANCH;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderText.h131 virtual int nextOffset(int current) const OVERRIDE FINAL;
H A DRenderObject.h966 virtual int nextOffset(int current) const;
H A DRenderText.cpp1812 int RenderText::nextOffset(int current) const function in class:blink::RenderText
H A DRenderObject.cpp2893 int RenderObject::nextOffset(int current) const function in class:blink::RenderObject
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DVisiblePosition.cpp153 offset = box->isLeftToRightDirection() ? renderer->previousOffset(offset) : renderer->nextOffset(offset);
318 offset = box->isLeftToRightDirection() ? renderer->nextOffset(offset) : renderer->previousOffset(offset);
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
H A DHarfBuzzShaper.cpp967 FloatPoint& nextOffset = (i == numGlyphs - 1) ? firstOffsetOfNextRun : offsets[i + 1]; local
968 float glyphAdvanceX = advances[i] + nextOffset.x() - currentOffset.x();
969 float glyphAdvanceY = nextOffset.y() - currentOffset.y();
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DPosition.cpp370 return n->renderer() ? n->renderer()->nextOffset(current) : current + 1;
885 return m_offset == 0 || m_offset == textRenderer->nextOffset(textRenderer->previousOffset(m_offset));
/external/proguard/src/proguard/optimize/evaluation/
H A DEvaluationShrinker.java398 int nextOffset = offset + instruction.length(offset);
399 if (!isInstructionNecessary(nextOffset))
401 replaceByInfiniteLoop(clazz, nextOffset);
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSGradientValue.cpp361 float nextOffset = stops[firstZeroOrGreaterIndex].offset; local
363 float interStopProportion = -prevOffset / (nextOffset - prevOffset);
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp2016 uint64_t nextOffset = FPROffset; local
2023 MachinePointerInfo(SV, nextOffset), MVT::i8,
2025 nextOffset += StackOffset;
2031 MachinePointerInfo(SV, nextOffset),
2033 nextOffset += FrameOffset;
2038 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 ...

Completed in 399 milliseconds

12