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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
Cookie.py 532 _LegalCharsPatt = r"[\w\d!#%&'~_`><@,:/\$\*\+\-\.\^\|\)\(\?\}\{\=]"
536 ""+ _LegalCharsPatt +"+?" # Any word of at least one letter, nongreedy
544 ""+ _LegalCharsPatt +"*" # Any word or empty string
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
Cookie.py 532 _LegalCharsPatt = r"[\w\d!#%&'~_`><@,:/\$\*\+\-\.\^\|\)\(\?\}\{\=]"
536 ""+ _LegalCharsPatt +"+?" # Any word of at least one letter, nongreedy
544 ""+ _LegalCharsPatt +"*" # Any word or empty string

Completed in 48 milliseconds