HomeSort by relevance Sort by last modified time
    Searched full:endpos (Results 76 - 100 of 300) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/pdfium/core/src/fpdfdoc/
doc_vt.cpp 235 int32_t nRight = range.EndPos.nWordIndex + 1;
288 if (PlaceRange.EndPos.WordCmp(SecEndPos) <= 0) {
290 PlaceRange.EndPos.nWordIndex);
294 } else if (PlaceRange.EndPos.WordCmp(SecEndPos) <= 0) {
295 ClearLeftWords(PlaceRange.EndPos.nWordIndex);
950 if (CSection* pSection = m_SectionArray.GetAt(PlaceRange.EndPos.nSecIndex)) {
951 bLastSecPos = (PlaceRange.EndPos == pSection->GetEndWordPlace());
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
_pyio.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
_pyio.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_pyio.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_pyio.py     [all...]
  /external/javassist/src/main/javassist/bytecode/
CodeIterator.java 37 protected int endPos;
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) {
    [all...]
  /external/mesa3d/src/mesa/program/
programopt.c 565 GLint endPos, var;
568 endPos = -1;
572 endPos = i;
578 assert(endPos >= 0);
581 inst = prog->Instructions + endPos;
  /packages/apps/Launcher3/src/com/android/launcher3/
FolderPagedView.java 558 int startPos, endPos;
582 endPos = pagePosT;
600 endPos = pagePosT;
643 if ((endPos - startPos) * direction <= 0) {
649 for (int i = startPos; i != endPos; i += direction) {
  /external/icu/icu4c/source/common/
rbbi.cpp     [all...]
dictbe.h 87 * @param endPos The end of the run within the supplied text.
96 int32_t endPos,
  /build/blueprint/parser/
parser_test.go 120 EndPos: mkpos(63, 4, 19),
176 EndPos: mkpos(58, 6, 4),
sort.go 47 nextPos := value.EndPos
  /external/icu/android_icu4j/src/main/java/android/icu/text/
RuleBasedBreakIterator.java 416 private int checkDictionary(int startPos, int endPos, boolean reverse) {
422 // startPos-endPos range
424 if ((endPos - startPos) <= 1) {
425 return (reverse ? startPos : endPos);
431 fText.setIndex(reverse ? endPos : startPos);
437 int rangeEnd = endPos;
539 if (endPos > breaks.peek()) {
540 breaks.push(endPos);
555 return preceding(endPos);
564 fText.setIndex(reverse ? startPos : endPos);
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
RuleBasedBreakIterator.java 426 private int checkDictionary(int startPos, int endPos, boolean reverse) {
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/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 625 const PathDiagnosticLocation &endPos,
628 LPairs.push_back(PathDiagnosticLocationPair(startPos, endPos));
632 const PathDiagnosticLocation &endPos)
634 LPairs.push_back(PathDiagnosticLocationPair(startPos, endPos));
  /external/deqp/framework/opengl/
gluES3PlusWrapperContext.cpp 360 const size_t endPos = line.find(';');
362 if (precEndPos != std::string::npos && endPos != std::string::npos && endPos > precEndPos+1)
366 const std::string type = line.substr(typePos, endPos-typePos);
  /external/pdfium/core/src/fpdftext/
text_int.h 172 int endPos);
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
PyParse.py 517 endpos = str.find('\n', startpos) + 1
519 while i < endpos:
529 i = _match_stringre(str, i, endpos).end()
544 found = re.match(r"\s*\\", str[i:endpos]) is None
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
PyParse.py 517 endpos = str.find('\n', startpos) + 1
519 while i < endpos:
529 i = _match_stringre(str, i, endpos).end()
544 found = re.match(r"\s*\\", str[i:endpos]) is None
  /prebuilts/go/darwin-x86/src/go/ast/
import.go 161 s.EndPos = pos[i].End
  /prebuilts/go/linux-x86/src/go/ast/
import.go 161 s.EndPos = pos[i].End
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
PyParse.py 517 endpos = str.find('\n', startpos) + 1
519 while i < endpos:
529 i = _match_stringre(str, i, endpos).end()
544 found = re.match(r"\s*\\", str[i:endpos]) is None
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
PyParse.py 517 endpos = str.find('\n', startpos) + 1
519 while i < endpos:
529 i = _match_stringre(str, i, endpos).end()
544 found = re.match(r"\s*\\", str[i:endpos]) is None
  /external/curl/lib/
mprintf.c 237 static long dprintf_Pass1(const char *format, va_stack_t *vto, char **endpos,
485 *endpos++ = fmt + 1; /* end of this sequence */
576 char *endpos[MAX_PARAMETERS]; local
584 dprintf_Pass1(format, vto, endpos, ap_save);
586 end = &endpos[0]; /* the initial end-position from the list dprintf_Pass1()
  /external/icu/icu4c/source/common/unicode/
rbbi.h 736 * 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);

Completed in 1757 milliseconds

1 2 34 5 6 7 8 91011>>