Searched refs:_PyUnicode_AsUnicode (Results 1 – 6 of 6) sorted by relevance
181 wpathname = _PyUnicode_AsUnicode(pathname);
1013 wpath = _PyUnicode_AsUnicode(path); in _Py_stat()1436 wpath = _PyUnicode_AsUnicode(path); in _Py_fopen_obj()
585 PyAPI_FUNC(const Py_UNICODE *) _PyUnicode_AsUnicode(
628 const WCHAR *value = _PyUnicode_AsUnicode(data); in summary_setproperty()
1296 name = _PyUnicode_AsUnicode(nameobj); in load_library()
4016 _PyUnicode_AsUnicode(PyObject *unicode) in _PyUnicode_AsUnicode() function