Searched refs:g_unichar_istitle (Results 1 – 4 of 4) sorted by relevance
914 g_assert_true (g_unichar_istitle (0x01c5)); in test_title()915 g_assert_true (g_unichar_istitle (0x1f88)); in test_title()916 g_assert_true (g_unichar_istitle (0x1fcc)); in test_title()917 g_assert_false (g_unichar_istitle ('a')); in test_title()918 g_assert_false (g_unichar_istitle ('A')); in test_title()919 g_assert_false (g_unichar_istitle (';')); in test_title()922 g_assert_false (g_unichar_istitle (0x3FF5)); in test_title()924 g_assert_false (g_unichar_istitle (0xFFEFF)); in test_title()926 g_assert_false (g_unichar_istitle (0xE0001)); in test_title()927 g_assert_false (g_unichar_istitle (G_UNICODE_LAST_CHAR)); in test_title()[all …]
661 gboolean g_unichar_istitle (gunichar c) G_GNUC_CONST;
352 g_unichar_istitle (gunichar c) in g_unichar_istitle() function
3288 g_unichar_istitle