Searched refs:parse_double (Results 1 – 6 of 6) sorted by relevance
/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 | 756 MAKE_PARSER(double, parse_double); 780 static bool parse_double (const char* str, int n, void* dest);
|
D | re2.cc | 1147 bool RE2::Arg::parse_double(const char* str, int n, void* dest) { in parse_double() function in re2::RE2::Arg
|
/external/bluetooth/glib/glib/ |
D | goption.c | 870 parse_double (const gchar *arg_name, in parse_double() function 1168 if (!parse_double (option_name, value, in parse_arg()
|
/external/dbus/ |
D | ChangeLog.pre-1-0 | 11340 Make parse_double locale safe.
|