Home | History | Annotate | Download | only in re2

Lines Matching refs:IsWordChar

1024   bool isword = (c != kByteEndText && Prog::IsWordChar(c));
1632 } else if (Prog::IsWordChar(text.begin()[-1] & 0xFF)) {
1646 } else if (Prog::IsWordChar(text.end()[0] & 0xFF)) {