Home
last modified time | relevance | path

Searched refs:lineend (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_codecs.py104 for (i, lineend) in enumerate(lineends):
105 vw.append((i*200+200)*u"\u3042" + lineend)
113 for lineend in lineends:
114 s = 10*(size*u"a" + lineend + u"xxx\n")
119 size*u"a" + lineend,
/external/python/cpython3/Lib/test/
Dtest_codecs.py152 for (i, lineend) in enumerate(lineends):
153 vw.append((i*200+200)*"\u3042" + lineend)
161 for lineend in lineends:
162 s = 10*(size*"a" + lineend + "xxx\n")
167 size*"a" + lineend,
/external/libcups/cups/
Dhttp.c1173 *lineend, /* End of line */ in httpGets() local
1191 lineend = line + length - 1; in httpGets()
1194 while (lineptr < lineend) in httpGets()
1296 lineptr < lineend && bufptr < bufend;) in httpGets()