Searched defs:Notdigit (Results 1 – 2 of 2) sorted by relevance
80 static int Notdigit(int c) { return !iswdigit(c); } in Notdigit() function
73 static int Notdigit(int c) { return !iswdigit(c); } in Notdigit() function