Home | History | Annotate | Download | only in re2

Lines Matching refs:kMaxLength

1151   static const int kMaxLength = 200;
1152 char buf[kMaxLength];
1153 if (n >= kMaxLength) return false;