Home
last modified time | relevance | path

Searched refs:MBENC_FLUSH (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Modules/cjkcodecs/
H A Dmultibytecodec.h130 #define MBENC_FLUSH 0x0001 /* encode all characters encodable */ macro
131 #define MBENC_MAX MBENC_FLUSH
H A D_codecs_hk.c74 !(flags & MBENC_FLUSH)) in ENCODER()
H A D_codecs_jp.c171 if (flags & MBENC_FLUSH) { in ENCODER()
589 if (flags & MBENC_FLUSH) { in ENCODER()
H A Dmultibytecodec.c339 MBENC_FLUSH); in multibytecodec_encerror()
529 if ((r == 0) || (r == MBERR_TOOFEW && !(flags & MBENC_FLUSH))) in multibytecodec_encode()
624 MBENC_FLUSH | MBENC_RESET); in _multibytecodec_MultibyteCodec_encode_impl()
813 ctx->errors, final ? MBENC_FLUSH | MBENC_RESET : 0); in encoder_encode_stateful()
1818 MBENC_FLUSH | MBENC_RESET); in _multibytecodec_MultibyteStreamWriter_reset_impl()
H A D_codecs_iso2022.c190 if (!(flags & MBENC_FLUSH)) in ENCODER()

Completed in 7 milliseconds