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

/external/webkit/Source/JavaScriptCore/wtf/text/
H A DWTFString.cpp944 double charactersToDouble(const UChar* data, size_t length, bool* ok, bool* didReadNumber) function in namespace:WTF
971 return static_cast<float>(charactersToDouble(data, length, ok, didReadNumber));

Completed in 94 milliseconds