Searched refs:g_unichar_iscntrl (Results 1 – 4 of 4) sorted by relevance
829 g_assert_true (g_unichar_iscntrl (0x08)); in test_cntrl()830 g_assert_false (g_unichar_iscntrl ('a')); in test_cntrl()831 g_assert_true (g_unichar_iscntrl (0x007F)); /* Unichar fullwidth <del> */ in test_cntrl()832 g_assert_true (g_unichar_iscntrl (0x009F)); /* Unichar fullwidth control */ in test_cntrl()835 g_assert_false (g_unichar_iscntrl (0x3FF5)); in test_cntrl()837 g_assert_false (g_unichar_iscntrl (0xFFEFF)); in test_cntrl()839 g_assert_false (g_unichar_iscntrl (0xE0001)); in test_cntrl()840 g_assert_false (g_unichar_iscntrl (G_UNICODE_LAST_CHAR)); in test_cntrl()841 g_assert_false (g_unichar_iscntrl (G_UNICODE_LAST_CHAR + 1)); in test_cntrl()842 g_assert_false (g_unichar_iscntrl (G_UNICODE_LAST_CHAR_PART1)); in test_cntrl()[all …]
643 gboolean g_unichar_iscntrl (gunichar c) G_GNUC_CONST;
148 g_unichar_iscntrl (gunichar c) in g_unichar_iscntrl() function
3279 g_unichar_iscntrl