Searched refs:splittable (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython2/Lib/email/ |
D | header.py | 290 splittable = charset.to_splittable(s) 291 encoded = charset.from_splittable(splittable, True) 322 first = charset.from_splittable(splittable[:splitpnt], False) 323 last = charset.from_splittable(splittable[splitpnt:], False) 326 first, last = _binsplit(splittable, charset, maxlinelen) 488 def _binsplit(splittable, charset, maxlinelen): argument 490 j = len(splittable) 501 chunk = charset.from_splittable(splittable[:m], True) 512 first = charset.from_splittable(splittable[:i], False) 513 last = charset.from_splittable(splittable[i:], False)
|
/external/python/cpython3/Doc/library/ |
D | email.charset.rst | 117 Convert a possibly multibyte string to a safely splittable format. *s* is 132 Convert a splittable string back into an encoded string. *ustr* is a
|
/external/python/cpython2/Doc/library/ |
D | email.charset.rst | 115 Convert a possibly multibyte string to a safely splittable format. *s* is 130 Convert a splittable string back into an encoded string. *ustr* is a
|
/external/llvm/test/Transforms/SROA/ |
D | basictest.ll | 1518 ; Another, more complex case of splittable i64 loads and stores. This example 1550 ; Test that we don't try to pre-split a splittable store of a splittable but 1551 ; not pre-splittable load over the same alloca. We "handle" this case when the 1575 ; pre-splittable by itself, and the first store is also compatible. But the
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SROA/ |
D | basictest.ll | 1518 ; Another, more complex case of splittable i64 loads and stores. This example 1550 ; Test that we don't try to pre-split a splittable store of a splittable but 1551 ; not pre-splittable load over the same alloca. We "handle" this case when the 1575 ; pre-splittable by itself, and the first store is also compatible. But the
|