Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dglob.py9 _unicode = unicode variable
13 class _unicode(object): class
74 if isinstance(pattern, _unicode) and not isinstance(dirname, unicode):
Dtextwrap.py13 _unicode = unicode variable
17 class _unicode(object): class
158 elif isinstance(text, _unicode):
178 if isinstance(text, _unicode):
Dgenericpath.py14 _unicode = unicode variable
18 class _unicode(object): class
Dntpath.py15 from genericpath import _unicode
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):
Dposixpath.py19 from genericpath import _unicode
289 if isinstance(path, _unicode):
332 slash, dot = (u'/', u'.') if isinstance(path, _unicode) else ('/', '.')
361 if isinstance(path, _unicode):
Dos2emxpath.py11 from genericpath import _unicode
150 if isinstance(path, _unicode):
Dlocale.py24 _unicode = unicode variable
28 class _unicode(object): class
382 if isinstance(localename, _unicode):
578 if locale and not isinstance(locale, (_str, _unicode)):
Dmacpath.py8 from genericpath import _unicode
190 if isinstance(path, _unicode):
Dpydoc.py190 _unicode = unicode variable
195 class _unicode(object): class
213 if isinstance(obj, _unicode):
/external/python/cpython2/Lib/logging/
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...
Dhandlers.py35 _unicode = True variable
37 _unicode = False variable