Home | History | Annotate | Download | only in program

Lines Matching refs:IsDigit

275 static GLboolean IsDigit(GLubyte b)
322 while (str[i] && IsDigit(str[i])) {
332 while (str[i] && (IsLetter(str[i]) || IsDigit(str[i]))) {
720 if (IsDigit(token[1])) {
770 if (IsDigit(token[0])) {
1036 else if (IsDigit(token[0]) || token[0] == '-' || token[0] == '+' || token[0] == '.'){
1170 else if (IsDigit(token[0])) {