Home
last modified time | relevance | path

Searched refs:g_unichar_isgraph (Results 1 – 4 of 4) sorted by relevance

/third_party/glib/glib/tests/
Dunicode.c851 g_assert_false (g_unichar_isgraph (0x08)); in test_graph()
852 g_assert_false (g_unichar_isgraph (' ')); in test_graph()
853 g_assert_true (g_unichar_isgraph ('a')); in test_graph()
854 g_assert_true (g_unichar_isgraph ('0')); in test_graph()
855 g_assert_true (g_unichar_isgraph ('9')); in test_graph()
856 g_assert_true (g_unichar_isgraph ('A')); in test_graph()
857 g_assert_true (g_unichar_isgraph ('-')); in test_graph()
858 g_assert_true (g_unichar_isgraph ('*')); in test_graph()
859 g_assert_true (g_unichar_isgraph (0xFF21)); /* Unichar fullwidth 'A' */ in test_graph()
860 g_assert_true (g_unichar_isgraph (0xFF3A)); /* Unichar fullwidth 'Z' */ in test_graph()
[all …]
/third_party/glib/glib/
Dgunicode.h647 gboolean g_unichar_isgraph (gunichar c) G_GNUC_CONST;
Dguniprop.c183 g_unichar_isgraph (gunichar c) in g_unichar_isgraph() function
/third_party/glib/docs/reference/glib/
Dglib-sections.txt3282 g_unichar_isgraph