Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Python/
Dcodecs.c240 PyObject *codec_getincrementalcodec(const char *encoding, in codec_getincrementalcodec() function
314 return codec_getincrementalcodec(encoding, errors, "incrementalencoder"); in PyCodec_IncrementalEncoder()
320 return codec_getincrementalcodec(encoding, errors, "incrementaldecoder"); in PyCodec_IncrementalDecoder()
/aosp_15_r20/external/python/cpython3/Python/
Dcodecs.c290 PyObject *codec_getincrementalcodec(const char *encoding, in codec_getincrementalcodec() function
364 return codec_getincrementalcodec(encoding, errors, "incrementalencoder"); in PyCodec_IncrementalEncoder()
370 return codec_getincrementalcodec(encoding, errors, "incrementaldecoder"); in PyCodec_IncrementalDecoder()