Home
last modified time | relevance | path

Searched refs:from_splittable (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
Dheader.py291 encoded = charset.from_splittable(splittable, True)
322 first = charset.from_splittable(splittable[:splitpnt], False)
323 last = charset.from_splittable(splittable[splitpnt:], False)
330 fencoded = charset.from_splittable(fsplittable, True)
501 chunk = charset.from_splittable(splittable[:m], True)
512 first = charset.from_splittable(splittable[:i], False)
513 last = charset.from_splittable(splittable[i:], False)
Dcharset.py299 def from_splittable(self, ustr, to_output=True): member in Charset
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/
Dtest_email_renamed.py2760 eq(s, c.from_splittable(sp))
2764 eq(s, c.from_splittable(sp))
Dtest_email.py2931 eq(s, c.from_splittable(sp))
2935 eq(s, c.from_splittable(sp))