Home
last modified time | relevance | path

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

/aosp_15_r20/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()
/aosp_15_r20/external/python/cpython3/Modules/cjkcodecs/
Dmultibytecodec.c849 decoder_append_pending(MultibyteStatefulDecoderContext *ctx, in decoder_append_pending() function
1181 if (decoder_append_pending(STATEFUL_DCTX(self), &buf) != 0) in _multibytecodec_MultibyteIncrementalDecoder_decode_impl()
1468 if (decoder_append_pending(STATEFUL_DCTX(self), in mbstreamreader_iread()