Searched refs:_split (Results 1 – 4 of 4) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/ |
D | header.py | 288 def _split(self, s, charset, maxlinelen, splitchars): member in Header 332 return chunk + self._split(last, charset, self._maxlinelen, splitchars) 407 newchunks += self._split(s, charset, targetlen, splitchars)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | textwrap.py | 155 def _split(self, text): member in TextWrapper 318 chunks = self._split(text)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | textwrap.py | 163 def _split(self, text): member in TextWrapper 326 chunks = self._split(text)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_textwrap.py | 41 result = self.wrapper._split(text) 371 result = self.wrapper._split(text)
|