Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_interp.h49 struct _Py_unicode_fs_codec { struct
72 struct _Py_unicode_fs_codec fs_codec; argument
/third_party/python/Objects/
Dunicodeobject.c3859 struct _Py_unicode_fs_codec *fs_codec = &interp->unicode.fs_codec; in PyUnicode_EncodeFSDefault()
4096 struct _Py_unicode_fs_codec *fs_codec = &interp->unicode.fs_codec; in PyUnicode_DecodeFSDefaultAndSize()
16246 struct _Py_unicode_fs_codec *fs_codec = &interp->unicode.fs_codec; in init_fs_codec()
16309 _PyUnicode_FiniEncodings(struct _Py_unicode_fs_codec *fs_codec) in _PyUnicode_FiniEncodings()