Home
last modified time | relevance | path

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

/third_party/python/Modules/cjkcodecs/
H A Dmultibytecodec.h120 #define ERROR_STRICT (PyObject *)(1) macro
123 #define ERROR_ISCUSTOM(p) ((p) < ERROR_STRICT || ERROR_REPLACE < (p))
H A Dmultibytecodec.c104 return ERROR_STRICT; in internal_error_callback()
137 if (self->errors == ERROR_STRICT) in codecctx_errors_get()
316 if (errors == ERROR_STRICT) { in multibytecodec_encerror()
338 &inpos, ERROR_STRICT, in multibytecodec_encerror()
442 if (errors == ERROR_STRICT) { in multibytecodec_decerror()

Completed in 4 milliseconds