Home
last modified time | relevance | path

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/
Dtest_types.py3 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')
Dtest_logging.py41 from test.test_support import captured_stdout, run_with_locale, run_unittest
1877 @run_with_locale('LC_ALL', '')
Dpickletester.py21 def run_with_locale(catstr, *locales): function
594 @run_with_locale('LC_ALL', 'de_DE', 'fr_FR')
Dtest_support.py860 def run_with_locale(catstr, *locales): function
Dtest_float.py97 @test_support.run_with_locale('LC_NUMERIC', 'fr_FR', 'de_DE')
Dtest_unicode.py456 @test_support.run_with_locale('LC_ALL', 'de_DE', 'fr_FR')