Searched refs:_unicode (Results 1 - 11 of 11) sorted by relevance

/external/python/cpython2/Lib/
H A Dglob.py9 _unicode = unicode variable
13 class _unicode(object): class in inherits:object
74 if isinstance(pattern, _unicode) and not isinstance(dirname, unicode):
H A Dgenericpath.py14 _unicode = unicode variable
18 class _unicode(object): class in inherits:object
H A Dos2emxpath.py11 from genericpath import _unicode namespace
150 if isinstance(path, _unicode):
H A Dtextwrap.py13 _unicode = unicode variable
17 class _unicode(object): class in inherits:object
158 elif isinstance(text, _unicode):
178 if isinstance(text, _unicode):
H A Dmacpath.py8 from genericpath import _unicode namespace
190 if isinstance(path, _unicode):
H A Dposixpath.py19 from genericpath import _unicode namespace
289 if isinstance(path, _unicode):
332 slash, dot = (u'/', u'.') if isinstance(path, _unicode) else ('/', '.')
361 if isinstance(path, _unicode):
H A Dntpath.py15 from genericpath import _unicode namespace
335 if isinstance(path, _unicode):
418 backslash, dot = (u'\\', u'.') if isinstance(path, _unicode) else ('\\', '.')
475 if isinstance(path, _unicode):
491 elif isinstance(path, _unicode):
H A Dlocale.py24 _unicode = unicode variable
28 class _unicode(object): class in inherits:object
382 if isinstance(localename, _unicode):
578 if locale and not isinstance(locale, (_str, _unicode)):
H A Dpydoc.py190 _unicode = unicode
195 class _unicode(object): class in inherits:object
213 if isinstance(obj, _unicode):
/external/python/cpython2/Lib/logging/
H A D__init__.py58 _unicode = True variable
60 _unicode = False variable
319 if not _unicode: #if no unicode support...
864 if not _unicode: #if no unicode support...
H A Dhandlers.py35 _unicode = True variable
37 _unicode = False variable

Completed in 194 milliseconds