Searched refs:g_ascii_table (Results 1 – 5 of 5) sorted by relevance
63 GLIB_VAR const guint16 * const g_ascii_table; variable66 ((g_ascii_table[(guchar) (c)] & G_ASCII_ALNUM) != 0)69 ((g_ascii_table[(guchar) (c)] & G_ASCII_ALPHA) != 0)72 ((g_ascii_table[(guchar) (c)] & G_ASCII_CNTRL) != 0)75 ((g_ascii_table[(guchar) (c)] & G_ASCII_DIGIT) != 0)78 ((g_ascii_table[(guchar) (c)] & G_ASCII_GRAPH) != 0)81 ((g_ascii_table[(guchar) (c)] & G_ASCII_LOWER) != 0)84 ((g_ascii_table[(guchar) (c)] & G_ASCII_PRINT) != 0)87 ((g_ascii_table[(guchar) (c)] & G_ASCII_PUNCT) != 0)90 ((g_ascii_table[(guchar) (c)] & G_ASCII_SPACE) != 0)[all …]
99 const guint16 * const g_ascii_table = ascii_table_data; variable
54 GLIB_VAR const guint16 * const g_ascii_table; variable57 ((g_ascii_table[(guchar) (c)] & G_ASCII_ALNUM) != 0)60 ((g_ascii_table[(guchar) (c)] & G_ASCII_ALPHA) != 0)63 ((g_ascii_table[(guchar) (c)] & G_ASCII_CNTRL) != 0)66 ((g_ascii_table[(guchar) (c)] & G_ASCII_DIGIT) != 0)69 ((g_ascii_table[(guchar) (c)] & G_ASCII_GRAPH) != 0)72 ((g_ascii_table[(guchar) (c)] & G_ASCII_LOWER) != 0)75 ((g_ascii_table[(guchar) (c)] & G_ASCII_PRINT) != 0)78 ((g_ascii_table[(guchar) (c)] & G_ASCII_PUNCT) != 0)81 ((g_ascii_table[(guchar) (c)] & G_ASCII_SPACE) != 0)[all …]
318 const guint16 * const g_ascii_table = ascii_table_data; variable
1839 g_ascii_table