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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_strptime.py 11 import _strptime namespace
16 self.assertEqual(_strptime._getlang(), locale.getlocale(locale.LC_TIME))
19 """Tests for _strptime.LocaleTime.
29 self.LT_ins = _strptime.LocaleTime()
97 LT = _strptime.LocaleTime()
105 self.assertEqual(self.LT_ins.lang, _strptime._getlang())
113 self.time_re = _strptime.TimeRE()
114 self.locale_time = _strptime.LocaleTime()
166 test_locale = _strptime.LocaleTime()
168 self.assertEqual(_strptime.TimeRE(test_locale).pattern("%Z"), ''
    [all...]
regrtest.py 1051 import _strptime, linecache namespace
    [all...]
test_datetime.py 1547 import _strptime namespace
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_strptime.py 11 import _strptime namespace
16 self.assertEqual(_strptime._getlang(), locale.getlocale(locale.LC_TIME))
19 """Tests for _strptime.LocaleTime.
29 self.LT_ins = _strptime.LocaleTime()
97 LT = _strptime.LocaleTime()
105 self.assertEqual(self.LT_ins.lang, _strptime._getlang())
113 self.time_re = _strptime.TimeRE()
114 self.locale_time = _strptime.LocaleTime()
166 test_locale = _strptime.LocaleTime()
168 self.assertEqual(_strptime.TimeRE(test_locale).pattern("%Z"), ''
    [all...]
regrtest.py 1051 import _strptime, linecache namespace
    [all...]
test_datetime.py 1547 import _strptime namespace
    [all...]
  /bionic/libc/tzcode/
strptime.c 97 static unsigned char *_strptime(const unsigned char *, const char *, struct tm *,
107 return (char*)(_strptime((const unsigned char*)buf, fmt, tm, &cr));
111 _strptime(const unsigned char *buf, const char *fmt, struct tm *tm, struct century_relyear *cr) function
163 if (!(bp = _strptime(bp, _ctloc(d_t_fmt), tm, cr)))
169 if (!(bp = _strptime(bp, "%m/%d/%y", tm, cr)))
175 if (!(bp = _strptime(bp, "%H:%M", tm, cr)))
181 if (!(bp = _strptime(bp, "%I:%M:%S %p", tm, cr)))
187 if (!(bp = _strptime(bp, "%H:%M:%S", tm, cr)))
193 if (!(bp = _strptime(bp, _ctloc(t_fmt), tm, cr)))
199 if (!(bp = _strptime(bp, _ctloc(d_fmt), tm, cr))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_strptime.py 295 def _strptime(data_string, format="%a %b %d %H:%M:%S %Y"): function
467 return _strptime(data_string, format)[0]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_strptime.py 295 def _strptime(data_string, format="%a %b %d %H:%M:%S %Y"): function
467 return _strptime(data_string, format)[0]

Completed in 245 milliseconds