Searched refs:Isdigit (Results 1 – 1 of 1) sorted by relevance
79 static int Isdigit(int c) { return iswdigit(c); } in Isdigit() function113 { SZ("digit"), Isdigit },237 case T_DIGIT: return Isdigit; in classfun()