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

1 2 3

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
types.py 31 UnicodeType = unicode
32 StringTypes = (StringType, UnicodeType)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
types.py 31 UnicodeType = unicode
32 StringTypes = (StringType, UnicodeType)
pickle.py 92 # UnicodeType may or may not be exported (normally imported from types)
94 UnicodeType
96 UnicodeType = None
502 dispatch[UnicodeType] = save_unicode
504 if StringType is UnicodeType:
    [all...]
  /external/python/cpython2/Lib/
types.py 31 UnicodeType = unicode
32 StringTypes = (StringType, UnicodeType)
pickle.py 92 # UnicodeType may or may not be exported (normally imported from types)
94 UnicodeType
96 UnicodeType = None
508 dispatch[UnicodeType] = save_unicode
510 if StringType is UnicodeType:
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
types.py 31 UnicodeType = unicode
32 StringTypes = (StringType, UnicodeType)
pickle.py 92 # UnicodeType may or may not be exported (normally imported from types)
94 UnicodeType
96 UnicodeType = None
502 dispatch[UnicodeType] = save_unicode
504 if StringType is UnicodeType:
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
types.py 31 UnicodeType = unicode
32 StringTypes = (StringType, UnicodeType)
pickle.py 92 # UnicodeType may or may not be exported (normally imported from types)
94 UnicodeType
96 UnicodeType = None
502 dispatch[UnicodeType] = save_unicode
504 if StringType is UnicodeType:
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
types.py 31 UnicodeType = unicode
32 StringTypes = (StringType, UnicodeType)
pickle.py 92 # UnicodeType may or may not be exported (normally imported from types)
94 UnicodeType
96 UnicodeType = None
502 dispatch[UnicodeType] = save_unicode
504 if StringType is UnicodeType:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
types.py 31 UnicodeType = unicode
32 StringTypes = (StringType, UnicodeType)
pickle.py 92 # UnicodeType may or may not be exported (normally imported from types)
94 UnicodeType
96 UnicodeType = None
502 dispatch[UnicodeType] = save_unicode
504 if StringType is UnicodeType:
    [all...]
  /external/python/cpython2/Lib/idlelib/
PyParse.py 108 UnicodeType = type(unicode(""))
110 UnicodeType = None
120 if type(str) is UnicodeType:
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
PyParse.py 108 UnicodeType = type(unicode(""))
110 UnicodeType = None
120 if type(str) is UnicodeType:
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
PyParse.py 108 UnicodeType = type(unicode(""))
110 UnicodeType = None
120 if type(str) is UnicodeType:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
PyParse.py 108 UnicodeType = type(unicode(""))
110 UnicodeType = None
120 if type(str) is UnicodeType:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
PyParse.py 108 UnicodeType = type(unicode(""))
110 UnicodeType = None
120 if type(str) is UnicodeType:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_StringIO.py 125 self.assertEqual(type(s), types.UnicodeType)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/sax/
saxutils.py 11 _StringTypes = [types.StringType, types.UnicodeType]
  /external/python/cpython2/Lib/test/
test_StringIO.py 167 self.assertEqual(type(s), types.UnicodeType)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_StringIO.py 167 self.assertEqual(type(s), types.UnicodeType)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_StringIO.py 167 self.assertEqual(type(s), types.UnicodeType)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_StringIO.py 167 self.assertEqual(type(s), types.UnicodeType)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_StringIO.py 167 self.assertEqual(type(s), types.UnicodeType)

Completed in 1991 milliseconds

1 2 3