Home
last modified time | relevance | path

Searched refs:MBERR_TOOSMALL (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Modules/cjkcodecs/
H A Dmultibytecodec.h115 #define MBERR_TOOSMALL (-1) /* insufficient output buffer space */ macro
H A Dcjkcodecs.h124 return MBERR_TOOSMALL; \
H A Dmultibytecodec.c240 case MBERR_TOOSMALL: in multibytecodec_encerror()
278 if (r == MBERR_TOOSMALL) { in multibytecodec_encerror()
395 case MBERR_TOOSMALL: in multibytecodec_decerror()

Completed in 4 milliseconds