HomeSort by relevance Sort by last modified time
    Searched refs:startchar (Results 1 - 13 of 13) sorted by null

  /external/python/cpython2/Lib/idlelib/idle_test/
mock_tk.py 200 startline, startchar = self._decode(index1)
202 endline, endchar = startline, startchar+1
207 return self.data[startline][startchar:endchar]
209 lines = [self.data[startline][startchar:]]
222 startline, startchar = self._decode(index1, -1)
224 if startchar < len(self.data[startline])-1:
226 endline, endchar = startline, startchar+1
237 if startline == endline and startchar < endchar:
238 self.data[startline] = self.data[startline][:startchar] + \
241 self.data[startline] = self.data[startline][:startchar] +
    [all...]
  /external/python/cpython3/Lib/idlelib/idle_test/
mock_tk.py 200 startline, startchar = self._decode(index1)
202 endline, endchar = startline, startchar+1
207 return self.data[startline][startchar:endchar]
209 lines = [self.data[startline][startchar:]]
222 startline, startchar = self._decode(index1, -1)
224 if startchar < len(self.data[startline])-1:
226 endline, endchar = startline, startchar+1
237 if startline == endline and startchar < endchar:
238 self.data[startline] = self.data[startline][:startchar] + \
241 self.data[startline] = self.data[startline][:startchar] +
    [all...]
  /external/pcre/dist2/src/
pcre2_match_data.c 144 return match_data->startchar;
pcre2demo.c 366 PCRE2_SIZE startchar = pcre2_get_startchar(match_data); local
367 if (start_offset <= startchar)
369 if (startchar >= subject_length) break; /* Reached end of subject. */
370 start_offset = startchar + 1; /* Advance by one character. */
pcre2_jit_match.c 178 match_data->startchar = arguments.startchar_ptr - subject;
pcre2test.c 687 { "startchar", MOD_PND, MOD_CTL, CTL_STARTCHAR, PO(control) },
7423 PCRE2_SIZE startchar; local
7606 PCRE2_SIZE startchar; local
7661 PCRE2_SIZE startchar; local
    [all...]
pcre2_intmodedep.h 658 PCRE2_SIZE startchar; /* Offset to starting code unit */ member in struct:pcre2_real_match_data
    [all...]
pcre2_dfa_match.c     [all...]
pcre2_match.c     [all...]
  /external/libaom/libaom/tools/
cpplint.py     [all...]
  /external/libvpx/libvpx/tools/
cpplint.py     [all...]
  /external/compiler-rt/lib/sanitizer_common/scripts/
cpplint.py     [all...]
  /external/zxing/core/
core.jar 

Completed in 717 milliseconds