Home
last modified time | relevance | path

Searched refs:byte_col (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dinput.cc3863 for (int byte_col = 1; byte_col <= 15; ++byte_col) in test_cpp_utf8() local
3866 = cpp_byte_column_to_display_column (str, 15, byte_col, policy); in test_cpp_utf8()
3874 if (byte_col < 4) in test_cpp_utf8()
3875 ASSERT_EQ (byte_col, disp_col); in test_cpp_utf8()
3876 else if (byte_col >= 6 && byte_col < 9) in test_cpp_utf8()
3877 ASSERT_EQ (3 + (byte_col - 5), disp_col); in test_cpp_utf8()
3879 ASSERT_EQ (byte_col2, byte_col); in test_cpp_utf8()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dinput.c3676 for (int byte_col = 1; byte_col <= 15; ++byte_col) in test_cpp_utf8() local
3679 byte_col); in test_cpp_utf8()
3687 if (byte_col < 4) in test_cpp_utf8()
3688 ASSERT_EQ (byte_col, disp_col); in test_cpp_utf8()
3689 else if (byte_col >= 6 && byte_col < 9) in test_cpp_utf8()
3690 ASSERT_EQ (3 + (byte_col - 5), disp_col); in test_cpp_utf8()
3692 ASSERT_EQ (byte_col2, byte_col); in test_cpp_utf8()