Home
last modified time | relevance | path

Searched refs:PyUnicode_AsUTF8String (Results 1 – 25 of 34) 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/
Dpython_utils.cc101 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/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/
Drjsmin.c427 if (!(script = PyUnicode_AsUTF8String(script))) in rjsmin_jsmin()
/external/tensorflow/tensorflow/python/lib/core/
Dndarray_tensor.cc154 PyObject* utemp = PyUnicode_AsUTF8String(obj); in PyObjectToString()
Dpy_func.cc351 PyObject* unicode = PyUnicode_AsUTF8String(obj); in PyObjectToString()
Dpy_seq_tensor.cc437 PyObject* py_str = PyUnicode_AsUTF8String(v); in ConvertOneString()
/external/python/cpython2/Parser/
Dtokenizer.c433 utf8 = PyUnicode_AsUTF8String(buf); in fp_readl()
618 utf8 = PyUnicode_AsUTF8String(buf); in translate_into_utf8()
/external/python/cpython3/PC/
Dpython3.def644 PyUnicode_AsUTF8String=python37.PyUnicode_AsUTF8String
/external/libxml2/python/
Dtypes.c644 b = PyUnicode_AsUTF8String(obj); in libxml_xmlXPathObjectPtrConvert()
Dlibxml.c309 b = PyUnicode_AsUTF8String(ret); in xmlPythonFileReadRaw()
374 b = PyUnicode_AsUTF8String(ret); in xmlPythonFileRead()
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/
Drcssmin.c1072 if (!(style = PyUnicode_AsUTF8String(style))) in rcssmin_cssmin()
/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/cpython2/Doc/data/
Drefcounts.dat1549 PyUnicode_AsUTF8String:PyObject*::+1:
1550 PyUnicode_AsUTF8String:PyObject*:unicode::
/external/python/cpython3/Include/
Dunicodeobject.h1311 PyAPI_FUNC(PyObject*) PyUnicode_AsUTF8String(
/external/python/cpython3/Modules/_decimal/
D_decimal.c3037 utf8 = PyUnicode_AsUTF8String(tmp); in dotsep_as_utf8()
3113 if ((dot = PyUnicode_AsUTF8String(dot)) == NULL) { in dec_format()
3119 if ((sep = PyUnicode_AsUTF8String(sep)) == NULL) { in dec_format()
3125 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/python/cpython3/Parser/
Dtokenizer.c695 utf8 = PyUnicode_AsUTF8String(buf); in translate_into_utf8()
/external/python/cpython3/Doc/data/
Drefcounts.dat2494 PyUnicode_AsUTF8String:PyObject*::+1:
2495 PyUnicode_AsUTF8String:PyObject*:unicode:0:
/external/python/cpython3/Modules/
Dmain.c379 bytes = PyUnicode_AsUTF8String(unicode); in pymain_run_command()
D_tkinter.c735 utf8_path = PyUnicode_AsUTF8String(str_path); in Tkapp_New()
/external/python/cpython3/Doc/c-api/
Dunicode.rst1062 .. c:function:: PyObject* PyUnicode_AsUTF8String(PyObject *unicode)
1108 :c:func:`PyUnicode_AsUTF8String`, :c:func:`PyUnicode_AsUTF8AndSize` or

12