HomeSort by relevance Sort by last modified time
    Searched refs:have_unicode (Results 1 - 25 of 48) sorted by null

1 2

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_unary.py 4 from test.test_support import run_unittest, have_unicode namespace
47 if have_unicode:
test_contains.py 1 from test.test_support import have_unicode, run_unittest namespace
39 if have_unicode:
test_format.py 2 from test.test_support import verbose, have_unicode, TestFailed namespace
51 if have_unicode:
270 if have_unicode:
test_int.py 5 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:
test_StringIO.py 154 if not test_support.have_unicode: return
180 if not test_support.have_unicode: return
test_builtin.py 5 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...]
test_string.py 38 if test_support.have_unicode:
test_xpickle.py 161 if test_support.have_unicode:
test_types.py 3 from test.test_support import run_unittest, have_unicode, run_with_locale, \
229 if have_unicode:
4 check_py3k_warnings namespace
test_binascii.py 167 if test_support.have_unicode:
test_isinstance.py 250 if test_support.have_unicode:
test_long.py 61 if test_support.have_unicode:
328 if test_support.have_unicode:
332 if test_support.have_unicode:
340 if test_support.have_unicode:
    [all...]
test_support.py 33 "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):
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_unary.py 4 from test.test_support import run_unittest, have_unicode namespace
47 if have_unicode:
test_contains.py 1 from test.test_support import have_unicode, run_unittest namespace
39 if have_unicode:
test_format.py 2 from test.test_support import verbose, have_unicode, TestFailed namespace
51 if have_unicode:
270 if have_unicode:
test_int.py 5 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:
test_StringIO.py 154 if not test_support.have_unicode: return
180 if not test_support.have_unicode: return
test_builtin.py 5 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...]
test_string.py 38 if test_support.have_unicode:
test_xpickle.py 161 if test_support.have_unicode:
test_types.py 3 from test.test_support import run_unittest, have_unicode, run_with_locale, \
229 if have_unicode:
4 check_py3k_warnings namespace
test_binascii.py 167 if test_support.have_unicode:
test_isinstance.py 250 if test_support.have_unicode:
test_long.py 61 if test_support.have_unicode:
328 if test_support.have_unicode:
332 if test_support.have_unicode:
340 if test_support.have_unicode:
    [all...]

Completed in 1344 milliseconds

1 2