Home
last modified time | relevance | path

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

/third_party/python/Modules/cjkcodecs/
H A Dmultibytecodec.h122 #define ERROR_REPLACE (PyObject *)(3) macro
123 #define ERROR_ISCUSTOM(p) ((p) < ERROR_STRICT || ERROR_REPLACE < (p))
H A Dmultibytecodec.c108 return ERROR_REPLACE; in internal_error_callback()
141 else if (self->errors == ERROR_REPLACE) in codecctx_errors_get()
258 if (errors == ERROR_REPLACE) { in multibytecodec_encerror()
293 if (errors == ERROR_IGNORE || errors == ERROR_REPLACE) { in multibytecodec_encerror()
414 if (errors == ERROR_REPLACE) { in multibytecodec_decerror()
419 if (errors == ERROR_IGNORE || errors == ERROR_REPLACE) { in multibytecodec_decerror()

Completed in 3 milliseconds