Searched refs:ISALDIGIT (Results 1 – 1 of 1) sorted by relevance
84 #define ISALDIGIT(Type) IS ((Type), \ macro117 return ISALDIGIT (TYPE (c)) ? TRUE : FALSE; in g_unichar_isalnum()