Home | History | Annotate | Download | only in python2.7

Lines Matching refs:encoding

32    Looks up the given encoding and returns a CodecInfo object with
34 processing the encoding.
36 The encoding string is looked up converted to all lower-case
49 const char *encoding
52 /* Generic codec based encoding API.
55 encoding using the error handling method defined by errors. errors
64 const char *encoding,
71 encoding using the error handling method defined by errors. errors
80 const char *encoding,
87 based on _PyCodec_Lookup(). The same comments w/r to the encoding
92 /* Get an encoder function for the given encoding. */
95 const char *encoding
98 /* Get a decoder function for the given encoding. */
101 const char *encoding
104 /* Get a IncrementalEncoder object for the given encoding. */
107 const char *encoding,
111 /* Get a IncrementalDecoder object function for the given encoding. */
114 const char *encoding,
118 /* Get a StreamReader factory function for the given encoding. */
121 const char *encoding,
126 /* Get a StreamWriter factory function for the given encoding. */
129 const char *encoding,
134 /* Unicode encoding error handling callback registry API */