Searched defs:encode_s (Results 1 – 2 of 2) sorted by relevance
58 struct encode_s struct60 const encpage_t *const t_utf8; /* Starting table for translation from 62 const encpage_t *const f_utf8; /* Starting table for translation 64 const U8 *const rep; /* Replacement character in this66 int replen; /* Number of octets in rep */67 U8 min_el; /* Minimum octets to represent a69 U8 max_el; /* Maximum octets to represent a71 const char *const name[2]; /* name(s) of this encoding */
1587 encode_s (uint32 *valp) in encode_s() function