Home
last modified time | relevance | path

Searched refs:ERROR_IGNORE (Results 1 – 2 of 2) 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()
399 if (errors == ERROR_IGNORE || errors == ERROR_REPLACE) { in multibytecodec_decerror()