Home
last modified time | relevance | path

Searched refs:_PyUnicode_AsString (Results 1 – 3 of 3) sorted by relevance

/external/selinux/libselinux/src/
Daudit2why.c364 permstr = _PyUnicode_AsString( strObj ); in analyze()
/external/python/cpython3/Include/cpython/
Dunicodeobject.h774 #define _PyUnicode_AsString PyUnicode_AsUTF8 macro
/external/python/cffi/c/
D_cffi_backend.c102 # define PyText_AsUTF8 _PyUnicode_AsString /* PyUnicode_AsUTF8 in Py3.3 */
103 # define PyText_AS_UTF8 _PyUnicode_AsString