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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_strptime.py 37 f_month -- full month names (13-item list; dummy value in [0], which
97 # Set self.f_month and self.a_month using the calendar module.
99 f_month = [calendar.month_name[i].lower() for i in range(13)]
101 self.f_month = f_month
129 (self.f_month[3], '%B'), (self.a_weekday[2], '%a'),
209 'B': self.__seqToRE(self.locale_time.f_month[1:], 'B'),
362 month = locale_time.f_month.index(found_dict['B'].lower())
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_strptime.py 37 f_month -- full month names (13-item list; dummy value in [0], which
97 # Set self.f_month and self.a_month using the calendar module.
99 f_month = [calendar.month_name[i].lower() for i in range(13)]
101 self.f_month = f_month
129 (self.f_month[3], '%B'), (self.a_weekday[2], '%a'),
209 'B': self.__seqToRE(self.locale_time.f_month[1:], 'B'),
362 month = locale_time.f_month.index(found_dict['B'].lower())
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_strptime.py 56 self.compare_against_time(self.LT_ins.f_month, '%B', 1,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_strptime.py 56 self.compare_against_time(self.LT_ins.f_month, '%B', 1,

Completed in 110 milliseconds