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

  /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...]

Completed in 65 milliseconds