Home
last modified time | relevance | path

Searched refs:test_offset_impl (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddiagnostic-show-locus.c2614 test_offset_impl (int caret_byte_col, int max_width,
2682 test_offset_impl (emoji_col, 0, 0); in test_layout_x_offset_display_utf8()
2685 test_offset_impl (0, 100, 0); in test_layout_x_offset_display_utf8()
2688 test_offset_impl (line_bytes+1, 100, 0); in test_layout_x_offset_display_utf8()
2691 test_offset_impl (line_bytes, line_display_cols + test_left_margin, 0); in test_layout_x_offset_display_utf8()
2692 test_offset_impl (emoji_col, line_display_cols + test_left_margin, 0); in test_layout_x_offset_display_utf8()
2697 test_offset_impl (1, small_width, 0); in test_layout_x_offset_display_utf8()
2700 test_offset_impl (emoji_col, CARET_LINE_MARGIN, 0); in test_layout_x_offset_display_utf8()
2705 test_offset_impl (emoji_col, huge_left_margin, 0, huge_left_margin); in test_layout_x_offset_display_utf8()
2711 test_offset_impl (line_bytes, line_display_cols + test_left_margin - excess, in test_layout_x_offset_display_utf8()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddiagnostic-show-locus.cc2920 test_offset_impl (int caret_byte_col, int max_width, in test_offset_impl() function
2990 test_offset_impl (emoji_col, 0, 0); in test_layout_x_offset_display_utf8()
2993 test_offset_impl (0, 100, 0); in test_layout_x_offset_display_utf8()
2996 test_offset_impl (line_bytes+1, 100, 0); in test_layout_x_offset_display_utf8()
2999 test_offset_impl (line_bytes, line_display_cols + test_left_margin, 0); in test_layout_x_offset_display_utf8()
3000 test_offset_impl (emoji_col, line_display_cols + test_left_margin, 0); in test_layout_x_offset_display_utf8()
3005 test_offset_impl (1, small_width, 0); in test_layout_x_offset_display_utf8()
3008 test_offset_impl (emoji_col, CARET_LINE_MARGIN, 0); in test_layout_x_offset_display_utf8()
3013 test_offset_impl (emoji_col, huge_left_margin, 0, huge_left_margin); in test_layout_x_offset_display_utf8()
3019 test_offset_impl (line_bytes, line_display_cols + test_left_margin - excess, in test_layout_x_offset_display_utf8()
[all …]
H A DChangeLog-20191294 (test_offset_impl): Helper function for new test.