Home
last modified time | relevance | path

Searched refs:PyUnicode_AsUTF8String (Results 1 – 25 of 43) sorted by relevance

12

/external/python/pyyaml/yaml/
D_yaml.pyx282 stream = PyUnicode_AsUTF8String(stream)
869 value = PyUnicode_AsUTF8String(value)
1006 handle = PyUnicode_AsUTF8String(handle)
1012 prefix = PyUnicode_AsUTF8String(prefix)
1033 anchor_object = PyUnicode_AsUTF8String(anchor_object)
1044 anchor_object = PyUnicode_AsUTF8String(anchor_object)
1052 tag_object = PyUnicode_AsUTF8String(tag_object)
1058 value_object = PyUnicode_AsUTF8String(value_object)
1086 anchor_object = PyUnicode_AsUTF8String(anchor_object)
1094 tag_object = PyUnicode_AsUTF8String(tag_object)
[all …]
D_yaml.pxd12 object PyUnicode_AsUTF8String(object o)
/external/python/cpython2/Modules/_sqlite/
Dstatement.c68 sql_str = PyUnicode_AsUTF8String(sql); in pysqlite_statement_create()
180 stringval = PyUnicode_AsUTF8String(parameter); in pysqlite_statement_bind_parameter()
Dcursor.c534 operation_bytestr = PyUnicode_AsUTF8String(operation); in _pysqlite_query_execute()
801 script_str = PyUnicode_AsUTF8String(script_obj); in pysqlite_cursor_executescript()
Dconnection.c102 database_utf8 = PyUnicode_AsUTF8String(database); in pysqlite_connection_init()
575 PyObject * stringval = PyUnicode_AsUTF8String(py_val); in _pysqlite_set_result()
/external/tensorflow/tensorflow/lite/python/interpreter_wrapper/
Dnumpy.cc133 UniquePyObjectRef utemp(PyUnicode_AsUTF8String(value)); in FillStringBufferFromPyUnicode()
/external/python/cpython2/Include/
Dunicodeobject.h156 # define PyUnicode_AsUTF8String PyUnicodeUCS2_AsUTF8String macro
243 # define PyUnicode_AsUTF8String PyUnicodeUCS4_AsUTF8String macro
763 PyAPI_FUNC(PyObject*) PyUnicode_AsUTF8String(
/external/python/cpython3/Include/
Dunicodeobject.h467 PyAPI_FUNC(PyObject*) PyUnicode_AsUTF8String(
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/
Drjsmin.c427 if (!(script = PyUnicode_AsUTF8String(script))) in rjsmin_jsmin()
/external/python/cpython3/Modules/
Dmain.c240 bytes = PyUnicode_AsUTF8String(unicode); in pymain_run_command()
/external/tensorflow/tensorflow/python/lib/core/
Dndarray_tensor.cc224 PyObject* utemp = PyUnicode_AsUTF8String(obj); in PyObjectToString()
Dpy_seq_tensor.cc583 PyObject* py_str = PyUnicode_AsUTF8String(v); in ConvertScalar()
/external/python/cpython2/Parser/
Dtokenizer.c433 utf8 = PyUnicode_AsUTF8String(buf); in fp_readl()
618 utf8 = PyUnicode_AsUTF8String(buf); in translate_into_utf8()
/external/libxml2/python/
Dtypes.c786 b = PyUnicode_AsUTF8String(obj); in libxml_xmlXPathObjectPtrConvert()
Dlibxml.c289 b = PyUnicode_AsUTF8String(ret); in xmlPythonFileReadRaw()
354 b = PyUnicode_AsUTF8String(ret); in xmlPythonFileRead()
/external/python/cpython3/Parser/
Dtokenizer.c588 utf8 = PyUnicode_AsUTF8String(buf); in translate_into_utf8()
1305 Py_SETREF(s, PyUnicode_AsUTF8String(s)); in verify_identifier()
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/
Drcssmin.c1072 if (!(style = PyUnicode_AsUTF8String(style))) in rcssmin_cssmin()
/external/python/pybind11/include/pybind11/
Dpytypes.h963 temp = reinterpret_steal<object>(PyUnicode_AsUTF8String(m_ptr)); in string()
1037 temp = reinterpret_steal<object>(PyUnicode_AsUTF8String(s.ptr())); in bytes()
/external/python/cpython3/PC/
Dpython3dll.c621 EXPORT_FUNC(PyUnicode_AsUTF8String)
/external/python/cpython3/Doc/data/
Dstable_abi.dat695 function,PyUnicode_AsUTF8String,3.2,
/external/python/cpython2/Doc/data/
Drefcounts.dat1549 PyUnicode_AsUTF8String:PyObject*::+1:
1550 PyUnicode_AsUTF8String:PyObject*:unicode::
/external/python/cpython2/Python/
Dbltinmodule.c548 tmp = PyUnicode_AsUTF8String(cmd); in builtin_compile()
692 tmp = PyUnicode_AsUTF8String(cmd); in builtin_eval()
Dmarshal.c358 utf8 = PyUnicode_AsUTF8String(v); in w_object()
/external/webp/swig/
Dlibwebp_python_wrap.c789 str = PyUnicode_AsUTF8String(str); in SWIG_Python_str_AsChar()
2975 encoded_name = PyUnicode_AsUTF8String(name); in SWIG_Python_NonDynamicSetAttr()
3086 obj = PyUnicode_AsUTF8String(obj); in SWIG_AsCharPtrAndSize()
3144 obj = PyUnicode_AsUTF8String(obj); in SWIG_AsCharPtrAndSize()
/external/python/cpython2/Modules/
D_tkinter.c358 PyObject *v = PyUnicode_AsUTF8String(value); in AsString()
635 PyObject *s = PyUnicode_AsUTF8String(arg); in SplitObj()

12