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.h72 struct _Py_unicode_fs_codec fs_codec; member
/external/python/cpython3/Objects/
Dunicodeobject.c3859 struct _Py_unicode_fs_codec *fs_codec = &interp->unicode.fs_codec; in PyUnicode_EncodeFSDefault() local
4096 struct _Py_unicode_fs_codec *fs_codec = &interp->unicode.fs_codec; in PyUnicode_DecodeFSDefaultAndSize() local
16246 struct _Py_unicode_fs_codec *fs_codec = &interp->unicode.fs_codec; in init_fs_codec() local
16309 _PyUnicode_FiniEncodings(struct _Py_unicode_fs_codec *fs_codec) in _PyUnicode_FiniEncodings()