Home
last modified time | relevance | path

Searched refs:_PyUnicode_AsUnicode (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython3/Python/
Ddynload_win.c199 wpathname = _PyUnicode_AsUnicode(pathname);
Dfileutils.c916 wpath = _PyUnicode_AsUnicode(path); in _Py_stat()
1318 wpath = _PyUnicode_AsUnicode(path); in _Py_fopen_obj()
/external/python/cpython3/PC/
D_msi.c625 const WCHAR *value = _PyUnicode_AsUnicode(data); in summary_setproperty()
/external/python/cpython3/Include/
Dunicodeobject.h767 PyAPI_FUNC(const Py_UNICODE *) _PyUnicode_AsUnicode(
/external/python/cpython3/Modules/_ctypes/
Dcallproc.c1279 name = _PyUnicode_AsUnicode(nameobj); in load_library()
/external/python/cpython3/Modules/
Dposixmodule.c7222 path = _PyUnicode_AsUnicode(po); in win_readlink()
/external/python/cpython3/Objects/
Dunicodeobject.c3978 _PyUnicode_AsUnicode(PyObject *unicode) in _PyUnicode_AsUnicode() function