HomeSort by relevance Sort by last modified time
    Searched refs:startindex (Results 1 - 25 of 35) sorted by null

1 2

  /external/libxml2/
xpointer.c 325 * @startindex: the start index
334 xmlXPtrNewRangeInternal(xmlNodePtr start, int startindex,
355 ret->index = startindex;
364 * @startindex: the start index
373 xmlXPtrNewRange(xmlNodePtr start, int startindex,
381 if (startindex < 0)
386 ret = xmlXPtrNewRangeInternal(start, startindex, end, endindex);
2683 int i, startindex, endindex = 0, fendindex; local
    [all...]
  /external/python/cpython2/Lib/idlelib/
AutoCompleteWindow.py 43 self.startindex = None
62 self.widget.delete("%s+%dc" % (self.startindex, i),
63 "%s+%dc" % (self.startindex, len(self.start)))
65 self.widget.insert("%s+%dc" % (self.startindex, i),
156 self.startindex = self.widget.index(index)
157 self.start = self.widget.get(self.startindex, "insert")
224 text.see(self.startindex)
225 x, y, cx, cy = text.bbox(self.startindex)
368 self.widget.index("%s+%dc" % (self.startindex, len(self.start))):
EditorWindow.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
AutoCompleteWindow.py 43 self.startindex = None
62 self.widget.delete("%s+%dc" % (self.startindex, i),
63 "%s+%dc" % (self.startindex, len(self.start)))
65 self.widget.insert("%s+%dc" % (self.startindex, i),
156 self.startindex = self.widget.index(index)
157 self.start = self.widget.get(self.startindex, "insert")
222 text.see(self.startindex)
223 x, y, cx, cy = text.bbox(self.startindex)
366 self.widget.index("%s+%dc" % (self.startindex, len(self.start))):
EditorWindow.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
AutoCompleteWindow.py 43 self.startindex = None
62 self.widget.delete("%s+%dc" % (self.startindex, i),
63 "%s+%dc" % (self.startindex, len(self.start)))
65 self.widget.insert("%s+%dc" % (self.startindex, i),
156 self.startindex = self.widget.index(index)
157 self.start = self.widget.get(self.startindex, "insert")
222 text.see(self.startindex)
223 x, y, cx, cy = text.bbox(self.startindex)
366 self.widget.index("%s+%dc" % (self.startindex, len(self.start))):
EditorWindow.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
AutoCompleteWindow.py 43 self.startindex = None
62 self.widget.delete("%s+%dc" % (self.startindex, i),
63 "%s+%dc" % (self.startindex, len(self.start)))
65 self.widget.insert("%s+%dc" % (self.startindex, i),
156 self.startindex = self.widget.index(index)
157 self.start = self.widget.get(self.startindex, "insert")
222 text.see(self.startindex)
223 x, y, cx, cy = text.bbox(self.startindex)
366 self.widget.index("%s+%dc" % (self.startindex, len(self.start))):
EditorWindow.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
AutoCompleteWindow.py 43 self.startindex = None
62 self.widget.delete("%s+%dc" % (self.startindex, i),
63 "%s+%dc" % (self.startindex, len(self.start)))
65 self.widget.insert("%s+%dc" % (self.startindex, i),
156 self.startindex = self.widget.index(index)
157 self.start = self.widget.get(self.startindex, "insert")
222 text.see(self.startindex)
223 x, y, cx, cy = text.bbox(self.startindex)
366 self.widget.index("%s+%dc" % (self.startindex, len(self.start))):
EditorWindow.py     [all...]
  /external/libxml2/include/libxml/
xpointer.h 55 int startindex,
  /external/pdfium/core/fpdftext/
cpdf_textpage.cpp 411 int startIndex = start;
414 startIndex--;
415 if (startIndex < 0)
417 charinfo1 = m_CharList[startIndex];
419 startIndex++;
420 start = startIndex;
456 int startindex = 0; local
467 startindex = charinfo.m_Index;
476 nCount = start + nCount - nCountOffset - startindex;
479 return CFX_WideString(m_TextBuf.AsStringC().Mid(startindex, nCount))
    [all...]
  /external/icu/icu4c/source/i18n/
usearch.cpp 612 int32_t startindex = ubrk_first(breakiterator); local
616 if (start < startindex || start > endindex ||
617 end < startindex || end > endindex) {
623 UBool result = (start == startindex ||
    [all...]
  /prebuilts/misc/common/jacoco/lib/
jacocoagent.jar 
asm-debug-all-5.0.1.jar 
  /prebuilts/tools/common/asm-tools/
asm-debug-all-4.0.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/
org.jacoco.agent-0.7.6.201602180812-runtime.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.agent/0.7.7.201606060606/
org.jacoco.agent-0.7.7.201606060606-runtime.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.agent/0.7.8/
org.jacoco.agent-0.7.8-runtime.jar 
  /tools/tradefederation/core/res/jacoco/
jacocoagent.jar 
  /external/jacoco/
asm-debug-all-5.0.1.jar 
  /prebuilts/tools/common/bazel/formc-deps/
asm-all.jar 
  /prebuilts/tools/common/intellij-core/171.2455.10/
asm-all.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.1.201405082137/
org.jacoco.ant-0.7.1.201405082137-nodeps.jar 

Completed in 830 milliseconds

1 2