Searched refs:run_with_locale (Results 1 – 6 of 6) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_types.py | 3 from test.test_support import run_unittest, have_unicode, run_with_locale, \ 558 @run_with_locale('LC_NUMERIC', 'en_US.UTF8') 567 @run_with_locale('LC_NUMERIC', 'en_US.UTF8')
|
D | test_logging.py | 41 from test.test_support import captured_stdout, run_with_locale, run_unittest 1877 @run_with_locale('LC_ALL', '')
|
D | pickletester.py | 21 def run_with_locale(catstr, *locales): function 594 @run_with_locale('LC_ALL', 'de_DE', 'fr_FR')
|
D | test_support.py | 860 def run_with_locale(catstr, *locales): function
|
D | test_float.py | 97 @test_support.run_with_locale('LC_NUMERIC', 'fr_FR', 'de_DE')
|
D | test_unicode.py | 456 @test_support.run_with_locale('LC_ALL', 'de_DE', 'fr_FR')
|