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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
_parseaddr.py 23 _monthnames = ['jan', 'feb', 'mar', 'apr', 'may', 'jun', 'jul', variable
76 if mm not in _monthnames:
78 if mm not in _monthnames:
80 mm = _monthnames.index(mm) + 1
  /external/python/cpython2/Lib/email/
_parseaddr.py 23 _monthnames = ['jan', 'feb', 'mar', 'apr', 'may', 'jun', 'jul', variable
76 if mm not in _monthnames:
78 if mm not in _monthnames:
80 mm = _monthnames.index(mm) + 1
  /external/python/cpython3/Lib/email/
_parseaddr.py 23 _monthnames = ['jan', 'feb', 'mar', 'apr', 'may', 'jun', 'jul', variable
97 if mm not in _monthnames:
99 if mm not in _monthnames:
101 mm = _monthnames.index(mm) + 1
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
rfc822.py 829 _monthnames = ['jan', 'feb', 'mar', 'apr', 'may', 'jun', 'jul', variable
882 if not mm in _monthnames:
884 if not mm in _monthnames:
886 mm = _monthnames.index(mm)+1
    [all...]
  /external/python/cpython2/Lib/
rfc822.py 834 _monthnames = ['jan', 'feb', 'mar', 'apr', 'may', 'jun', 'jul', variable
887 if not mm in _monthnames:
889 if not mm in _monthnames:
891 mm = _monthnames.index(mm)+1
    [all...]

Completed in 561 milliseconds