Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
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
Dlocale.py22 _unicode = unicode variable
26 class _unicode(object): class
380 if isinstance(localename, _unicode):
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
Dntpath.py28 from genericpath import _unicode
353 if isinstance(path, _unicode):
436 backslash, dot = (u'\\', u'.') if isinstance(path, _unicode) else ('\\', '.')
493 if isinstance(path, _unicode):
509 elif isinstance(path, _unicode):
Dpydoc.py203 _unicode = unicode variable
208 class _unicode(object): class
226 if isinstance(obj, _unicode):
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/
D__init__.py57 _unicode = True variable
59 _unicode = False variable
318 if not _unicode: #if no unicode support...
845 if not _unicode: #if no unicode support...
Dhandlers.py36 _unicode = True variable
38 _unicode = False variable