Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/re2/util/
Dpcre.cc853 bool PCRE::Arg::parse_ulong_radix(const char* str, in parse_ulong_radix() function in re2::PCRE::Arg
893 if (!parse_ulong_radix(str, n, &r, radix)) return false; // Could not parse in parse_ushort_radix()
917 if (!parse_ulong_radix(str, n, &r, radix)) return false; // Could not parse in parse_uint_radix()
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dre2.cc1156 bool RE2::Arg::parse_ulong_radix(const char* str, in GlobalReplace() function in re2::RE2::Arg
1196 if (!parse_ulong_radix(str, n, &r, radix)) return false; // Could not parse in GlobalReplace()
1220 if (!parse_ulong_radix(str, n, &r, radix)) return false; // Could not parse in GlobalReplace()