HomeSort by: relevance | last modified time | path
    Searched defs:dest_charset (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
c-lang.c 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)
571 convert_between_encodings (host_charset (), dest_charset, local
592 const char *dest_charset; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
c-lang.c 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,
489 character type to use, and DEST_CHARSET is the name of the target
496 convert_escape (struct type *type, const char *dest_charset,
514 convert_between_encodings (host_charset (), dest_charset,
546 p = convert_ucn (p, limit, dest_charset, output, length);
556 length LEN. DEST_CHARSET is the name of the target character set,
561 const char *dest_charset, struct type *type)
576 convert_between_encodings (host_charset (), dest_charset,
513 convert_between_encodings (host_charset (), dest_charset, local
575 convert_between_encodings (host_charset (), dest_charset, local
596 const char *dest_charset; local
    [all...]

Completed in 21 milliseconds