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

  /external/python/cpython3/Objects/
fileobject.c 252 int newlinetypes = 0; local
268 newlinetypes |= NEWLINE_CRLF;
277 newlinetypes |= NEWLINE_CR;
283 ** newlinetypes flag until we've seen the next char.
288 newlinetypes |= NEWLINE_LF;
294 newlinetypes |= NEWLINE_CR; */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
fileobject.c 1416 int newlinetypes = f->f_newlinetypes; local
2732 int newlinetypes = 0; local
2821 int newlinetypes, skipnextlf; local
    [all...]
  /external/python/cpython2/Objects/
fileobject.c 1414 int newlinetypes = f->f_newlinetypes; local
2731 int newlinetypes = 0; local
2820 int newlinetypes, skipnextlf; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
fileobject.c 1391 int newlinetypes = f->f_newlinetypes; local
2665 int newlinetypes = 0; local
2754 int newlinetypes, skipnextlf; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
bz2module.c 260 int newlinetypes = f->f_newlinetypes; local
285 newlinetypes |= NEWLINE_CRLF;
291 newlinetypes |= NEWLINE_CR;
298 newlinetypes |= NEWLINE_LF;
304 newlinetypes |= NEWLINE_CR;
306 f->f_newlinetypes = newlinetypes;
350 int newlinetypes, skipnextlf; local
358 newlinetypes = f->f_newlinetypes;
383 newlinetypes |= NEWLINE_CRLF;
388 * update the newlinetypes flag if either this
    [all...]
  /external/python/cpython2/Modules/
bz2module.c 248 int newlinetypes = f->f_newlinetypes; local
273 newlinetypes |= NEWLINE_CRLF;
279 newlinetypes |= NEWLINE_CR;
286 newlinetypes |= NEWLINE_LF;
292 newlinetypes |= NEWLINE_CR;
294 f->f_newlinetypes = newlinetypes;
338 int newlinetypes, skipnextlf; local
346 newlinetypes = f->f_newlinetypes;
371 newlinetypes |= NEWLINE_CRLF;
376 * update the newlinetypes flag if either thi
    [all...]

Completed in 173 milliseconds