HomeSort by relevance Sort by last modified time
    Searched refs:parse_double (Results 1 - 5 of 5) sorted by null

  /external/regex-re2/re2/
re2.h 756 MAKE_PARSER(double, parse_double);
780 static bool parse_double (const char* str, int n, void* dest);
    [all...]
re2.cc 1147 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...]
  /external/bluetooth/glib/glib/
goption.c 870 parse_double (const gchar *arg_name, function
1168 if (!parse_double (option_name, value,
    [all...]

Completed in 496 milliseconds