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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
tokenize.py 378 endmatch = endprog.match(line)
379 if endmatch:
380 pos = end = endmatch.end(0)
456 endmatch = endprog.match(line, pos)
457 if endmatch: # all on one line
458 pos = endmatch.end(0)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tokenize.py 297 endmatch = endprog.match(line)
298 if endmatch:
299 pos = end = endmatch.end(0)
380 endmatch = endprog.match(line, pos)
381 if endmatch: # all on one line
382 pos = endmatch.end(0)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
tokenize.py 378 endmatch = endprog.match(line)
379 if endmatch:
380 pos = end = endmatch.end(0)
456 endmatch = endprog.match(line, pos)
457 if endmatch: # all on one line
458 pos = endmatch.end(0)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tokenize.py 297 endmatch = endprog.match(line)
298 if endmatch:
299 pos = end = endmatch.end(0)
380 endmatch = endprog.match(line, pos)
381 if endmatch: # all on one line
382 pos = endmatch.end(0)
  /external/fonttools/Lib/fontTools/misc/
psLib.py 50 endmatch=endofthingRE.match,
87 m = endmatch(buf, pos+1)
90 m = endmatch(buf, pos)
  /external/pcre/dist/
pcregrep.c 1878 char *endmatch = ptr + offsets[1]; local
1963 char *endmatch = ptr + offsets[1]; local
    [all...]
  /external/regex-re2/re2/
dfa.cc 1892 bool endmatch = false; local
    [all...]

Completed in 125 milliseconds