Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dos.py43 linesep = '\n' variable
57 linesep = '\r\n' variable
71 linesep = '\r\n' variable
89 linesep = '\r\n' variable
104 linesep = '\n' variable
/external/fonttools/Tests/misc/
DxmlWriter_test.py7 linesep = tobytes(os.linesep) variable
/external/python/cpython3/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
/external/icu/icu4c/source/tools/tzcode/
Dicuzdump.cpp209 const char* linesep; member in ICUZDump
293 const char *linesep = NULL; in main() local
/external/llvm-project/lldb/third_party/Python/module/ptyprocess-0.6.0/ptyprocess/
Dptyprocess.py135 linesep = os.linesep.encode('ascii') variable in PtyProcess
146 linesep = os.linesep variable in PtyProcess
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/timezone/
DICUZDump.java51 private String linesep = DEFAULT_LINE_SEP; field in ICUZDump
/external/python/cpython3/Lib/
Dos.py54 linesep = '\n' variable
74 linesep = '\r\n' variable
Dmailbox.py32 linesep = os.linesep.encode('ascii') variable
/external/python/pyfakefs/pyfakefs/
Dhelpers.py284 def __init__(self, contents=None, linesep='\n', binary=False, argument
/external/python/parse_type/tasks/_vendor/
Dpath.py800 linesep=os.linesep, append=False): argument
899 linesep=os.linesep, append=False): argument
/external/python/cpython3/Lib/test/
Dtest_httpservers.py605 linesep = os.linesep.encode('ascii') variable in CGIHTTPServerTestCase
/external/python/cpython3/Lib/test/test_email/
Dtest_email.py2752 linesep = '\n' variable in TestIdempotent
4230 linesep = '\n' variable in TestBytesGeneratorIdempotentNL
4237 linesep = '\r\n' variable in TestBytesGeneratorIdempotentCRLF
/external/mksh/src/
Dsh.h2170 char linesep; member