Home
last modified time | relevance | path

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

/third_party/python/Modules/cjkcodecs/
H A Dmultibytecodec.h121 #define ERROR_IGNORE (PyObject *)(2) macro
H A Dmultibytecodec.c106 return ERROR_IGNORE; in internal_error_callback()
139 else if (self->errors == ERROR_IGNORE) in codecctx_errors_get()
293 if (errors == ERROR_IGNORE || errors == ERROR_REPLACE) { in multibytecodec_encerror()
419 if (errors == ERROR_IGNORE || errors == ERROR_REPLACE) { in multibytecodec_decerror()

Completed in 4 milliseconds