Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/cjkcodecs/
Dmultibytecodec.c51 #define MBENC_RESET MBENC_MAX<<1 /* reset after an encoding session */ macro
477 if (datalen == 0 && !(flags & MBENC_RESET)) in multibytecodec_encode()
513 if (codec->encreset != NULL && (flags & MBENC_RESET)) in multibytecodec_encode()
586 MBENC_FLUSH | MBENC_RESET); in MultibyteCodec_Encode()
784 ctx->errors, final ? MBENC_FLUSH | MBENC_RESET : 0); in encoder_encode_stateful()
1620 MBENC_FLUSH | MBENC_RESET); in mbstreamwriter_reset()