Searched refs:g_ascii_table (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/glib/
H A Dgstrfuncs.in.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[(gucha
[all...]
H A Dgstrfuncs.c88 const guint16 * const g_ascii_table = ascii_table_data; variable
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/glib/
H A Dgstrfuncs.in.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[(gucha
[all...]
H A Dgstrfuncs.c88 const guint16 * const g_ascii_table = ascii_table_data; variable

Completed in 71 milliseconds