Lines Matching defs:dest_charset
399 farther than LIMIT. DEST_CHARSET is the name of the character set
405 convert_ucn (const char *p, const char *limit, const char *dest_charset,
421 convert_between_encodings ("UTF-32BE", dest_charset, data,
496 character type to use, and DEST_CHARSET is the name of the target
503 convert_escape (struct type *type, const char *dest_charset,
542 p = convert_ucn (p, limit, dest_charset, output, length);
552 length LEN. DEST_CHARSET is the name of the target character set,
557 const char *dest_charset, struct type *type)
572 convert_between_encodings (host_charset (), dest_charset,
577 p = convert_escape (type, dest_charset, p, limit, output);
593 const char *dest_charset;
635 dest_charset = charset_for_string_type (dest_type, exp->gdbarch);
639 dest_charset, type);