Home
last modified time | relevance | path

Searched refs:_whitespace (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dtextwrap.py38 _whitespace = '\t\n\x0b\x0c\r ' variable
82 whitespace_trans = string.maketrans(_whitespace, ' ' * len(_whitespace))
86 for x in map(ord, _whitespace):
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dtextwrap.py30 _whitespace = '\t\n\x0b\x0c\r ' variable
74 whitespace_trans = string.maketrans(_whitespace, ' ' * len(_whitespace))
78 for x in map(ord, _whitespace):