Searched refs:byte_col (Results 1 – 2 of 2) sorted by relevance
3863 for (int byte_col = 1; byte_col <= 15; ++byte_col) in test_cpp_utf8() local3866 = 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()
3676 for (int byte_col = 1; byte_col <= 15; ++byte_col) in test_cpp_utf8() local3679 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()