Searched refs:g_unichar_isdigit (Results 1 – 5 of 5) sorted by relevance
656 g_assert_false (g_unichar_isdigit (' ')); in test_digit()657 g_assert_false (g_unichar_isdigit ('a')); in test_digit()658 g_assert_true (g_unichar_isdigit ('0')); in test_digit()659 g_assert_true (g_unichar_isdigit ('9')); in test_digit()660 g_assert_false (g_unichar_isdigit ('A')); in test_digit()661 g_assert_false (g_unichar_isdigit ('-')); in test_digit()662 g_assert_false (g_unichar_isdigit ('*')); in test_digit()663 g_assert_false (g_unichar_isdigit (0xFF21)); /* Unichar fullwidth 'A' */ in test_digit()664 g_assert_false (g_unichar_isdigit (0xFF3A)); /* Unichar fullwidth 'Z' */ in test_digit()665 g_assert_false (g_unichar_isdigit (0xFF41)); /* Unichar fullwidth 'a' */ in test_digit()[all …]
645 gboolean g_unichar_isdigit (gunichar c) G_GNUC_CONST;
164 g_unichar_isdigit (gunichar c) in g_unichar_isdigit() function
3281 g_unichar_isdigit
12371 (g_unichar_isalpha, g_unichar_isdigit,...) have