Home
last modified time | relevance | path

Searched defs:linesep (Results 1 – 11 of 11) sorted by relevance

/third_party/python/Lib/email/
Dheader.py313 def encode(self, splitchars=';, \t', maxlinelen=None, linesep='\n'): argument
422 def _str(self, linesep): argument
D_policybase.py163 linesep = '\n' variable in Policy
Dgenerator.py72 def flatten(self, msg, unixfrom=False, linesep=None): argument
/third_party/icu/icu4c/source/tools/tzcode/
Dicuzdump.cpp209 const char* linesep; member in ICUZDump
295 const char *linesep = NULL; in main() local
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
Dicuzdump.cpp209 const char* linesep; member in ICUZDump
293 const char *linesep = NULL; in main() local
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/timezone/
DICUZDump.java51 private String linesep = DEFAULT_LINE_SEP; field in ICUZDump
/third_party/python/Lib/
Dos.py54 linesep = '\n' variable
74 linesep = '\r\n' variable
Dmailbox.py32 linesep = os.linesep.encode('ascii') variable
/third_party/python/Lib/test/
Dtest_httpservers.py666 linesep = os.linesep.encode('ascii') variable in CGIHTTPServerTestCase
/third_party/python/Lib/test/test_email/
Dtest_email.py2767 linesep = '\n' variable in TestIdempotent
4253 linesep = '\n' variable in TestBytesGeneratorIdempotentNL
4260 linesep = '\r\n' variable in TestBytesGeneratorIdempotentCRLF
/third_party/mksh/
Dsh.h2168 char linesep; member