Searched refs:_unicode (Results 1 – 7 of 7) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | textwrap.py | 13 _unicode = unicode variable 17 class _unicode(object): class 158 elif isinstance(text, _unicode): 178 if isinstance(text, _unicode):
|
D | genericpath.py | 14 _unicode = unicode variable 18 class _unicode(object): class
|
D | locale.py | 22 _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/ |
D | ntpath.py | 28 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):
|
D | pydoc.py | 203 _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__.py | 57 _unicode = True variable 59 _unicode = False variable 318 if not _unicode: #if no unicode support... 845 if not _unicode: #if no unicode support...
|
D | handlers.py | 36 _unicode = True variable 38 _unicode = False variable
|