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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
_iomodule.h 153 extern PyObject *_PyIO_str_nl;
_iomodule.c 35 PyObject *_PyIO_str_nl;
739 if (!(_PyIO_str_nl = PyString_InternFromString("\n")))
stringio.c 127 decoded, _PyIO_str_nl, self->writenl, -1);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
_iomodule.h 148 extern PyObject *_PyIO_str_nl;
_iomodule.c 35 PyObject *_PyIO_str_nl;
730 if (!(_PyIO_str_nl = PyString_InternFromString("\n")))
stringio.c 127 decoded, _PyIO_str_nl, self->writenl, -1);
  /external/python/cpython2/Modules/_io/
_iomodule.h 158 extern PyObject *_PyIO_str_nl;
_iomodule.c 35 PyObject *_PyIO_str_nl;
739 if (!(_PyIO_str_nl = PyString_InternFromString("\n")))
stringio.c 127 decoded, _PyIO_str_nl, self->writenl, -1);
  /external/python/cpython3/Modules/_io/
_iomodule.c 38 PyObject *_PyIO_str_nl = NULL;
762 if (!_PyIO_str_nl &&
763 !(_PyIO_str_nl = PyUnicode_InternFromString("\n")))
_iomodule.h 166 extern PyObject *_PyIO_str_nl;
stringio.c 194 decoded, _PyIO_str_nl, self->writenl, -1);

Completed in 2913 milliseconds