Searched refs:have_unicode (Results 1 - 25 of 96) sorted by last modified time

1234

/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dpickletester.py9 from test.test_support import TestFailed, verbose, have_unicode, TESTFN namespace
551 if have_unicode:
H A Dstring_tests.py528 if test_support.have_unicode:
1045 if test_support.have_unicode:
1289 if test_support.have_unicode:
H A Dtest_StringIO.py154 if not test_support.have_unicode: return
180 if not test_support.have_unicode: return
H A Dtest_array.py837 if test_support.have_unicode:
H A Dtest_binascii.py167 if test_support.have_unicode:
H A Dtest_bool.py225 if test_support.have_unicode:
H A Dtest_builtin.py5 from test.test_support import fcmp, have_unicode, TESTFN, unlink, \
255 if have_unicode:
364 if have_unicode:
369 if have_unicode:
552 if have_unicode:
592 if have_unicode:
620 if have_unicode:
628 if have_unicode:
646 if have_unicode:
717 if have_unicode
6 run_unittest, check_py3k_warnings namespace
[all...]
H A Dtest_complex.py304 if test_support.have_unicode:
328 if test_support.have_unicode:
339 if test_support.have_unicode:
H A Dtest_contains.py1 from test.test_support import have_unicode, run_unittest namespace
39 if have_unicode:
H A Dtest_float.py46 if test_support.have_unicode:
H A Dtest_format.py2 from test.test_support import verbose, have_unicode, TestFailed namespace
51 if have_unicode:
270 if have_unicode:
H A Dtest_int.py5 from test.test_support import run_unittest, have_unicode namespace
27 if have_unicode:
82 if have_unicode:
128 if have_unicode:
345 if have_unicode:
375 if have_unicode:
H A Dtest_isinstance.py250 if test_support.have_unicode:
H A Dtest_iter.py4 from test.test_support import run_unittest, TESTFN, unlink, have_unicode, \
225 if have_unicode:
570 if not have_unicode:
5 check_py3k_warnings, cpython_only namespace
H A Dtest_long.py61 if test_support.have_unicode:
328 if test_support.have_unicode:
332 if test_support.have_unicode:
340 if test_support.have_unicode:
H A Dtest_string.py38 if test_support.have_unicode:
H A Dtest_support.py33 "fcmp", "have_unicode", "is_jython", "TESTFN", "HOST", "FUZZ",
414 have_unicode = True variable
416 have_unicode = False variable
429 if have_unicode:
484 if have_unicode and isinstance(name, unicode):
H A Dtest_sys.py203 if test.test_support.have_unicode:
404 if test.test_support.have_unicode:
H A Dtest_textwrap.py391 if test_support.have_unicode:
H A Dtest_types.py3 from test.test_support import run_unittest, have_unicode, run_with_locale, \
229 if have_unicode:
4 check_py3k_warnings namespace
H A Dtest_unary.py4 from test.test_support import run_unittest, have_unicode namespace
47 if have_unicode:
H A Dtest_winreg.py48 if test_support.have_unicode:
H A Dtest_xmlrpc.py24 have_unicode = False variable
26 have_unicode = True variable
180 if have_unicode:
H A Dtest_xpickle.py161 if test_support.have_unicode:
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_iter.py4 from test.test_support import run_unittest, TESTFN, unlink, have_unicode, \
225 if have_unicode:
570 if not have_unicode:
5 check_py3k_warnings, cpython_only namespace

Completed in 288 milliseconds

1234