Home
last modified time | relevance | path

Searched refs:MBERR_TOOSMALL (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Modules/cjkcodecs/
Dmultibytecodec.h118 #define MBERR_TOOSMALL (-1) /* insufficient output buffer space */ macro
Dcjkcodecs.h117 return MBERR_TOOSMALL;
Dmultibytecodec.c238 case MBERR_TOOSMALL: in multibytecodec_encerror()
266 if (r == MBERR_TOOSMALL) { in multibytecodec_encerror()
376 case MBERR_TOOSMALL: in multibytecodec_decerror()
/external/python/cpython3/Modules/cjkcodecs/
Dmultibytecodec.h112 #define MBERR_TOOSMALL (-1) /* insufficient output buffer space */ macro
Dcjkcodecs.h124 return MBERR_TOOSMALL; \
Dmultibytecodec.c218 case MBERR_TOOSMALL: in multibytecodec_encerror()
256 if (r == MBERR_TOOSMALL) { in multibytecodec_encerror()
373 case MBERR_TOOSMALL: in multibytecodec_decerror()