Home
last modified time | relevance | path

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

/third_party/glib/glib/tests/
Dunicode.c656 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 …]
/third_party/glib/glib/
Dgunicode.h645 gboolean g_unichar_isdigit (gunichar c) G_GNUC_CONST;
Dguniprop.c164 g_unichar_isdigit (gunichar c) in g_unichar_isdigit() function
/third_party/glib/docs/reference/glib/
Dglib-sections.txt3281 g_unichar_isdigit
/third_party/glib/
DNEWS12371 (g_unichar_isalpha, g_unichar_isdigit,...) have