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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
textio.c 723 utf16be_encode(textio *self, PyObject *text) function
744 return utf16be_encode(self, text);
813 {"utf-16-be", (encodefunc_t) utf16be_encode},
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
textio.c 707 utf16be_encode(textio *self, PyObject *text) function
728 return utf16be_encode(self, text);
797 {"utf-16-be", (encodefunc_t) utf16be_encode},
    [all...]
  /external/python/cpython2/Modules/_io/
textio.c 723 utf16be_encode(textio *self, PyObject *text) function
744 return utf16be_encode(self, text);
813 {"utf-16-be", (encodefunc_t) utf16be_encode},
    [all...]

Completed in 68 milliseconds