Home
last modified time | relevance | path

Searched defs:TESTFN_UNICODE (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_unicode_file.py23 TESTFN_UNICODE = unicode("@test-\xe0\xf2", sys.getfilesystemencoding()) variable
Dtest_zipfile.py29 TESTFN_UNICODE = None variable
/external/python/cpython2/Lib/test/support/
D__init__.py681 TESTFN_UNICODE = "@test-\xe0\xf2" variable
684 TESTFN_UNICODE = unicode("@test-\xe0\xf2", "latin-1") variable
/external/python/cpython3/Lib/test/support/
D__init__.py871 TESTFN_UNICODE = TESTFN + "-\xe0\xf2\u0258\u0141\u011f" variable
877 TESTFN_UNICODE = unicodedata.normalize('NFD', TESTFN_UNICODE) variable