Searched refs:escape_format (Results 1 – 5 of 5) sorted by relevance
362 enum diagnostics_escape_format escape_format; member
1155 switch (dc.escape_format) in make_policy()2888 dc.escape_format = DIAGNOSTICS_ESCAPE_FORMAT_UNICODE; in test_display_widths()2900 dc.escape_format = DIAGNOSTICS_ESCAPE_FORMAT_BYTES; in test_display_widths()4282 dc.escape_format = DIAGNOSTICS_ESCAPE_FORMAT_UNICODE; in test_one_liner_labels_utf8()4294 dc.escape_format = DIAGNOSTICS_ESCAPE_FORMAT_BYTES; in test_one_liner_labels_utf8()5544 dc.escape_format = DIAGNOSTICS_ESCAPE_FORMAT_UNICODE; in test_escaping_bytes_1()5553 dc.escape_format = DIAGNOSTICS_ESCAPE_FORMAT_BYTES; in test_escaping_bytes_1()5597 dc.escape_format = DIAGNOSTICS_ESCAPE_FORMAT_UNICODE; in test_escaping_bytes_2()5605 dc.escape_format = DIAGNOSTICS_ESCAPE_FORMAT_BYTES; in test_escaping_bytes_2()
235 context->escape_format = DIAGNOSTICS_ESCAPE_FORMAT_UNICODE; in diagnostic_initialize()
2833 dc->escape_format = (enum diagnostics_escape_format)value; in common_handle_option()
7998 context->escape_format.8002 (diagnostic_context::escape_format): New field.