HomeSort by relevance Sort by last modified time
    Searched refs:g_ascii_table (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/glib/glib/
gstrfuncs.h 54 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...]
gstrfuncs.c 81 const guint16 * const g_ascii_table = ascii_table_data; variable
    [all...]

Completed in 183 milliseconds