Home | History | Annotate | Download | only in cctest

Lines Matching refs:IsDigit

446 static bool IsDigit(uc16 c) {
452 return !IsDigit(c);
491 TestCharacterClassEscapes('d', IsDigit);