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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_strptime.py 268 # DO NOT modify _TimeRE_cache or _regex_cache without acquiring the cache lock
270 _TimeRE_cache = TimeRE()
297 global _TimeRE_cache, _regex_cache
299 if _getlang() != _TimeRE_cache.locale_time.lang:
300 _TimeRE_cache = TimeRE()
304 locale_time = _TimeRE_cache.locale_time
308 format_regex = _TimeRE_cache.compile(format)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_strptime.py 268 # DO NOT modify _TimeRE_cache or _regex_cache without acquiring the cache lock
270 _TimeRE_cache = TimeRE()
297 global _TimeRE_cache, _regex_cache
299 if _getlang() != _TimeRE_cache.locale_time.lang:
300 _TimeRE_cache = TimeRE()
304 locale_time = _TimeRE_cache.locale_time
308 format_regex = _TimeRE_cache.compile(format)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_strptime.py 496 _strptime._TimeRE_cache.locale_time.lang = "Ni"
497 original_time_re = _strptime._TimeRE_cache
499 self.assertIsNot(original_time_re, _strptime._TimeRE_cache)
518 locale_time_id = _strptime._TimeRE_cache.locale_time
519 _strptime._TimeRE_cache.locale_time.lang = "Ni"
521 self.assertIsNot(locale_time_id, _strptime._TimeRE_cache.locale_time)
533 first_time_re = _strptime._TimeRE_cache
539 second_time_re = _strptime._TimeRE_cache
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_strptime.py 496 _strptime._TimeRE_cache.locale_time.lang = "Ni"
497 original_time_re = _strptime._TimeRE_cache
499 self.assertIsNot(original_time_re, _strptime._TimeRE_cache)
518 locale_time_id = _strptime._TimeRE_cache.locale_time
519 _strptime._TimeRE_cache.locale_time.lang = "Ni"
521 self.assertIsNot(locale_time_id, _strptime._TimeRE_cache.locale_time)
533 first_time_re = _strptime._TimeRE_cache
539 second_time_re = _strptime._TimeRE_cache

Completed in 94 milliseconds