HomeSort by relevance Sort by last modified time
    Searched refs:PyUnicode_AsUTF8AndSize (Results 1 - 25 of 32) sorted by null

1 2

  /external/python/cpython3/Modules/_sqlite/
statement.c 62 sql_cstr = PyUnicode_AsUTF8AndSize(sql, &sql_cstr_len);
157 string = PyUnicode_AsUTF8AndSize(parameter, &buflen);
330 sql_cstr = PyUnicode_AsUTF8AndSize(self->sql, &sql_len);
cursor.c 468 operation_cstr = PyUnicode_AsUTF8AndSize(operation, &operation_len);
  /external/python/cpython3/Python/
structmember.c 255 string = PyUnicode_AsUTF8AndSize(v, &len);
getargs.c 927 sarg = PyUnicode_AsUTF8AndSize(arg, &len);
955 sarg = PyUnicode_AsUTF8AndSize(arg, &len);
980 sarg = PyUnicode_AsUTF8AndSize(arg, &len);
    [all...]
bltinmodule.c 628 str = PyUnicode_AsUTF8AndSize(cmd, &size);
    [all...]
  /external/python/cpython3/Modules/
_dbmmodule.c 242 key.dptr = PyUnicode_AsUTF8AndSize(arg, &size);
_gdbmmodule.c 322 key.dptr = PyUnicode_AsUTF8AndSize(arg, &size);
parsermodule.c 915 temp_str = PyUnicode_AsUTF8AndSize(temp, &len);
    [all...]
pyexpat.c 730 s = PyUnicode_AsUTF8AndSize(data, &slen);
    [all...]
_tkinter.c     [all...]
_datetimemodule.c     [all...]
  /external/python/cpython3/Objects/
fileobject.c 386 str = PyUnicode_AsUTF8AndSize(unicode, &n);
floatobject.c 173 s = PyUnicode_AsUTF8AndSize(s_buffer, &len);
    [all...]
complexobject.c 896 s = PyUnicode_AsUTF8AndSize(s_buffer, &len);
  /external/protobuf/python/google/protobuf/pyext/
descriptor_pool.cc 50 ((*(charpp) = PyUnicode_AsUTF8AndSize(ob, (sizep))) == NULL? -1: 0): \
message.cc 84 ((*(charpp) = PyUnicode_AsUTF8AndSize(ob, (sizep))) == NULL? -1: 0): \
    [all...]
descriptor.cc 57 ((*(charpp) = PyUnicode_AsUTF8AndSize(ob, (sizep))) == NULL? -1: 0): \
    [all...]
descriptor_containers.cc 69 ((*(charpp) = PyUnicode_AsUTF8AndSize(ob, (sizep))) == NULL? -1: 0): \
    [all...]
  /external/tensorflow/tensorflow/python/lib/core/
ndarray_tensor.cc 157 ptr = PyUnicode_AsUTF8AndSize(item.get(), &len);
py_seq_tensor.cc 323 const char* str = PyUnicode_AsUTF8AndSize(v, &size);
py_func.cc 319 el = PyUnicode_AsUTF8AndSize(input_data[i], &el_size);
  /external/python/cpython3/Include/
unicodeobject.h     [all...]
  /external/libxml2/python/
types.c 637 tmp = PyUnicode_AsUTF8AndSize(obj, &size);
libxml.c 303 tmp = PyUnicode_AsUTF8AndSize(ret, &size);
368 tmp = PyUnicode_AsUTF8AndSize(ret, &size);
    [all...]
  /external/python/cpython3/Parser/
tokenizer.c 449 buf = PyUnicode_AsUTF8AndSize(bufobj, &buflen);
    [all...]

Completed in 1268 milliseconds

1 2