Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/cjkcodecs/
Dmultibytecodec.c823 decoder_append_pending(MultibyteStatefulDecoderContext *ctx, in decoder_append_pending() function
1185 if (decoder_append_pending(STATEFUL_DCTX(self), &buf) != 0) in _multibytecodec_MultibyteIncrementalDecoder_decode_impl()
1498 if (decoder_append_pending(STATEFUL_DCTX(self), in mbstreamreader_iread()
/external/python/cpython2/Modules/cjkcodecs/
Dmultibytecodec.c819 decoder_append_pending(MultibyteStatefulDecoderContext *ctx, in decoder_append_pending() function
1079 if (decoder_append_pending(STATEFUL_DCTX(self), &buf) != 0) in mbidecoder_decode()
1308 if (decoder_append_pending(STATEFUL_DCTX(self), in mbstreamreader_iread()