Home
last modified time | relevance | path

Searched defs:fs_codec (Results 1 – 2 of 2) sorted by relevance

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