Searched refs:g_unichar_isupper (Results 1 – 6 of 6) sorted by relevance
963 g_assert_false (g_unichar_isupper (' ')); in test_upper()964 g_assert_false (g_unichar_isupper ('0')); in test_upper()965 g_assert_false (g_unichar_isupper ('a')); in test_upper()966 g_assert_true (g_unichar_isupper ('A')); in test_upper()967 g_assert_false (g_unichar_isupper (0xff41)); /* Unicode fullwidth 'a' */ in test_upper()968 g_assert_true (g_unichar_isupper (0xff21)); /* Unicode fullwidth 'A' */ in test_upper()971 g_assert_false (g_unichar_isupper (0x3FF5)); in test_upper()973 g_assert_false (g_unichar_isupper (0xFFEFF)); in test_upper()975 g_assert_false (g_unichar_isupper (0xE0001)); in test_upper()976 g_assert_false (g_unichar_isupper (G_UNICODE_LAST_CHAR)); in test_upper()[all …]
657 gboolean g_unichar_isupper (gunichar c) G_GNUC_CONST;
258 if (g_unichar_isupper (g_utf8_get_char (p))) in contains_uppercase_letters()
333 g_unichar_isupper (gunichar c) in g_unichar_isupper() function
456 + else if (g_unichar_isupper(c))
3289 g_unichar_isupper