Lines Matching refs:encoding
40 Looks up the given encoding and returns a CodecInfo object with
42 processing the encoding.
44 The encoding string is looked up converted to all lower-case
58 const char *encoding
62 const char *encoding
66 /* Codec registry encoding check API.
69 the given encoding.
74 const char *encoding
77 /* Generic codec based encoding API.
80 encoding using the error handling method defined by errors. errors
89 const char *encoding,
96 encoding using the error handling method defined by errors. errors
105 const char *encoding,
110 /* Text codec specific encoding and decoding API.
112 Checks the encoding against a list of codecs which do not
113 implement a str<->bytes encoding before attempting the
124 const char *encoding,
130 const char *encoding,
136 const char *encoding,
140 /* These two aren't actually text encoding specific, but _io.TextIOWrapper
159 based on _PyCodec_Lookup(). The same comments w/r to the encoding
164 /* Get an encoder function for the given encoding. */
167 const char *encoding
170 /* Get a decoder function for the given encoding. */
173 const char *encoding
176 /* Get an IncrementalEncoder object for the given encoding. */
179 const char *encoding,
183 /* Get an IncrementalDecoder object function for the given encoding. */
186 const char *encoding,
190 /* Get a StreamReader factory function for the given encoding. */
193 const char *encoding,
198 /* Get a StreamWriter factory function for the given encoding. */
201 const char *encoding,
206 /* Unicode encoding error handling callback registry API */