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

  /external/libchrome/base/strings/
string_number_conversions.cc 423 bool StringToDouble(const std::string& input, double* output) {
446 // Note: if you need to add an iterator range version of StringToDouble, first
  /external/libweave/third_party/chromium/base/strings/
string_number_conversions.cc 362 bool StringToDouble(const std::string& input, double* output) {
385 // Note: if you need to add an iterator range version of StringToDouble, first
  /external/v8/src/
conversions.cc 71 double StringToDouble(UnicodeCache* unicode_cache,
82 double StringToDouble(UnicodeCache* unicode_cache,
95 double StringToDouble(UnicodeCache* unicode_cache,
488 double StringToDouble(UnicodeCache* unicode_cache, Handle<String> string,
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/
xfa_fm2jscontext.cpp     [all...]

Completed in 76 milliseconds