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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
textio.c 254 #define SEEN_CR 1
257 #define SEEN_ALL (SEEN_CR | SEEN_LF | SEEN_CRLF)
394 seennl |= SEEN_CR;
444 seennl |= SEEN_CR;
547 case SEEN_CR:
553 case SEEN_CR | SEEN_LF:
555 case SEEN_CR | SEEN_CRLF:
559 case SEEN_CR | SEEN_LF | SEEN_CRLF:
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
textio.c 239 #define SEEN_CR 1
242 #define SEEN_ALL (SEEN_CR | SEEN_LF | SEEN_CRLF)
385 seennl |= SEEN_CR;
435 seennl |= SEEN_CR;
538 case SEEN_CR:
544 case SEEN_CR | SEEN_LF:
546 case SEEN_CR | SEEN_CRLF:
550 case SEEN_CR | SEEN_LF | SEEN_CRLF:
    [all...]
  /external/python/cpython2/Modules/_io/
textio.c 254 #define SEEN_CR 1
257 #define SEEN_ALL (SEEN_CR | SEEN_LF | SEEN_CRLF)
394 seennl |= SEEN_CR;
444 seennl |= SEEN_CR;
547 case SEEN_CR:
553 case SEEN_CR | SEEN_LF:
555 case SEEN_CR | SEEN_CRLF:
559 case SEEN_CR | SEEN_LF | SEEN_CRLF:
    [all...]
  /external/python/cpython3/Modules/_io/
textio.c 305 #define SEEN_CR 1
308 #define SEEN_ALL (SEEN_CR | SEEN_LF | SEEN_CRLF)
444 seennl |= SEEN_CR;
487 seennl |= SEEN_CR;
605 case SEEN_CR:
611 case SEEN_CR | SEEN_LF:
613 case SEEN_CR | SEEN_CRLF:
617 case SEEN_CR | SEEN_LF | SEEN_CRLF:
    [all...]

Completed in 282 milliseconds