Searched refs:parse_double (Results 1 – 9 of 9) sorted by relevance
/external/pcre/ |
D | pcrecpparg.h | 88 PCRE_MAKE_PARSER(double, parse_double); 112 static bool parse_double (const char* str, int n, void* dest);
|
/external/pcre/dist/ |
D | pcrecpparg.h | 88 PCRE_MAKE_PARSER(double, parse_double); 112 static bool parse_double (const char* str, int n, void* dest);
|
D | pcrecpparg.h.in | 88 PCRE_MAKE_PARSER(double, parse_double); 112 static bool parse_double (const char* str, int n, void* dest);
|
D | pcrecpp.cc | 873 bool Arg::parse_double(const char* str, int n, void* dest) { in parse_double() function in pcrecpp::Arg 892 if (!parse_double(str, n, &r)) return false; in parse_float()
|
/external/regex-re2/util/ |
D | pcre.h | 602 MAKE_PARSER(double, parse_double); 626 static bool parse_double (const char* str, int n, void* dest);
|
D | pcre.cc | 885 bool PCRE::Arg::parse_double(const char* str, int n, void* dest) { in parse_double() function in re2::PCRE::Arg 929 if (!parse_double(str, n, &r)) return false; in parse_float()
|
/external/regex-re2/re2/ |
D | re2.h | 774 MAKE_PARSER(double, parse_double); 798 static bool parse_double (const char* str, int n, void* dest);
|
D | re2.cc | 1175 bool RE2::Arg::parse_double(const char* str, int n, void* dest) { in parse_double() function in re2::RE2::Arg
|
/external/dbus/ |
D | ChangeLog.pre-1-0 | 11340 Make parse_double locale safe.
|