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

  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_strptime.py 113 self.time_re = _strptime.TimeRE()
118 pattern_string = self.time_re.pattern(r"%a %A %d")
125 self.assertTrue(pattern_string.find(self.time_re['d']) != -1,
132 pattern_string = self.time_re.pattern("\d+")
139 found = self.time_re.compile(r"%A").match(self.locale_time.f_weekday[6])
142 compiled = self.time_re.compile(r"%a %b")
157 compiled = self.time_re.compile("%" + directive)
173 compiled_re = self.time_re.compile("\w+ %m")
185 time_re = _strptime.TimeRE(locale_time)
186 self.assertTrue(time_re.compile("%Z").match("Tokyo (standard time)")
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_strptime.py 113 self.time_re = _strptime.TimeRE()
118 pattern_string = self.time_re.pattern(r"%a %A %d")
125 self.assertTrue(pattern_string.find(self.time_re['d']) != -1,
132 pattern_string = self.time_re.pattern("\d+")
139 found = self.time_re.compile(r"%A").match(self.locale_time.f_weekday[6])
142 compiled = self.time_re.compile(r"%a %b")
157 compiled = self.time_re.compile("%" + directive)
173 compiled_re = self.time_re.compile("\w+ %m")
185 time_re = _strptime.TimeRE(locale_time)
186 self.assertTrue(time_re.compile("%Z").match("Tokyo (standard time)")
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_strptime.py 113 self.time_re = _strptime.TimeRE()
118 pattern_string = self.time_re.pattern(r"%a %A %d")
125 self.assertTrue(pattern_string.find(self.time_re['d']) != -1,
132 pattern_string = self.time_re.pattern("\d+")
139 found = self.time_re.compile(r"%A").match(self.locale_time.f_weekday[6])
142 compiled = self.time_re.compile(r"%a %b")
157 compiled = self.time_re.compile("%" + directive)
173 compiled_re = self.time_re.compile("\w+ %m")
185 time_re = _strptime.TimeRE(locale_time)
186 self.assertTrue(time_re.compile("%Z").match("Tokyo (standard time)")
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_strptime.py 113 self.time_re = _strptime.TimeRE()
118 pattern_string = self.time_re.pattern(r"%a %A %d")
125 self.assertTrue(pattern_string.find(self.time_re['d']) != -1,
132 pattern_string = self.time_re.pattern("\d+")
139 found = self.time_re.compile(r"%A").match(self.locale_time.f_weekday[6])
142 compiled = self.time_re.compile(r"%a %b")
157 compiled = self.time_re.compile("%" + directive)
173 compiled_re = self.time_re.compile("\w+ %m")
185 time_re = _strptime.TimeRE(locale_time)
186 self.assertTrue(time_re.compile("%Z").match("Tokyo (standard time)")
    [all...]

Completed in 174 milliseconds