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

  /external/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/
scanner.py 45 matchbegin, matchend = m.span()
46 if lastend == matchend:
51 if next_pos is not None and next_pos != matchend:
53 matchend = next_pos
54 match = self.scanner.scanner(string, matchend).match
55 yield rval, matchend
56 lastend = matchend
  /external/regex-re2/util/
pcre.cc 380 int matchstart = vec[0], matchend = vec[1]; local
382 assert(matchend >= matchstart);
386 start = matchend;
388 last_match_was_empty_string = (matchstart == matchend);
    [all...]
  /external/icu4c/i18n/
usearch.cpp 589 int32_t matchend = *end; local
592 if (!ubrk_isBoundary(breakiterator, matchend)) {
593 *end = ubrk_following(breakiterator, matchend);
    [all...]

Completed in 77 milliseconds