Home
last modified time | relevance | path

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

/third_party/python/Modules/cjkcodecs/
Dmultibytecodec.h122 #define ERROR_REPLACE (PyObject *)(3) macro
123 #define ERROR_ISCUSTOM(p) ((p) < ERROR_STRICT || ERROR_REPLACE < (p))
Dmultibytecodec.c109 return ERROR_REPLACE; in internal_error_callback()
142 else if (self->errors == ERROR_REPLACE) in codecctx_errors_get()
259 if (errors == ERROR_REPLACE) { in multibytecodec_encerror()
294 if (errors == ERROR_IGNORE || errors == ERROR_REPLACE) { in multibytecodec_encerror()
415 if (errors == ERROR_REPLACE) { in multibytecodec_decerror()
420 if (errors == ERROR_IGNORE || errors == ERROR_REPLACE) { in multibytecodec_decerror()