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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cookielib.py 122 TIMEZONE_RE = re.compile(r"^([-+])?(\d\d?):?(\d\d)?$")
128 m = TIMEZONE_RE.search(tz)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cookielib.py 122 TIMEZONE_RE = re.compile(r"^([-+])?(\d\d?):?(\d\d)?$")
128 m = TIMEZONE_RE.search(tz)
    [all...]

Completed in 35 milliseconds