Searched refs:endPos (Results 26 - 50 of 75) sorted by relevance

123

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DRuleBasedBreakIterator.java426 private int checkDictionary(int startPos, int endPos, boolean reverse) { argument
432 // startPos-endPos range
434 if ((endPos - startPos) <= 1) {
435 return (reverse ? startPos : endPos);
441 fText.setIndex(reverse ? endPos : startPos);
447 int rangeEnd = endPos;
549 if (endPos > breaks.peek()) {
550 breaks.push(endPos);
565 return preceding(endPos);
574 fText.setIndex(reverse ? startPos : endPos);
[all...]
/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
H A DCodeAttribute.java352 private static LdcEntry copyCode(byte[] code, int beginPos, int endPos, argument
360 for (int i = beginPos; i < endPos; i = i2) {
/external/icu/icu4c/source/common/
H A Dbrkeng.cpp81 int32_t endPos,
93 while((int32_t)utext_getNativeIndex(text) < endPos && fHandled[breakType]->contains(c)) {
79 findBreaks( UText *text, int32_t startPos, int32_t endPos, UBool reverse, int32_t breakType, UStack & ) const argument
H A Ddictbe.h87 * @param endPos The end of the run within the supplied text.
96 int32_t endPos,
H A Ddictbe.cpp46 int32_t endPos,
82 while((current = (int32_t)utext_getNativeIndex(text)) < endPos && fSet.contains(c)) {
44 findBreaks( UText *text, int32_t startPos, int32_t endPos, UBool reverse, int32_t breakType, UStack &foundBreaks ) const argument
/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/fonttools/Lib/fontTools/
H A DcffLib.py142 endPos = pos + item.getDataLength()
144 endPos = pos + len(item)
146 item.setPos(pos, endPos)
147 pos = endPos
278 def setPos(self, pos, endPos):
291 def setPos(self, pos, endPos):
296 def setPos(self, pos, endPos):
837 def setPos(self, pos, endPos):
945 def setPos(self, pos, endPos):
1196 def setPos(self, pos, endPos)
[all...]
/external/fonttools/Tools/fontTools/
H A DcffLib.py142 endPos = pos + item.getDataLength()
144 endPos = pos + len(item)
146 item.setPos(pos, endPos)
147 pos = endPos
278 def setPos(self, pos, endPos):
291 def setPos(self, pos, endPos):
296 def setPos(self, pos, endPos):
837 def setPos(self, pos, endPos):
945 def setPos(self, pos, endPos):
1196 def setPos(self, pos, endPos)
[all...]
/external/deqp/framework/opengl/
H A DgluES3PlusWrapperContext.cpp360 const size_t endPos = line.find(';'); local
362 if (precEndPos != std::string::npos && endPos != std::string::npos && endPos > precEndPos+1)
366 const std::string type = line.substr(typePos, endPos-typePos);
/external/icu/icu4c/source/common/unicode/
H A Drbbi.h736 * breaking. Covering at least the range from startPos to endPos,
740 * the range startPos to endPos.
741 * If going forward, endPos is the normal Unicode break result, and
744 * @param endPos The end position of a range of text
748 int32_t checkDictionary(int32_t startPos, int32_t endPos, UBool reverse);
/external/icu/icu4c/source/test/cintltst/
H A Dcdattst.c1755 int32_t endPos; member in struct:__anon6774
1789 int32_t ulen, field, beginPos, endPos; local
1799 field = ufieldpositer_next(fpositer, &beginPos, &endPos);
1800 if (field != fptr->field || (field >= 0 && (beginPos != fptr->beginPos || endPos != fptr->endPos))) {
1803 aescstrdup(ubuf, ulen), fptr->field, fptr->beginPos, fptr->endPos, field, beginPos, endPos);
1806 aescstrdup(ubuf, ulen), field, beginPos, endPos);
1823 field = ufieldpositer_next(fpositer, &beginPos, &endPos);
1824 if (field != fptr->field || (field >= 0 && (beginPos != fptr->beginPos || endPos !
[all...]
H A Dcnumtst.c1126 int32_t endPos; member in struct:__anon6815
1169 if ( value != testPtr->value || position != testPtr->endPos || status != testPtr->status ) {
1170 log_err("unum_parse SPELLOUT, locale %s, testname %s, startPos %d: for value / endPos / status, expected %d / %d / %s, got %d / %d / %s\n",
1172 testPtr->value, testPtr->endPos, myErrorName(testPtr->status),
/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
H A DCaseIterator.java348 int endPos = pos + otherKey.length();
355 + key.substring(endPos);
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
H A DCaseIterator.java344 int endPos = pos + otherKey.length();
351 + key.substring(endPos);
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/util/
H A DCaseIterator.java347 int endPos = pos + otherKey.length();
354 + key.substring(endPos);
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h625 const PathDiagnosticLocation &endPos,
628 LPairs.push_back(PathDiagnosticLocationPair(startPos, endPos));
632 const PathDiagnosticLocation &endPos)
634 LPairs.push_back(PathDiagnosticLocationPair(startPos, endPos));
624 PathDiagnosticControlFlowPiece(const PathDiagnosticLocation &startPos, const PathDiagnosticLocation &endPos, StringRef s) argument
631 PathDiagnosticControlFlowPiece(const PathDiagnosticLocation &startPos, const PathDiagnosticLocation &endPos) argument
/external/pdfium/core/src/fpdftext/
H A Dtext_int.h172 int endPos);
H A Dfpdf_text_int.cpp2422 int endPos) {
2425 int char_count = endPos - startPos + 1;
2459 if (csPageText.GetAt(endPos) >= L'0' && csPageText.GetAt(endPos) <= L'9' &&
2420 IsMatchWholeWord(const CFX_WideString& csPageText, int startPos, int endPos) argument
/external/icu/icu4c/source/test/intltest/
H A Dustrtest.cpp724 int32_t endPos = 28; local
727 (startPos = test1.indexOf(test2, startPos, endPos - startPos)) != -1 ? (++occurrences, startPos += 4) : 0)
765 for ( occurrences = 0, startPos = 5, endPos = 28;
767 (startPos = test1.indexOf(testChar, startPos, endPos - startPos)) != -1 ? (++occurrences, startPos += 1) : 0)
792 endPos=test3.length();
795 (startPos = test3.indexOf(testChar32, startPos, endPos - startPos)) != -1 ? (++occurrences, startPos += 1) : 0)
835 for ( occurrences = 0, endPos = test3.length(); endPos > 0; endPos -= 1){
837 subString.append(test3, 0, endPos);
[all...]
/external/opencv3/modules/videoio/src/
H A Dcap_msmf.hpp2899 ComPtrList<IMFStreamSink>::POSITION endPos = m_streams.EndPosition(); local
2904 for (; pos != endPos; pos = m_streams.Next(pos))
2921 if (pos == endPos)
2986 ComPtrList<IMFStreamSink>::POSITION endPos = m_streams.EndPosition(); local
2989 for (; pos != endPos && dwCurrent < dwIndex; pos = m_streams.Next(pos), ++dwCurrent)
2994 if (pos == endPos)
3027 ComPtrList<IMFStreamSink>::POSITION endPos = m_streams.EndPosition(); local
3029 for (; pos != endPos; pos = m_streams.Next(pos))
3052 if (pos == endPos)
3213 ComPtrList<T>::POSITION endPos local
[all...]
/external/lzma/CPP/7zip/UI/Common/
H A DOpenArchive.cpp1016 UInt64 endPos = globalOffset + PhySize; local
1017 if (endPos < FileSize)
1021 ErrorInfo.TailSize = FileSize - endPos;
1023 else if (endPos > FileSize)
2160 UInt64 endPos = bufPhyPos + bytesInBuf; local
2161 if (fileSize < endPos)
2164 fileSize = endPos;
/external/deqp/modules/glshared/
H A DglsRasterizationTestUtil.cpp2161 const I64Vec2 endPos ((endRounding&0x01) ? (triangleSubPixelSpaceFloor[nextEdgeNdx].x()) : (triangleSubPixelSpaceCeil[nextEdgeNdx].x()), (endRounding&0x02) ? (triangleSubPixelSpaceFloor[nextEdgeNdx].y()) : (triangleSubPixelSpaceCeil[nextEdgeNdx].y()));
2167 if (lineLineIntersect(startPos, endPos, corners[pixelEdgeNdx], corners[pixelEdgeEnd]))
2177 const I64Vec2& endPos = triangleSubPixelSpaceFloor[nextEdgeNdx];
2178 const I64Vec2 edge = endPos - startPos;
2179 const I64Vec2 v = corners[0] - endPos;
/external/deqp/framework/referencerenderer/
H A DrrRenderer.cpp107 const tcu::IVec2 endPos = tcu::IVec2(de::min(a.x() + a.z(), b.x() + b.z()), de::min(a.y() + a.w(), b.y() + b.w())); local
109 return tcu::IVec4(pos.x(), pos.y(), endPos.x() - pos.x(), endPos.y() - pos.y());
/external/guice/extensions/persist/lib/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...

Completed in 779 milliseconds

123