HomeSort by relevance Sort by last modified time
    Searched defs:StringToDouble (Results 1 - 3 of 3) sorted by null

  /external/ImageMagick/MagickCore/
string-private.h 42 static inline double StringToDouble(const char *magick_restrict string,
  /external/libchrome/base/strings/
string_number_conversions.cc 425 bool StringToDouble(const std::string& input, double* output) {
448 // Note: if you need to add an iterator range version of StringToDouble, first
  /external/v8/src/
conversions.cc 73 double StringToDouble(UnicodeCache* unicode_cache,
84 double StringToDouble(UnicodeCache* unicode_cache,
97 double StringToDouble(UnicodeCache* unicode_cache,
505 double StringToDouble(UnicodeCache* unicode_cache, Handle<String> string,
513 return StringToDouble(unicode_cache, flat.ToOneByteVector(), flags,
516 return StringToDouble(unicode_cache, flat.ToUC16Vector(), flags,
567 // Slow path: test DoubleToString(StringToDouble(string)) == string.
569 double d = StringToDouble(unicode_cache, vector, NO_FLAGS);

Completed in 65 milliseconds