Lines Matching refs:encoding
39 enum CREncoding encoding;
78 *@a_enc: the encoding of the Handler.
80 *Gets the instance of encoding handler.
90 for (i = 0; gv_default_enc_handlers[i].encoding; i++) {
91 if (gv_default_enc_handlers[i].encoding == a_enc) {
101 *@a_alias_name: the encoding name.
102 *@a_enc: output param. The returned encoding type
105 *Given an encoding name (called an alias name)
106 *the function returns the matching encoding type.
124 *a_enc = gv_default_aliases[i].encoding;