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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
textio.c 34 "After the underlying buffer has been detached, the TextIO is in an\n"
708 } textio; typedef in typeref:struct:__anon5366
715 ascii_encode(textio *self, PyObject *text)
723 utf16be_encode(textio *self, PyObject *text)
731 utf16le_encode(textio *self, PyObject *text)
739 utf16_encode(textio *self, PyObject *text)
755 utf32be_encode(textio *self, PyObject *text)
763 utf32le_encode(textio *self, PyObject *text)
771 utf32_encode(textio *self, PyObject *text)
787 utf8_encode(textio *self, PyObject *text)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
textio.c 34 "After the underlying buffer has been detached, the TextIO is in an\n"
692 } textio; typedef in typeref:struct:__anon5679
699 ascii_encode(textio *self, PyObject *text)
707 utf16be_encode(textio *self, PyObject *text)
715 utf16le_encode(textio *self, PyObject *text)
723 utf16_encode(textio *self, PyObject *text)
739 utf32be_encode(textio *self, PyObject *text)
747 utf32le_encode(textio *self, PyObject *text)
755 utf32_encode(textio *self, PyObject *text)
771 utf8_encode(textio *self, PyObject *text)
    [all...]
  /external/python/cpython2/Modules/_io/
textio.c 34 "After the underlying buffer has been detached, the TextIO is in an\n"
708 } textio; typedef in typeref:struct:__anon36645
711 textiowrapper_set_decoded_chars(textio *self, PyObject *chars);
717 ascii_encode(textio *self, PyObject *text)
725 utf16be_encode(textio *self, PyObject *text)
733 utf16le_encode(textio *self, PyObject *text)
741 utf16_encode(textio *self, PyObject *text)
757 utf32be_encode(textio *self, PyObject *text)
765 utf32le_encode(textio *self, PyObject *text)
773 utf32_encode(textio *self, PyObject *text
    [all...]
  /external/python/cpython3/Modules/_io/
textio.c 17 class _io.TextIOWrapper "textio *" "&TextIOWrapper_TYpe"
64 "After the underlying buffer has been detached, the TextIO is in an\n"
695 } textio; typedef in typeref:struct:__anon37244
698 textiowrapper_set_decoded_chars(textio *self, PyObject *chars);
704 ascii_encode(textio *self, PyObject *text)
710 utf16be_encode(textio *self, PyObject *text)
717 utf16le_encode(textio *self, PyObject *text)
724 utf16_encode(textio *self, PyObject *text)
739 utf32be_encode(textio *self, PyObject *text)
746 utf32le_encode(textio *self, PyObject *text
    [all...]

Completed in 874 milliseconds