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

1 2

  /external/tensorflow/tensorflow/python/lib/core/
py_util.cc 59 strings::StrAppend(&err, ": ", PyUnicode_AsUTF8(str));
  /external/python/cpython3/Modules/_sqlite/
row.c 101 key = PyUnicode_AsUTF8(idx);
111 compare_key = PyUnicode_AsUTF8(obj);
connection.c 508 const char *str = PyUnicode_AsUTF8(py_val);
    [all...]
  /external/python/cpython3/Modules/
syslogmodule.c 142 ident = PyUnicode_AsUTF8(S_ident_o);
170 message = PyUnicode_AsUTF8(message_object);
  /external/python/cpython3/Objects/
moduleobject.c 243 name = PyUnicode_AsUTF8(nameobj);
486 return PyUnicode_AsUTF8(name);
519 utf8 = PyUnicode_AsUTF8(fileobj);
572 const char *s = PyUnicode_AsUTF8(key);
592 const char *s = PyUnicode_AsUTF8(key);
structseq.c 197 crepr = PyUnicode_AsUTF8(repr);
object.c 893 char *name_str = PyUnicode_AsUTF8(name);
937 char *name_str = PyUnicode_AsUTF8(name);
    [all...]
  /external/python/cpython3/Python/
future.c 24 const char *feature = PyUnicode_AsUTF8(name->name);
importdl.c 149 _Py_PackageContext = PyUnicode_AsUTF8(name_unicode);
pythonrun.c 174 enc = PyUnicode_AsUTF8(oenc);
185 ps1 = PyUnicode_AsUTF8(v);
198 ps2 = PyUnicode_AsUTF8(w);
517 text = PyUnicode_AsUTF8(text_obj);
    [all...]
bltinmodule.c     [all...]
compile.c     [all...]
ceval.c     [all...]
pylifecycle.c 208 name_utf8 = PyUnicode_AsUTF8(name);
    [all...]
codecs.c     [all...]
sysmodule.c 117 stdout_encoding_str = PyUnicode_AsUTF8(stdout_encoding);
    [all...]
  /external/python/cpython3/Modules/cjkcodecs/
cjkcodecs.h 270 enc = PyUnicode_AsUTF8(encoding);
multibytecodec.c 88 str = PyUnicode_AsUTF8(errors);
141 str = PyUnicode_AsUTF8(value);
    [all...]
  /external/python/cpython3/Modules/_ctypes/
stgdict.c 492 char *fieldname = PyUnicode_AsUTF8(name);
_ctypes.c     [all...]
  /external/tensorflow/tensorflow/python/eager/
pywrap_tfe_src.cc 85 *value = PyUnicode_AsUTF8(py_value);
525 : PyUnicode_AsUTF8(py_key);
706 return PyUnicode_AsUTF8(o);
    [all...]
pywrap_tensor.cc 107 device = PyUnicode_AsUTF8(dev);
  /external/python/cpython3/Include/
unicodeobject.h     [all...]
  /external/python/cpython3/Modules/_io/
stringio.c 711 newline = PyUnicode_AsUTF8(newline_obj);
  /external/protobuf/python/google/protobuf/pyext/
repeated_scalar_container.cc 57 (PyUnicode_Check(ob)? PyUnicode_AsUTF8(ob): PyBytes_AsString(ob))

Completed in 7142 milliseconds

1 2