Searched defs:UnicodeType (Results 1 - 16 of 16) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
H A DPyParse.py108 UnicodeType = type(unicode("")) variable
110 UnicodeType = None variable
120 if type(str) is UnicodeType:
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
H A DPyParse.py108 UnicodeType = type(unicode("")) variable
110 UnicodeType = None variable
120 if type(str) is UnicodeType:
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
H A DPyParse.py108 UnicodeType = type(unicode("")) variable
110 UnicodeType = None variable
120 if type(str) is UnicodeType:
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
H A DPyParse.py108 UnicodeType = type(unicode("")) variable
110 UnicodeType = None variable
120 if type(str) is UnicodeType:
/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dtypes.py31 UnicodeType = unicode variable
32 StringTypes = (StringType, UnicodeType)
H A Dpickle.py92 # UnicodeType may or may not be exported (normally imported from types)
94 UnicodeType
96 UnicodeType = None variable
502 dispatch[UnicodeType] = save_unicode
504 if StringType is UnicodeType:
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dtypes.py31 UnicodeType = unicode variable
32 StringTypes = (StringType, UnicodeType)
H A Dpickle.py92 # UnicodeType may or may not be exported (normally imported from types)
94 UnicodeType
96 UnicodeType = None variable
502 dispatch[UnicodeType] = save_unicode
504 if StringType is UnicodeType:
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dtypes.py31 UnicodeType = unicode variable
32 StringTypes = (StringType, UnicodeType)
H A Dpickle.py92 # UnicodeType may or may not be exported (normally imported from types)
94 UnicodeType
96 UnicodeType = None variable
502 dispatch[UnicodeType] = save_unicode
504 if StringType is UnicodeType:
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dtypes.py31 UnicodeType = unicode variable
32 StringTypes = (StringType, UnicodeType)
H A Dpickle.py92 # UnicodeType may or may not be exported (normally imported from types)
94 UnicodeType
96 UnicodeType = None variable
502 dispatch[UnicodeType] = save_unicode
504 if StringType is UnicodeType:
/prebuilts/misc/common/jython/
H A Djython.jarMETA-INF/MANIFEST.MF com/xhaus/modjy/ModjyJServlet.class ModjyJServlet.java package com.xhaus ...
/prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
H A Djython-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/services/javax.script.ScriptEngineFactory com/xhaus/modjy/ModjyJServlet ...
/prebuilts/devtools/tools/lib/
H A Djython-standalone-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META-INF/maven/jline/ ...
/prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
H A Djython-standalone-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META-INF/maven/jline/ ...

Completed in 665 milliseconds