Home
last modified time | relevance | path

Searched refs:g_unichar_isupper (Results 1 – 6 of 6) sorted by relevance

/third_party/glib/glib/tests/
Dunicode.c963 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 …]
/third_party/glib/glib/
Dgunicode.h657 gboolean g_unichar_isupper (gunichar c) G_GNUC_CONST;
Dghostutils.c258 if (g_unichar_isupper (g_utf8_get_char (p))) in contains_uppercase_letters()
Dguniprop.c333 g_unichar_isupper (gunichar c) in g_unichar_isupper() function
/third_party/glib/glib/update-pcre/
Ducp.patch456 + else if (g_unichar_isupper(c))
/third_party/glib/docs/reference/glib/
Dglib-sections.txt3289 g_unichar_isupper