OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:splittable
(Results
1 - 3
of
3
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
header.py
294
splittable
= charset.to_splittable(s)
295
encoded = charset.from_splittable(
splittable
, True)
326
first = charset.from_splittable(
splittable
[:splitpnt], False)
327
last = charset.from_splittable(
splittable
[splitpnt:], False)
330
first, last = _binsplit(
splittable
, charset, maxlinelen)
494
def _binsplit(
splittable
, charset, maxlinelen):
496
j = len(
splittable
)
499
# 1.
splittable
[:k] fits for all k <= i (note that we *assume*,
500
# at the start, that
splittable
[:0] fits).
501
# 2.
splittable
[:k] does not fit for any k > j (at the start
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
header.py
294
splittable
= charset.to_splittable(s)
295
encoded = charset.from_splittable(
splittable
, True)
326
first = charset.from_splittable(
splittable
[:splitpnt], False)
327
last = charset.from_splittable(
splittable
[splitpnt:], False)
330
first, last = _binsplit(
splittable
, charset, maxlinelen)
494
def _binsplit(
splittable
, charset, maxlinelen):
496
j = len(
splittable
)
499
# 1.
splittable
[:k] fits for all k <= i (note that we *assume*,
500
# at the start, that
splittable
[:0] fits).
501
# 2.
splittable
[:k] does not fit for any k > j (at the start
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar
Completed in 585 milliseconds