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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_strptime.py 39 a_month -- abbreviated month names (13-item list, dummy value in
97 # Set self.f_month and self.a_month using the calendar module.
98 a_month = [calendar.month_abbr[i].lower() for i in range(13)]
100 self.a_month = a_month
130 (self.a_month[3], '%b'), (self.am_pm[1], '%p'),
210 'b': self.__seqToRE(self.locale_time.a_month[1:], 'b'),
364 month = locale_time.a_month.index(found_dict['b'].lower())
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_strptime.py 39 a_month -- abbreviated month names (13-item list, dummy value in
97 # Set self.f_month and self.a_month using the calendar module.
98 a_month = [calendar.month_abbr[i].lower() for i in range(13)]
100 self.a_month = a_month
130 (self.a_month[3], '%b'), (self.am_pm[1], '%p'),
210 'b': self.__seqToRE(self.locale_time.a_month[1:], 'b'),
364 month = locale_time.a_month.index(found_dict['b'].lower())
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_strptime.py 58 self.compare_against_time(self.LT_ins.a_month, '%b', 1,
144 self.locale_time.a_month[4]))
148 self.locale_time.a_month[4])))
150 found.group('b') == self.locale_time.a_month[4],
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_strptime.py 58 self.compare_against_time(self.LT_ins.a_month, '%b', 1,
144 self.locale_time.a_month[4]))
148 self.locale_time.a_month[4])))
150 found.group('b') == self.locale_time.a_month[4],

Completed in 92 milliseconds