HomeSort by relevance Sort by last modified time
    Searched refs:unicodedata (Results 51 - 75 of 92) sorted by null

1 23 4

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_normalization.py 7 from unicodedata import normalize, unidata_version
test_inspect.py 20 import unicodedata
374 not hasattr(unicodedata, '__file__') or
375 unicodedata.__file__[-4:] in (".pyc", ".pyo"),
376 "unicodedata is not an external binary module")
378 self.assertRaises(IOError, inspect.getsource, unicodedata)
379 self.assertRaises(IOError, inspect.findsource, unicodedata)
test_pep277.py 4 from unicodedata import normalize
test_codeccallbacks.py 2 import sys, codecs, htmlentitydefs, unicodedata
119 l.append(unicodedata.name(c, u"0x%x" % ord(c)))
  /external/python/cpython2/Lib/test/
test_normalization.py 7 from unicodedata import normalize, unidata_version
test_inspect.py 21 import unicodedata
23 unicodedata = None variable
409 not hasattr(unicodedata, '__file__') or
410 unicodedata.__file__[-4:] in (".pyc", ".pyo"),
411 "unicodedata is not an external binary module")
413 self.assertRaises(IOError, inspect.getsource, unicodedata)
414 self.assertRaises(IOError, inspect.findsource, unicodedata)
    [all...]
test_pep277.py 4 from unicodedata import normalize
  /external/python/cpython3/Lib/test/
test_normalization.py 6 from unicodedata import normalize, unidata_version
test_unicode_file_functions.py 7 from unicodedata import normalize
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_normalization.py 7 from unicodedata import normalize, unidata_version
test_pep277.py 4 from unicodedata import normalize
test_inspect.py 20 import unicodedata
391 not hasattr(unicodedata, '__file__') or
392 unicodedata.__file__[-4:] in (".pyc", ".pyo"),
393 "unicodedata is not an external binary module")
395 self.assertRaises(IOError, inspect.getsource, unicodedata)
396 self.assertRaises(IOError, inspect.findsource, unicodedata)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_normalization.py 7 from unicodedata import normalize, unidata_version
test_pep277.py 4 from unicodedata import normalize
test_inspect.py 20 import unicodedata
391 not hasattr(unicodedata, '__file__') or
392 unicodedata.__file__[-4:] in (".pyc", ".pyo"),
393 "unicodedata is not an external binary module")
395 self.assertRaises(IOError, inspect.getsource, unicodedata)
396 self.assertRaises(IOError, inspect.findsource, unicodedata)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_normalization.py 7 from unicodedata import normalize, unidata_version
test_pep277.py 4 from unicodedata import normalize
test_inspect.py 20 import unicodedata
391 not hasattr(unicodedata, '__file__') or
392 unicodedata.__file__[-4:] in (".pyc", ".pyo"),
393 "unicodedata is not an external binary module")
395 self.assertRaises(IOError, inspect.getsource, unicodedata)
396 self.assertRaises(IOError, inspect.findsource, unicodedata)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_normalization.py 7 from unicodedata import normalize, unidata_version
test_pep277.py 4 from unicodedata import normalize
test_inspect.py 20 import unicodedata
391 not hasattr(unicodedata, '__file__') or
392 unicodedata.__file__[-4:] in (".pyc", ".pyo"),
393 "unicodedata is not an external binary module")
395 self.assertRaises(IOError, inspect.getsource, unicodedata)
396 self.assertRaises(IOError, inspect.findsource, unicodedata)
    [all...]
  /external/python/cpython2/RISCOS/
Makefile 89 @.^.Lib.unicodedata/pyd\
319 @.^.Lib.unicodedata/pyd: @.^.Modules.o.unicodedata s.linktab
320 $(MAKEDLK) -d @.^.Lib.unicodedata/pyd -s s.linktab -o @.^.Modules.o.unicodedata -e initunicodedata
  /external/python/cpython3/Lib/test/test_importlib/source/
test_source_encoding.py 9 # Because sys.path gets essentially blanked, need to have unicodedata already
11 import unicodedata
  /cts/apps/CameraITS/pymodules/its/
device.py 28 import unicodedata
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/
Python2710.inf 207 Modules/unicodedata.c #

Completed in 498 milliseconds

1 23 4