Searched refs:ENC_OPT (Results 1 – 3 of 3) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | if_python3.c | 92 PyUnicode_Decode(repr, STRLEN(repr), ENC_OPT, ERRORS_DECODE_ARG) 1187 (char *)ENC_OPT, ERRORS_DECODE_ARG); in DoPyCommand() 1324 return PyString_FromString(ENC_OPT); in OutputGetattro() 1844 result = PyUnicode_Decode(tmp, len, (char *)ENC_OPT, ERRORS_DECODE_ARG); in LineToString()
|
| H A D | if_py_both.h | 23 #define ENC_OPT (enc_utf8 ? "utf-8" : enc_dbcs ? "euc-jp" : (char *)p_enc) macro 133 if (!(bytes = PyUnicode_AsEncodedString(obj, ENC_OPT, in StringToChars() 416 if (!PyArg_Parse(string, "et#", ENC_OPT, &str, &len)) in write_output() 4249 if (!(bytes = PyUnicode_AsEncodedString(obj, ENC_OPT, in StringToLine() 6297 bytes = PyUnicode_AsEncodedString(obj, ENC_OPT, ERRORS_ENCODE_ARG); in _ConvertFromPyObject()
|
| H A D | if_python.c | 1189 return PyString_FromString(ENC_OPT); in OutputGetattr()
|