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

  /external/python/cpython3/Modules/_io/
stringio.c 42 PyObject *writenl; member in struct:__anon33325
192 if (self->writenl) {
194 decoded, _PyIO_str_nl, self->writenl, -1);
620 Py_CLEAR(self->writenl);
650 Py_CLEAR(self->writenl);
735 Py_CLEAR(self->writenl);
755 self->writenl = self->readnl;
756 Py_INCREF(self->writenl);
textio.c 642 const char *writenl; /* utf-8 encoded, NULL stands for \n */ member in struct:__anon33327
967 self->writenl = PyUnicode_AsUTF8(self->readnl);
968 if (self->writenl == NULL)
970 if (!strcmp(self->writenl, "\n"))
971 self->writenl = NULL;
975 self->writenl = "\r\n";
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
stringio.c 23 PyObject *writenl; member in struct:__anon4384
125 if (self->writenl) {
127 decoded, _PyIO_str_nl, self->writenl, -1);
494 Py_CLEAR(self->writenl);
523 Py_CLEAR(self->writenl);
582 Py_CLEAR(self->writenl);
599 self->writenl = PyUnicode_FromString(newline);
textio.c 670 const char *writenl; /* utf-8 encoded, NULL stands for \n */ member in struct:__anon4386
867 self->writenl = NULL;
929 self->writenl = PyString_AsString(self->readnl);
930 if (!strcmp(self->writenl, "\n"))
931 self->writenl = NULL;
935 self->writenl = "\r\n";
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
stringio.c 23 PyObject *writenl; member in struct:__anon4697
125 if (self->writenl) {
127 decoded, _PyIO_str_nl, self->writenl, -1);
494 Py_CLEAR(self->writenl);
523 Py_CLEAR(self->writenl);
582 Py_CLEAR(self->writenl);
599 self->writenl = PyUnicode_FromString(newline);
textio.c 654 const char *writenl; /* utf-8 encoded, NULL stands for \n */ member in struct:__anon4699
851 self->writenl = NULL;
913 self->writenl = PyString_AsString(self->readnl);
914 if (!strcmp(self->writenl, "\n"))
915 self->writenl = NULL;
919 self->writenl = "\r\n";
    [all...]
  /external/python/cpython2/Modules/_io/
stringio.c 23 PyObject *writenl; member in struct:__anon32718
125 if (self->writenl) {
127 decoded, _PyIO_str_nl, self->writenl, -1);
494 Py_CLEAR(self->writenl);
523 Py_CLEAR(self->writenl);
582 Py_CLEAR(self->writenl);
599 self->writenl = PyUnicode_FromString(newline);
textio.c 670 const char *writenl; /* utf-8 encoded, NULL stands for \n */ member in struct:__anon32720
867 self->writenl = NULL;
940 self->writenl = PyString_AsString(self->readnl);
941 if (!strcmp(self->writenl, "\n"))
942 self->writenl = NULL;
946 self->writenl = "\r\n";
    [all...]

Completed in 294 milliseconds