Home
last modified time | relevance | path

Searched refs:newstart (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/python/cpython2/Lib/idlelib/
DAutoCompleteWindow.py56 def _change_start(self, newstart): argument
57 min_len = min(len(self.start), len(newstart))
59 while i < min_len and self.start[i] == newstart[i]:
64 if i < len(newstart):
66 newstart[i:])
67 self.start = newstart
123 newstart = lts
129 newstart = selstart[:i]
130 self._change_start(newstart)
/aosp_15_r20/external/python/cpython3/Lib/idlelib/
Dautocomplete_w.py64 def _change_start(self, newstart): argument
65 min_len = min(len(self.start), len(newstart))
67 while i < min_len and self.start[i] == newstart[i]:
72 if i < len(newstart):
74 newstart[i:],
76 self.start = newstart
135 newstart = lts
141 newstart = selstart[:i]
142 self._change_start(newstart)
/aosp_15_r20/bionic/libc/upstream-netbsd/lib/libc/regex/
H A Dregcomp.c2008 sop *newstart = NULL; local
2044 newstart = scan - 1;
2087 start = newstart;
2102 start = newstart;
2120 start = newstart;
2145 start = newstart;
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A Dregcomp.c1601 sop *newstart = 0; /* newstart was initialized in the OCHAR case */ in findmust() local
1619 newstart = scan - 1; in findmust()
1642 start = newstart; in findmust()
/aosp_15_r20/external/libcups/vcnet/regex/
H A Dregcomp.c1499 register sop *newstart; local
1517 newstart = scan - 1;
1540 start = newstart;
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A Dregcomp.c1473 sop *newstart = 0; /* newstart was initialized in the OCHAR case */ in findmust() local
1491 newstart = scan - 1; in findmust()
1514 start = newstart; in findmust()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A Dregcomp.c1603 sop *newstart = 0; /* newstart was initialized in the OCHAR case */ in findmust() local
1621 newstart = scan - 1; in findmust()
1644 start = newstart; in findmust()
/aosp_15_r20/external/llvm/lib/Support/
H A Dregcomp.c1473 sop *newstart = 0; /* newstart was initialized in the OCHAR case */ in findmust() local
1491 newstart = scan - 1; in findmust()
1514 start = newstart; in findmust()