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

  /external/webrtc/webrtc/base/
stringencode.cc 232 size_t utf8_encode(char* buffer, size_t buflen, unsigned long value) { function in namespace:rtc
396 if (size_t esclen = utf8_encode(buffer + bufpos, buflen - bufpos, val)) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
textio.c 787 utf8_encode(textio *self, PyObject *text) function
812 {"utf-8", (encodefunc_t) utf8_encode},
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
textio.c 771 utf8_encode(textio *self, PyObject *text) function
796 {"utf-8", (encodefunc_t) utf8_encode},
    [all...]
  /external/python/cpython2/Modules/_io/
textio.c 787 utf8_encode(textio *self, PyObject *text) function
812 {"utf-8", (encodefunc_t) utf8_encode},
    [all...]
  /external/python/cpython3/Modules/_io/
textio.c 757 utf8_encode(textio *self, PyObject *text) function
778 {"utf-8", (encodefunc_t) utf8_encode},
    [all...]

Completed in 310 milliseconds