HomeSort by relevance Sort by last modified time
    Searched refs:NEWLINE_CRLF (Results 1 - 6 of 6) sorted by null

  /external/python/cpython3/Objects/
fileobject.c 20 #define NEWLINE_CRLF 4 /* \r\n newline seen */
268 newlinetypes |= NEWLINE_CRLF;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
bz2module.c 97 #define NEWLINE_CRLF 4 /* \r\n newline seen */
285 newlinetypes |= NEWLINE_CRLF;
383 newlinetypes |= NEWLINE_CRLF;
    [all...]
  /external/python/cpython2/Modules/
bz2module.c 82 #define NEWLINE_CRLF 4 /* \r\n newline seen */
273 newlinetypes |= NEWLINE_CRLF;
371 newlinetypes |= NEWLINE_CRLF;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
fileobject.c 43 #define NEWLINE_CRLF 4 /* \r\n newline seen */
944 f->f_newlinetypes |= NEWLINE_CRLF;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
fileobject.c 43 #define NEWLINE_CRLF 4 /* \r\n newline seen */
930 f->f_newlinetypes |= NEWLINE_CRLF;
    [all...]
  /external/python/cpython2/Objects/
fileobject.c 43 #define NEWLINE_CRLF 4 /* \r\n newline seen */
942 f->f_newlinetypes |= NEWLINE_CRLF;
    [all...]

Completed in 507 milliseconds