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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
pickletester.py 34 orig_locale = locale.setlocale(category)
40 locale = orig_locale = None
53 if locale and orig_locale:
54 locale.setlocale(category, orig_locale)
    [all...]
test_support.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
pickletester.py 34 orig_locale = locale.setlocale(category)
40 locale = orig_locale = None
53 if locale and orig_locale:
54 locale.setlocale(category, orig_locale)
    [all...]
test_support.py     [all...]

Completed in 348 milliseconds