Home | History | Annotate | Download | only in re2

Lines Matching refs:IsWordChar

439       for (j = i+1; j < 256 && Prog::IsWordChar(i) == Prog::IsWordChar(j); j++)