Searched refs:MBENC_FLUSH (Results 1 – 10 of 10) sorted by relevance
132 #define MBENC_FLUSH 0x0001 /* encode all characters encodable */ macro133 #define MBENC_MAX MBENC_FLUSH
70 !(flags & MBENC_FLUSH)) in ENCODER()
168 if (flags & MBENC_FLUSH) { in ENCODER()567 if (flags & MBENC_FLUSH) { in ENCODER()
325 MBENC_FLUSH); in multibytecodec_encerror()503 if ((r == 0) || (r == MBERR_TOOFEW && !(flags & MBENC_FLUSH))) in multibytecodec_encode()584 MBENC_FLUSH | MBENC_RESET); in MultibyteCodec_Encode()782 ctx->errors, final ? MBENC_FLUSH | MBENC_RESET : 0); in encoder_encode_stateful()1621 MBENC_FLUSH | MBENC_RESET); in mbstreamwriter_reset()
191 if (!(flags & MBENC_FLUSH)) in ENCODER()
127 #define MBENC_FLUSH 0x0001 /* encode all characters encodable */ macro128 #define MBENC_MAX MBENC_FLUSH
74 !(flags & MBENC_FLUSH)) in ENCODER()
171 if (flags & MBENC_FLUSH) { in ENCODER()589 if (flags & MBENC_FLUSH) { in ENCODER()
317 MBENC_FLUSH); in multibytecodec_encerror()507 if ((r == 0) || (r == MBERR_TOOFEW && !(flags & MBENC_FLUSH))) in multibytecodec_encode()602 MBENC_FLUSH | MBENC_RESET); in _multibytecodec_MultibyteCodec_encode_impl()797 ctx->errors, final ? MBENC_FLUSH | MBENC_RESET : 0); in encoder_encode_stateful()1699 MBENC_FLUSH | MBENC_RESET); in _multibytecodec_MultibyteStreamWriter_reset_impl()
190 if (!(flags & MBENC_FLUSH)) in ENCODER()