Home | History | Annotate | Download | only in re2

Lines Matching refs:kMaxNumberLength

970 static const int kMaxNumberLength = 32;
972 // REQUIRES "buf" must have length at least kMaxNumberLength+1
1011 if (n > kMaxNumberLength) return "";
1027 char buf[kMaxNumberLength+1];
1044 char buf[kMaxNumberLength+1];
1115 char buf[kMaxNumberLength+1];
1132 char buf[kMaxNumberLength+1];