Home
last modified time | relevance | path

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

/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.c535 operation_bytestr = PyUnicode_AsUTF8String(operation); in _pysqlite_query_execute()
802 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/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/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.c309 b = PyUnicode_AsUTF8String(ret); in xmlPythonFileReadRaw()
374 b = PyUnicode_AsUTF8String(ret); in xmlPythonFileRead()
/external/python/cpython2/Doc/data/
Drefcounts.dat1549 PyUnicode_AsUTF8String:PyObject*::+1:
1550 PyUnicode_AsUTF8String:PyObject*:unicode::
/external/python/cpython2/Python/
Dbltinmodule.c547 tmp = PyUnicode_AsUTF8String(cmd); in builtin_compile()
691 tmp = PyUnicode_AsUTF8String(cmd); in builtin_eval()
Dmarshal.c358 utf8 = PyUnicode_AsUTF8String(v); in w_object()
Dceval.c5073 tmp = PyUnicode_AsUTF8String(prog); in exec_statement()
/external/python/cpython2/Modules/
D_tkinter.c358 PyObject *v = PyUnicode_AsUTF8String(value); in AsString()
635 PyObject *s = PyUnicode_AsUTF8String(arg); in SplitObj()
DcPickle.c1434 if (!( repr = PyUnicode_AsUTF8String(args))) in save_unicode()
/external/python/cpython2/Objects/
Dunicodeobject.c1362 return PyUnicode_AsUTF8String(unicode); in PyUnicode_AsEncodedString()
2246 PyObject *PyUnicode_AsUTF8String(PyObject *unicode) in PyUnicode_AsUTF8String() function
/external/python/cpython2/Doc/c-api/
Dunicode.rst516 .. c:function:: PyObject* PyUnicode_AsUTF8String(PyObject *unicode)