Home
last modified time | relevance | path

Searched defs:ERROR_ISCUSTOM (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Modules/cjkcodecs/
Dmultibytecodec.h123 #define ERROR_ISCUSTOM(p) ((p) < ERROR_STRICT || ERROR_REPLACE < (p)) macro
/external/python/cpython2/Modules/cjkcodecs/
Dmultibytecodec.h125 #define ERROR_ISCUSTOM(p) ((p) < ERROR_STRICT || ERROR_REPLACE < (p)) macro