Searched defs:Isdigit (Results 1 – 2 of 2) sorted by relevance
79 static int Isdigit(int c) { return iswdigit(c); } in Isdigit() function
72 static int Isdigit(int c) { return iswdigit(c); } in Isdigit() function