Searched refs:g_unichar_islower (Results 1 – 5 of 5) sorted by relevance
987 g_assert_false (g_unichar_islower (' ')); in test_lower()988 g_assert_false (g_unichar_islower ('0')); in test_lower()989 g_assert_true (g_unichar_islower ('a')); in test_lower()990 g_assert_false (g_unichar_islower ('A')); in test_lower()991 g_assert_true (g_unichar_islower (0xff41)); /* Unicode fullwidth 'a' */ in test_lower()992 g_assert_false (g_unichar_islower (0xff21)); /* Unicode fullwidth 'A' */ in test_lower()995 g_assert_false (g_unichar_islower (0x3FF5)); in test_lower()997 g_assert_false (g_unichar_islower (0xFFEFF)); in test_lower()999 g_assert_false (g_unichar_islower (0xE0001)); in test_lower()1000 g_assert_false (g_unichar_islower (G_UNICODE_LAST_CHAR)); in test_lower()[all …]
649 gboolean g_unichar_islower (gunichar c) G_GNUC_CONST;
205 g_unichar_islower (gunichar c) in g_unichar_islower() function
454 + if (g_unichar_islower(c))
3283 g_unichar_islower