Home
last modified time | relevance | path

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

/third_party/gettext/libtextstyle/gnulib-local/lib/glib/
Dgstrfuncs.in.h63 GLIB_VAR const guint16 * const g_ascii_table; variable
66 ((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 …]
Dgstrfuncs.c99 const guint16 * const g_ascii_table = ascii_table_data; variable
/third_party/glib/glib/
Dgstrfuncs.h54 GLIB_VAR const guint16 * const g_ascii_table; variable
57 ((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 …]
Dgstrfuncs.c318 const guint16 * const g_ascii_table = ascii_table_data; variable
/third_party/glib/docs/reference/glib/
Dglib-sections.txt1839 g_ascii_table