Home
last modified time | relevance | path

Searched refs:ERROR_IGNORE (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Modules/cjkcodecs/
Dmultibytecodec.h123 #define ERROR_IGNORE (PyObject *)(2) macro
Dmultibytecodec.c84 return ERROR_IGNORE; in internal_error_callback()
123 else if (self->errors == ERROR_IGNORE) in codecctx_errors_get()
279 if (errors == ERROR_IGNORE || errors == ERROR_REPLACE) { in multibytecodec_encerror()
398 if (errors == ERROR_IGNORE || errors == ERROR_REPLACE) { in multibytecodec_decerror()
/external/python/cpython3/Modules/cjkcodecs/
Dmultibytecodec.h118 #define ERROR_IGNORE (PyObject *)(2) macro
Dmultibytecodec.c74 return ERROR_IGNORE; in internal_error_callback()
117 else if (self->errors == ERROR_IGNORE) in codecctx_errors_get()
271 if (errors == ERROR_IGNORE || errors == ERROR_REPLACE) { in multibytecodec_encerror()
397 if (errors == ERROR_IGNORE || errors == ERROR_REPLACE) { in multibytecodec_decerror()