Home
last modified time | relevance | path

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

/third_party/glib/glib/tests/
Dunicode.c560 g_assert_false (g_unichar_isspace ('a')); in test_space()
561 g_assert_true (g_unichar_isspace (' ')); in test_space()
562 g_assert_true (g_unichar_isspace ('\t')); in test_space()
563 g_assert_true (g_unichar_isspace ('\n')); in test_space()
564 g_assert_true (g_unichar_isspace ('\r')); in test_space()
565 g_assert_true (g_unichar_isspace ('\f')); in test_space()
566 g_assert_false (g_unichar_isspace (0xff41)); /* Unicode fullwidth 'a' */ in test_space()
567 g_assert_true (g_unichar_isspace (0x202F)); /* Unicode space separator */ in test_space()
568 g_assert_true (g_unichar_isspace (0x2028)); /* Unicode line separator */ in test_space()
569 g_assert_true (g_unichar_isspace (0x2029)); /* Unicode paragraph separator */ in test_space()
[all …]
/third_party/glib/glib/
Dgunicode.h655 gboolean g_unichar_isspace (gunichar c) G_GNUC_CONST;
Dguniprop.c276 g_unichar_isspace (gunichar c) in g_unichar_isspace() function
/third_party/glib/docs/reference/glib/
Dglib-sections.txt3287 g_unichar_isspace