Searched refs:endPos (Results 1 - 25 of 68) sorted by relevance

123

/external/lzma/CPP/7zip/Common/
H A DFilterCoder.cpp55 UInt32 endPos = bufferPos + (UInt32)processedSize; local
57 bufferPos = Filter->Filter(_buffer, endPos);
58 if (bufferPos > endPos)
60 for (; endPos < bufferPos; endPos++)
61 _buffer[endPos] = 0;
62 bufferPos = Filter->Filter(_buffer, endPos);
67 if (endPos == 0)
69 return WriteWithLimit(outStream, endPos);
77 while (bufferPos < endPos)
110 UInt32 endPos = _bufferPos + sizeTemp; local
137 UInt32 endPos = Filter->Filter(_buffer, _bufferPos); local
[all...]
/external/fonttools/MetaTools/
H A DbuildTableList.py51 endPos = doc.find(end) variable
53 doc = doc[:beginPos] + ", ".join(tables[:-1]) + " and " + tables[-1] + "\n" + doc[endPos:]
/external/fonttools/Lib/fontTools/ttLib/tables/
H A DG_P_K_G_.py26 endPos = (self.numGMAPs+1) * 4
27 GMAPoffsets.fromstring(newData[:endPos])
35 pos = endPos
36 endPos = pos + (self.numGlyplets + 1)*4
38 glyphletOffsets.fromstring(newData[pos:endPos])
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DG_P_K_G_.py26 endPos = (self.numGMAPs+1) * 4
27 GMAPoffsets.fromstring(newData[:endPos])
35 pos = endPos
36 endPos = pos + (self.numGlyplets + 1)*4
38 glyphletOffsets.fromstring(newData[pos:endPos])
/external/chromium_org/third_party/icu/source/common/
H A Dbrkeng.h67 * @param endPos The end of the run within the supplied text.
76 int32_t endPos,
192 * @param endPos The end of the run within the supplied text.
201 int32_t endPos,
H A Ddictbe.h86 * @param endPos The end of the run within the supplied text.
95 int32_t endPos,
H A Drbbi.cpp1544 int32_t endPos,
1550 // startPos-endPos range
1552 if ((endPos - startPos) <= 1) {
1553 return (reverse ? startPos : endPos);
1577 return (reverse ? startPos : endPos);
1583 utext_setNativeIndex(fText, reverse ? endPos : startPos);
1589 int32_t rangeEnd = endPos;
1685 if (endPos > breaks.peeki()) {
1698 if (endPos > fCachedBreakPositions[out-1]) {
1699 fCachedBreakPositions[out] = endPos;
1543 checkDictionary(int32_t startPos, int32_t endPos, UBool reverse) argument
[all...]
/external/icu/icu4c/source/common/
H A Dbrkeng.h67 * @param endPos The end of the run within the supplied text.
76 int32_t endPos,
192 * @param endPos The end of the run within the supplied text.
201 int32_t endPos,
H A Drbbi.cpp1569 int32_t endPos,
1575 // startPos-endPos range
1577 if ((endPos - startPos) <= 1) {
1578 return (reverse ? startPos : endPos);
1602 return (reverse ? startPos : endPos);
1608 utext_setNativeIndex(fText, reverse ? endPos : startPos);
1614 int32_t rangeEnd = endPos;
1711 if (endPos > breaks.peeki()) {
1724 if (endPos > fCachedBreakPositions[out-1]) {
1725 fCachedBreakPositions[out] = endPos;
1568 checkDictionary(int32_t startPos, int32_t endPos, UBool reverse) argument
[all...]
H A Ddictbe.h86 * @param endPos The end of the run within the supplied text.
95 int32_t endPos,
/external/srec/portable/src/
H A Dpstream.c306 PortFile->endPos = PortFile->curPos + end;
308 /* set the PortFile->endPos */
322 PortFile->endPos = curFrame->buffer + end;
401 if (PortFile->endPos == PortFile->curPos) /* end of file */
412 cbAvail = PortFile->endPos - PortFile->curPos;
424 if (PortFile->curPos == PortFile->endPos)
478 PortFile->curPos = PortFile->endPos = nextFrame->buffer;
499 if (curFrame == PortFile->endFrame && PortFile->endPos < PortFile->curPos)
500 PortFile->endPos = PortFile->curPos;
527 PortFile->curPos = PortFile->endPos;
[all...]
/external/protobuf/java/src/main/java/com/google/protobuf/nano/
H A DExtendableMessageNano.java133 int endPos = input.getPosition();
134 byte[] bytes = input.getData(startPos, endPos - startPos);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
H A Dcomment.js127 var pos = line.indexOf(lineString), endPos = pos + lineString.length;
129 if (line.slice(endPos, endPos + pad.length) == pad) endPos += pad.length;
131 self.replaceRange("", Pos(i, pos), Pos(i, endPos));
/external/lzma/CPP/7zip/Compress/
H A DBcj2Coder.cpp124 UInt32 endPos = bufferPos + processedSize; local
126 if (endPos < 5)
129 for (bufferPos = 0; bufferPos < endPos; bufferPos++)
153 UInt32 limit = endPos - 5;
247 while(bufferPos < endPos)
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DXMPUtilsImpl.java192 int endPos = catedStr.length();
193 while (itemEnd < endPos)
197 for (itemStart = itemEnd; itemStart < endPos; itemStart++)
206 if (itemStart >= endPos)
215 for (itemEnd = itemStart; itemEnd < endPos; itemEnd++)
229 else if ((itemEnd + 1) < endPos)
259 for (itemEnd = itemStart; itemEnd < endPos; itemEnd++)
278 if ((itemEnd + 1) < endPos)
/external/srec/portable/include/
H A Dpstream.h43 const unsigned char *endPos; member in struct:PORT_FILE_HANDLE
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DInlineTextBox.h116 virtual LayoutRect localSelectionRect(int startPos, int endPos);
117 bool isSelected(int startPos, int endPos) const;
182 void paintSingleCompositionBackgroundRun(GraphicsContext*, const FloatPoint& boxOrigin, RenderStyle*, const Font&, Color backgroundColor, int startPos, int endPos);
H A DInlineTextBox.cpp143 bool InlineTextBox::isSelected(int startPos, int endPos) const
148 int ePos = min(endPos - m_start, int(m_len) + (isLineBreak() ? 0 : 1));
156 int startPos, endPos; local
157 renderer().selectionStartEnd(startPos, endPos);
165 bool end = (state != RenderObject::SelectionStart && endPos > m_start && endPos <= lastSelectable);
173 (state == RenderObject::SelectionStart || endPos > lastSelectable))
198 LayoutRect InlineTextBox::localSelectionRect(int startPos, int endPos) argument
201 int ePos = min(endPos - m_start, (int)m_len);
790 int startPos, endPos; local
878 paintSingleCompositionBackgroundRun(GraphicsContext* context, const FloatPoint& boxOrigin, RenderStyle* style, const Font& font, Color backgroundColor, int startPos, int endPos) argument
[all...]
H A DRenderText.cpp389 static IntRect ellipsisRectForBox(InlineTextBox* box, unsigned startPos, unsigned endPos) argument
401 int ellipsisEndPosition = min<int>(endPos - box->start(), box->len());
1187 int startPos, endPos; local
1188 selectionStartEnd(startPos, endPos);
1190 endPos = textLength();
1193 if (startPos && startPos == endPos)
1194 startPos = endPos - 1;
1199 if (box->isSelected(startPos, endPos)) {
1598 // Now calculate startPos and endPos for painting selection.
1599 // We include a selection while endPos >
1600 int startPos, endPos; local
[all...]
/external/javassist/src/main/javassist/expr/
H A DExpr.java318 int endPos = oldIterator.lookAhead();
320 if (ed.doit(thisClass, thisMethod, context, oldIterator, endPos))
323 oldIterator.move(endPos + oldIterator.getCodeLength() - size);
H A DExprEditor.java126 CodeIterator iterator, int endPos)
130 while (iterator.hasNext() && iterator.lookAhead() < endPos) {
136 endPos += size2 - size;
125 doit(CtClass clazz, MethodInfo minfo, LoopContext context, CodeIterator iterator, int endPos) argument
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DTouchAdjustment.cpp188 int startPos, endPos; local
192 endPos = textRenderer->textLength();
195 textRenderer->selectionStartEnd(startPos, endPos);
196 endPos = textRenderer->textLength();
199 textRenderer->selectionStartEnd(startPos, endPos);
203 textRenderer->selectionStartEnd(startPos, endPos);
210 textRenderer->absoluteQuadsForRange(quads, startPos, endPos);
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXPathFunctions.cpp347 size_t endPos = startPos; local
348 while (endPos < length && !isWhitespace(idList[endPos]))
349 ++endPos;
353 Node* node = contextScope.getElementById(AtomicString(idList.substring(startPos, endPos - startPos)));
357 startPos = endPos;
/external/lzma/CPP/7zip/Archive/
H A DLzmaHandler.cpp295 UInt64 endPos;
296 RINOK(inStream->Seek(0, STREAM_SEEK_END, &endPos));
297 _packSize = endPos - _startPosition;
/external/javassist/src/main/javassist/bytecode/
H A DCodeIterator.java37 protected int endPos; field in class:CodeIterator
52 endPos = getCodeLength();
170 public boolean hasNext() { return currentPos < endPos; }
632 endPos = getCodeLength();
699 endPos = getCodeLength();
854 int endPos, byte[] newcode, boolean exclusive)
860 for (; i < endPos; i = nextPos) {
1154 private static ArrayList makeJumpList(byte[] code, int endPos) argument
1159 for (int i = 0; i < endPos; i = nextPos) {
853 insertGap2(byte[] code, int where, int gapLength, int endPos, byte[] newcode, boolean exclusive) argument

Completed in 2746 milliseconds

123