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

  /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...]
xmlrpclib.py 704 dispatch[UnicodeType] = dump_unicode
730 if unicode and type(k) 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...]
xmlrpclib.py 704 dispatch[UnicodeType] = dump_unicode
730 if unicode and type(k) is UnicodeType:
    [all...]
  /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:
PyShell.py 642 if isinstance(source, types.UnicodeType):
    [all...]
  /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:
PyShell.py 642 if isinstance(source, types.UnicodeType):
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_StringIO.py 167 self.assertEqual(type(s), types.UnicodeType)
test_optparse.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_StringIO.py 167 self.assertEqual(type(s), types.UnicodeType)
test_optparse.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
aepack.py 104 if isinstance(x, UnicodeType):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/
saxutils.py 13 _StringTypes = [types.StringType, types.UnicodeType]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/sax/
saxutils.py 13 _StringTypes = [types.StringType, types.UnicodeType]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
pulldom.py 6 _StringTypes = [types.StringType, types.UnicodeType]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
pulldom.py 6 _StringTypes = [types.StringType, types.UnicodeType]
  /external/chromium_org/third_party/ply/
lex.py 42 StringTypes = (types.StringType, types.UnicodeType)
    [all...]
  /external/chromium_org/tools/gyp/test/lib/
TestCmd.py 262 if hasattr(types, 'UnicodeType'):
265 or type(e) is types.UnicodeType \
    [all...]

Completed in 1835 milliseconds