Lines Matching refs:test_offset_impl
2614 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()
2719 test_offset_impl (line_bytes - caret_offset, small_width, in test_layout_x_offset_display_utf8()
2725 test_offset_impl (emoji_col, small_width, in test_layout_x_offset_display_utf8()