Searched refs:w_ctrl (Results 1 – 2 of 2) sorted by relevance
3780 int w_ctrl = cpp_display_width ("\r\n\v\0\1", 5, policy); in test_cpp_utf8() local3781 ASSERT_EQ (5, w_ctrl); in test_cpp_utf8()
3617 int w_ctrl = cpp_display_width ("\r\t\n\v\0\1", 6); in test_cpp_utf8() local3618 ASSERT_EQ (6, w_ctrl); in test_cpp_utf8()