Home
last modified time | relevance | path

Searched refs:_Py_unicode_fs_codec (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Include/internal/
Dpycore_interp.h53 struct _Py_unicode_fs_codec { struct
61 struct _Py_unicode_fs_codec fs_codec; argument
/external/python/cpython3/Objects/
Dunicodeobject.c3661 struct _Py_unicode_fs_codec *fs_codec = &interp->unicode.fs_codec; in PyUnicode_EncodeFSDefault()
3898 struct _Py_unicode_fs_codec *fs_codec = &interp->unicode.fs_codec; in PyUnicode_DecodeFSDefaultAndSize()
16095 struct _Py_unicode_fs_codec *fs_codec = &interp->unicode.fs_codec; in init_fs_codec()
16158 _PyUnicode_FiniEncodings(struct _Py_unicode_fs_codec *fs_codec) in _PyUnicode_FiniEncodings()