Home
last modified time | relevance | path

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

/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)
/external/skia/third_party/lua/src/
Dlstrlib.c657 lua_Integer newstart = e-s; in gmatch_aux() local
658 if (e == src) newstart++; /* empty match? go at least one position */ in gmatch_aux()
659 lua_pushinteger(L, newstart); in gmatch_aux()
/external/syslinux/com32/lua/src/
Dlstrlib.c657 lua_Integer newstart = e-s; in gmatch_aux() local
658 if (e == src) newstart++; /* empty match? go at least one position */ in gmatch_aux()
659 lua_pushinteger(L, newstart); in gmatch_aux()
/external/swiftshader/third_party/LLVM/lib/Support/
Dregcomp.c1424 sop *newstart = 0; /* newstart was initialized in the OCHAR case */ in findmust() local
1442 newstart = scan - 1; in findmust()
1465 start = newstart; in findmust()
/external/llvm/lib/Support/
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()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
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()