/external/chromium_org/third_party/re2/re2/ |
re2.h | 762 MAKE_PARSER(double, parse_double); 786 static bool parse_double (const char* str, int n, void* dest); [all...] |
re2.cc | 1193 bool RE2::Arg::parse_double(const char* str, int n, void* dest) { function in class:re2::RE2::Arg [all...] |
/external/chromium_org/third_party/re2/util/ |
pcre.h | 608 MAKE_PARSER(double, parse_double); 632 static bool parse_double (const char* str, int n, void* dest);
|
pcre.cc | 890 bool PCRE::Arg::parse_double(const char* str, int n, void* dest) { function in class:re2::PCRE::Arg 934 if (!parse_double(str, n, &r)) return false [all...] |
/external/regex-re2/re2/ |
re2.h | 774 MAKE_PARSER(double, parse_double); 798 static bool parse_double (const char* str, int n, void* dest); [all...] |
re2.cc | 1175 bool RE2::Arg::parse_double(const char* str, int n, void* dest) { function in class:re2::RE2::Arg [all...] |
/external/regex-re2/util/ |
pcre.h | 602 MAKE_PARSER(double, parse_double); 626 static bool parse_double (const char* str, int n, void* dest);
|
pcre.cc | 885 bool PCRE::Arg::parse_double(const char* str, int n, void* dest) { function in class:re2::PCRE::Arg 929 if (!parse_double(str, n, &r)) return false; [all...] |