Searched defs:StringToDouble (Results 1 - 5 of 5) sorted by relevance

/external/ImageMagick/MagickCore/
H A Dstring-private.h42 static inline double StringToDouble(const char *magick_restrict string, function
/external/libchrome/base/strings/
H A Dstring_number_conversions.cc423 bool StringToDouble(const std::string& input, double* output) { function in namespace:base
446 // Note: if you need to add an iterator range version of StringToDouble, first
/external/libweave/third_party/chromium/base/strings/
H A Dstring_number_conversions.cc362 bool StringToDouble(const std::string& input, double* output) { function in namespace:base
385 // Note: if you need to add an iterator range version of StringToDouble, first
/external/v8/src/
H A Dconversions.cc71 double StringToDouble(UnicodeCache* unicode_cache, function in namespace:v8::internal
82 double StringToDouble(UnicodeCache* unicode_cache, function in namespace:v8::internal
95 double StringToDouble(UnicodeCache* unicode_cache, function in namespace:v8::internal
488 double StringToDouble(UnicodeCache* unicode_cache, Handle<String> string, function in namespace:v8::internal
496 return StringToDouble(unicode_cache, flat.ToOneByteVector(), flags,
499 return StringToDouble(unicode_cache, flat.ToUC16Vector(), flags,
550 // Slow path: test DoubleToString(StringToDouble(string)) == string.
552 double d = StringToDouble(unicode_cache, vector, NO_FLAGS);
/external/pdfium/xfa/src/fxfa/src/fm2js/
H A Dxfa_fm2jscontext.cpp6967 FX_DOUBLE CXFA_FM2JSContext::StringToDouble( function in class:CXFA_FM2JSContext
7002 fRet = (FX_FLOAT)StringToDouble(bsOutput);
7041 dRet = StringToDouble(bsOutput);

Completed in 91 milliseconds