Searched refs:_PyUnicode_AsDefaultEncodedString (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/python/cpython2/Include/ |
D | unicodeobject.h | 214 # define _PyUnicode_AsDefaultEncodedString _PyUnicodeUCS2_AsDefaultEncodedString macro 301 # define _PyUnicode_AsDefaultEncodedString _PyUnicodeUCS4_AsDefaultEncodedString macro 656 PyAPI_FUNC(PyObject *) _PyUnicode_AsDefaultEncodedString(
|
/aosp_15_r20/external/python/cpython2/Modules/ |
D | operator.c | 654 attr = _PyUnicode_AsDefaultEncodedString(attr, NULL); in dotted_getattr()
|
/aosp_15_r20/external/python/cpython2/Python/ |
D | bltinmodule.c | 838 name = _PyUnicode_AsDefaultEncodedString(name, NULL); in builtin_getattr() 894 name = _PyUnicode_AsDefaultEncodedString(name, NULL); in builtin_hasattr()
|
D | getargs.c | 527 _PyUnicode_AsDefaultEncodedString(arg, NULL)
|
D | ceval.c | 3651 return _PyUnicode_AsDefaultEncodedString(kwd, "replace"); in kwd_as_string()
|
/aosp_15_r20/external/python/cpython2/Objects/ |
D | object.c | 1187 name = _PyUnicode_AsDefaultEncodedString(name, NULL); in PyObject_GetAttr()
|
D | unicodeobject.c | 1390 PyObject *_PyUnicode_AsDefaultEncodedString(PyObject *unicode, in _PyUnicode_AsDefaultEncodedString() function 8097 str = _PyUnicode_AsDefaultEncodedString((PyObject *)self, NULL); in unicode_buffer_getcharbuf()
|
D | stringobject.c | 817 obj = _PyUnicode_AsDefaultEncodedString(obj, NULL); in PyString_AsStringAndSize()
|
D | typeobject.c | 2038 new_name = _PyUnicode_AsDefaultEncodedString(slot_name, in _unicode_to_string()
|