Searched defs:endPos (Results 1 - 25 of 49) sorted by relevance

12

/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/srec/portable/include/
H A Dpstream.h43 const unsigned char *endPos; member in struct:PORT_FILE_HANDLE
/external/javassist/src/main/javassist/expr/
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/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/chromium_org/third_party/icu/source/common/
H A Dbrkeng.cpp80 int32_t endPos,
92 while((int32_t)utext_getNativeIndex(text) < endPos && fHandled[breakType]->contains(c)) {
78 findBreaks( UText *text, int32_t startPos, int32_t endPos, UBool reverse, int32_t breakType, UStack & ) const argument
H A Ddictbe.cpp45 int32_t endPos,
67 while((current = (int32_t)utext_getNativeIndex(text)) < endPos && fSet.contains(c)) {
43 findBreaks( UText *text, int32_t startPos, int32_t endPos, UBool reverse, int32_t breakType, UStack &foundBreaks ) const argument
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;
1710 if (endPos > breaks.peeki()) {
1723 if (endPos > fCachedBreakPositions[out-1]) {
1724 fCachedBreakPositions[out] = endPos;
1568 checkDictionary(int32_t startPos, int32_t endPos, UBool reverse) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprogramopt.c565 GLint endPos, var; local
568 endPos = -1;
572 endPos = i;
578 assert(endPos >= 0);
581 inst = prog->Instructions + endPos;
/external/icu/icu4c/source/common/
H A Dbrkeng.cpp80 int32_t endPos,
92 while((int32_t)utext_getNativeIndex(text) < endPos && fHandled[breakType]->contains(c)) {
78 findBreaks( UText *text, int32_t startPos, int32_t endPos, UBool reverse, int32_t breakType, UStack & ) const argument
H A Ddictbe.cpp45 int32_t endPos,
70 while((current = (int32_t)utext_getNativeIndex(text)) < endPos && fSet.contains(c)) {
43 findBreaks( UText *text, int32_t startPos, int32_t endPos, UBool reverse, int32_t breakType, UStack &foundBreaks ) const argument
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...]
/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/mesa3d/src/mesa/program/
H A Dprogramopt.c565 GLint endPos, var; local
568 endPos = -1;
572 endPos = i;
578 assert(endPos >= 0);
581 inst = prog->Instructions + 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/javassist/src/main/javassist/bytecode/
H A DCodeAttribute.java352 private static LdcEntry copyCode(byte[] code, int beginPos, int endPos, argument
360 for (int i = beginPos; i < endPos; i = i2) {
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
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DTouchAdjustment.cpp191 int startPos, endPos; local
195 endPos = textRenderer->textLength();
198 textRenderer->selectionStartEnd(startPos, endPos);
199 endPos = textRenderer->textLength();
202 textRenderer->selectionStartEnd(startPos, endPos);
206 textRenderer->selectionStartEnd(startPos, endPos);
213 textRenderer->absoluteQuadsForRange(quads, startPos, endPos);
/external/deqp/framework/opengl/
H A DgluES3PlusWrapperContext.cpp284 const size_t endPos = line.find(';'); local
286 if (precEndPos != std::string::npos && endPos != std::string::npos && endPos > precEndPos+1)
290 const std::string type = line.substr(typePos, endPos-typePos);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderView.cpp528 void RenderView::setSelection(RenderObject* start, int startPos, RenderObject* end, int endPos, SelectionPaintInvalidationMode blockPaintInvalidationMode) argument
542 m_selectionEnd == end && m_selectionEndPos == endPos)
594 m_selectionEndPos = endPos;
607 stop = rendererAfterPosition(end, endPos);
706 void RenderView::selectionStartEnd(int& startPos, int& endPos) const
709 endPos = m_selectionEndPos;
H A DInlineTextBox.cpp151 bool InlineTextBox::isSelected(int startPos, int endPos) const
156 int ePos = std::min(endPos - m_start, int(m_len) + (isLineBreak() ? 0 : 1));
164 int startPos, endPos; local
165 renderer().selectionStartEnd(startPos, endPos);
173 bool end = (state != RenderObject::SelectionStart && endPos > m_start && endPos <= lastSelectable);
181 (state == RenderObject::SelectionStart || endPos > lastSelectable))
206 LayoutRect InlineTextBox::localSelectionRect(int startPos, int endPos) argument
209 int ePos = std::min(endPos - m_start, (int)m_len);
578 int startPos, endPos; local
652 paintSingleCompositionBackgroundRun(GraphicsContext* context, const FloatPoint& boxOrigin, RenderStyle* style, const Font& font, Color backgroundColor, int startPos, int endPos) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DWTFString.cpp697 size_t endPos; local
698 while ((endPos = find(separator, startPos)) != kNotFound) {
699 if (allowEmptyEntries || startPos != endPos)
700 result.append(substring(startPos, endPos - startPos));
701 startPos = endPos + separator.length();
712 size_t endPos; local
713 while ((endPos = find(separator, startPos)) != kNotFound) {
714 if (allowEmptyEntries || startPos != endPos)
715 result.append(substring(startPos, endPos - startPos));
716 startPos = endPos
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dustrtest.cpp734 int32_t endPos = 28; local
737 (startPos = test1.indexOf(test2, startPos, endPos - startPos)) != -1 ? (++occurrences, startPos += 4) : 0)
775 for ( occurrences = 0, startPos = 5, endPos = 28;
777 (startPos = test1.indexOf(testChar, startPos, endPos - startPos)) != -1 ? (++occurrences, startPos += 1) : 0)
802 endPos=test3.length();
805 (startPos = test3.indexOf(testChar32, startPos, endPos - startPos)) != -1 ? (++occurrences, startPos += 1) : 0)
845 for ( occurrences = 0, endPos = test3.length(); endPos > 0; endPos -= 1){
847 subString.append(test3, 0, endPos);
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dustrtest.cpp734 int32_t endPos = 28; local
737 (startPos = test1.indexOf(test2, startPos, endPos - startPos)) != -1 ? (++occurrences, startPos += 4) : 0)
775 for ( occurrences = 0, startPos = 5, endPos = 28;
777 (startPos = test1.indexOf(testChar, startPos, endPos - startPos)) != -1 ? (++occurrences, startPos += 1) : 0)
802 endPos=test3.length();
805 (startPos = test3.indexOf(testChar32, startPos, endPos - startPos)) != -1 ? (++occurrences, startPos += 1) : 0)
845 for ( occurrences = 0, endPos = test3.length(); endPos > 0; endPos -= 1){
847 subString.append(test3, 0, endPos);
[all...]
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DFrameSelection.cpp1595 Position endPos = selection.end(); local
1596 candidate = endPos.upstream();
1598 endPos = candidate;
1602 if (startPos.isNotNull() && endPos.isNotNull() && selection.visibleStart() != selection.visibleEnd()) {
1604 RenderObject* endRenderer = endPos.deprecatedNode()->renderer();
1606 view->setSelection(startRenderer, startPos.deprecatedEditingOffset(), endRenderer, endPos.deprecatedEditingOffset());
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcnumtst.c1117 int32_t endPos; member in struct:__anon12244
1160 if ( value != testPtr->value || position != testPtr->endPos || status != testPtr->status ) {
1161 log_err("unum_parse SPELLOUT, locale %s, testname %s, startPos %d: for value / endPos / status, expected %d / %d / %s, got %d / %d / %s\n",
1163 testPtr->value, testPtr->endPos, myErrorName(testPtr->status),

Completed in 369 milliseconds

12