Home
last modified time | relevance | path

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

12

/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.cc131 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/tensorflow/tensorflow/python/framework/
Dpython_api_dispatcher.cc180 Safe_PyObjectPtr api_name_str(PyUnicode_AsUTF8String(api_name_.get())); in Dispatch()
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/
Drjsmin.c427 if (!(script = PyUnicode_AsUTF8String(script))) in rjsmin_jsmin()
/external/python/cpython3/Include/
Dunicodeobject.h464 PyAPI_FUNC(PyObject*) PyUnicode_AsUTF8String(
/external/python/cpython3/Modules/
Dmain.c240 bytes = PyUnicode_AsUTF8String(unicode); in pymain_run_command()
/external/tensorflow/tensorflow/python/lib/core/
Dndarray_tensor.cc216 PyObject* utemp = PyUnicode_AsUTF8String(obj); in PyObjectToString()
Dpy_seq_tensor.cc582 PyObject* py_str = PyUnicode_AsUTF8String(v); in ConvertScalar()
/external/python/cpython3/PC/
Dpython3.def645 PyUnicode_AsUTF8String=python39.PyUnicode_AsUTF8String
/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.c644 b = PyUnicode_AsUTF8String(obj); in libxml_xmlXPathObjectPtrConvert()
Dlibxml.c310 b = PyUnicode_AsUTF8String(ret); in xmlPythonFileReadRaw()
375 b = PyUnicode_AsUTF8String(ret); in xmlPythonFileRead()
/external/python/cpython3/Parser/
Dtokenizer.c611 utf8 = PyUnicode_AsUTF8String(buf); in translate_into_utf8()
1125 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/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/python/cpython3/Modules/_decimal/
D_decimal.c3182 utf8 = PyUnicode_AsUTF8String(tmp); in dotsep_as_utf8()
3258 if ((dot = PyUnicode_AsUTF8String(dot)) == NULL) { in dec_format()
3264 if ((sep = PyUnicode_AsUTF8String(sep)) == NULL) { in dec_format()
3270 if ((grouping = PyUnicode_AsUTF8String(grouping)) == NULL) { in dec_format()
/external/python/cpython2/Modules/
D_tkinter.c358 PyObject *v = PyUnicode_AsUTF8String(value); in AsString()
635 PyObject *s = PyUnicode_AsUTF8String(arg); in SplitObj()
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DPythonDataObjects.cpp403 PyObject *s = PyUnicode_AsUTF8String(py_obj); in Convert()
/external/python/cpython3/Doc/data/
Drefcounts.dat2535 PyUnicode_AsUTF8String:PyObject*::+1:
2536 PyUnicode_AsUTF8String:PyObject*:unicode:0:

12