Home | History | Annotate | Download | only in Basic

Lines Matching refs:isPunctuation

417       if (!isDigit(*I) && !isPunctuation(*I)) {
653 } else if (isPunctuation(DiagStr[1])) {