Searched refs:_PyUnicode_AsUnicode (Results 1 – 7 of 7) sorted by relevance
199 wpathname = _PyUnicode_AsUnicode(pathname);
916 wpath = _PyUnicode_AsUnicode(path); in _Py_stat()1318 wpath = _PyUnicode_AsUnicode(path); in _Py_fopen_obj()
625 const WCHAR *value = _PyUnicode_AsUnicode(data); in summary_setproperty()
767 PyAPI_FUNC(const Py_UNICODE *) _PyUnicode_AsUnicode(
1279 name = _PyUnicode_AsUnicode(nameobj); in load_library()
7222 path = _PyUnicode_AsUnicode(po); in win_readlink()
3978 _PyUnicode_AsUnicode(PyObject *unicode) in _PyUnicode_AsUnicode() function