Searched refs:_PyUnicode_AsUnicode (Results 1 – 8 of 8) sorted by relevance
173 wpathname = _PyUnicode_AsUnicode(pathname);
1013 wpath = _PyUnicode_AsUnicode(path); in _Py_stat()1451 wpath = _PyUnicode_AsUnicode(path); in _Py_fopen_obj()
586 Py_DEPRECATED(3.3) PyAPI_FUNC(const Py_UNICODE *) _PyUnicode_AsUnicode(
578 ``_PyUnicode_AsUnicode``, and ``PyUnicode_AsUnicodeAndSize`` as deprecated
628 const WCHAR *value = _PyUnicode_AsUnicode(data); in summary_setproperty()
1374 name = _PyUnicode_AsUnicode(nameobj); in load_library()
1336 ``_PyUnicode_AsUnicode``, and :c:func:`PyUnicode_AsUnicodeAndSize` are
4116 _PyUnicode_AsUnicode(PyObject *unicode) in _PyUnicode_AsUnicode() function