Searched defs:toDouble (Results 1 – 5 of 5) sorted by relevance
/external/webkit/JavaScriptCore/runtime/ | ||
D | Identifier.h | 65 double toDouble() const { return _ustring.toDouble(); } in toDouble() function |
D | UString.cpp | 1243 double UString::toDouble(bool tolerateTrailingJunk, bool tolerateEmptyString) const in toDouble() function in JSC::UString |
D | JSImmediate.h | 540 ALWAYS_INLINE double JSImmediate::toDouble(JSValuePtr v) in toDouble() function |
/external/webkit/WebCore/platform/text/ | ||
D | String.cpp | 514 double String::toDouble(bool* ok) const in toDouble() function in WebCore::String |
D | StringImpl.cpp | 480 double StringImpl::toDouble(bool* ok) in toDouble() function in WebCore::StringImpl |