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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
Cookie.py 356 Qmatch = _QuotePatt.search(str, i)
357 if not Omatch and not Qmatch: # Neither matched
363 if Qmatch: k = Qmatch.start(0)
364 if Qmatch and ( not Omatch or k < j ): # QuotePatt matched
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
Cookie.py 356 Qmatch = _QuotePatt.search(str, i)
357 if not Omatch and not Qmatch: # Neither matched
363 if Qmatch: k = Qmatch.start(0)
364 if Qmatch and ( not Omatch or k < j ): # QuotePatt matched

Completed in 82 milliseconds