Searched refs:parse_long_radix (Results 1 - 4 of 4) sorted by relevance
/external/chromium_org/third_party/re2/re2/ |
H A D | re2.cc | 1040 bool RE2::Arg::parse_long_radix(const char* str, function in class:re2::RE2::Arg 1085 if (!parse_long_radix(str, n, &r, radix)) return false; // Could not parse 1109 if (!parse_long_radix(str, n, &r, radix)) return false; // Could not parse
|
/external/chromium_org/third_party/re2/util/ |
H A D | pcre.cc | 763 bool PCRE::Arg::parse_long_radix(const char* str, function in class:re2::PCRE::Arg 808 if (!parse_long_radix(str, n, &r, radix)) return false; // Could not parse 832 if (!parse_long_radix(str, n, &r, radix)) return false; // Could not parse
|
/external/regex-re2/re2/ |
H A D | re2.cc | 1022 bool RE2::Arg::parse_long_radix(const char* str, function in class:re2::RE2::Arg 1067 if (!parse_long_radix(str, n, &r, radix)) return false; // Could not parse 1091 if (!parse_long_radix(str, n, &r, radix)) return false; // Could not parse
|
/external/regex-re2/util/ |
H A D | pcre.cc | 758 bool PCRE::Arg::parse_long_radix(const char* str, function in class:re2::PCRE::Arg 803 if (!parse_long_radix(str, n, &r, radix)) return false; // Could not parse 827 if (!parse_long_radix(str, n, &r, radix)) return false; // Could not parse
|
Completed in 739 milliseconds