Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_pystate.h107 } fs_codec; member
/external/python/cpython3/Objects/
Dunicodeobject.c3552 if (interp->fs_codec.encoding) { in PyUnicode_EncodeFSDefault()
3554 interp->fs_codec.error_handler, in PyUnicode_EncodeFSDefault()
3555 interp->fs_codec.errors); in PyUnicode_EncodeFSDefault()
3570 if (interp->fs_codec.encoding) { in PyUnicode_EncodeFSDefault()
3572 interp->fs_codec.encoding, in PyUnicode_EncodeFSDefault()
3573 interp->fs_codec.errors); in PyUnicode_EncodeFSDefault()
3789 if (interp->fs_codec.encoding) { in PyUnicode_DecodeFSDefaultAndSize()
3791 interp->fs_codec.error_handler, in PyUnicode_DecodeFSDefaultAndSize()
3792 interp->fs_codec.errors, in PyUnicode_DecodeFSDefaultAndSize()
3808 if (interp->fs_codec.encoding) { in PyUnicode_DecodeFSDefaultAndSize()
[all …]