Searched refs:_monthnames (Results 1 - 8 of 8) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/email/
H A D_parseaddr.py23 _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
/prebuilts/gdb/linux-x86/lib/python2.7/email/
H A D_parseaddr.py23 _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
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
H A D_parseaddr.py23 _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
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
H A D_parseaddr.py23 _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
/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Drfc822.py829 _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
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Drfc822.py829 _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
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Drfc822.py829 _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
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Drfc822.py829 _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

Completed in 140 milliseconds