Home
last modified time | relevance | path

Searched refs:g_unichar_islower (Results 1 – 5 of 5) sorted by relevance

/third_party/glib/glib/tests/
Dunicode.c987 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 …]
/third_party/glib/glib/
Dgunicode.h649 gboolean g_unichar_islower (gunichar c) G_GNUC_CONST;
Dguniprop.c205 g_unichar_islower (gunichar c) in g_unichar_islower() function
/third_party/glib/glib/update-pcre/
Ducp.patch454 + if (g_unichar_islower(c))
/third_party/glib/docs/reference/glib/
Dglib-sections.txt3283 g_unichar_islower