Home
last modified time | relevance | path

Searched refs:kMaxNumberLength (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/re2/util/
Dpcre.cc805 static const int kMaxNumberLength = 32; variable
826 if (n > kMaxNumberLength) return ""; // Input too big to be a valid number in TerminateNumber()
841 char buf[kMaxNumberLength+1]; in parse_long_radix()
858 char buf[kMaxNumberLength+1]; in parse_ulong_radix()
929 char buf[kMaxNumberLength+1]; in parse_longlong_radix()
946 char buf[kMaxNumberLength+1]; in parse_ulonglong_radix()
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dre2.cc1080 static const int kMaxNumberLength = 32; in GlobalReplace() variable
1144 char buf[kMaxNumberLength+1]; in GlobalReplace()
1161 char buf[kMaxNumberLength+1]; in GlobalReplace()
1232 char buf[kMaxNumberLength+1]; in GlobalReplace()
1249 char buf[kMaxNumberLength+1]; in GlobalReplace()