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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sre_parse.py 307 sourcematch = source.match
310 if sourcematch("|"):
314 if not source.next or sourcematch(")", 0):
387 sourcematch = source.match
420 ## if sourcematch(":"):
422 if sourcematch("^"):
436 if sourcematch("-"):
491 if sourcematch(","):
496 if not sourcematch("}"):
521 if sourcematch("?")
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sre_parse.py 307 sourcematch = source.match
310 if sourcematch("|"):
314 if not source.next or sourcematch(")", 0):
387 sourcematch = source.match
420 ## if sourcematch(":"):
422 if sourcematch("^"):
436 if sourcematch("-"):
491 if sourcematch(","):
496 if not sourcematch("}"):
521 if sourcematch("?")
    [all...]

Completed in 100 milliseconds