Searched refs:doubleToStringInJavaScriptFormat (Results 1 – 6 of 6) sorted by relevance
40 void doubleToStringInJavaScriptFormat(double, DtoaBuffer, unsigned* resultLength);45 using WTF::doubleToStringInJavaScriptFormat;
2394 void doubleToStringInJavaScriptFormat(double d, DtoaBuffer buffer, unsigned* resultLength) in doubleToStringInJavaScriptFormat() function
296 doubleToStringInJavaScriptFormat(d, buffer, &length); in from()
116 ?doubleToStringInJavaScriptFormat@WTF@@YAXNQADPAI@Z
2582 doubleToStringInJavaScriptFormat(number, buffer, &length); in formStringFromDouble()
6155 WTF::doubleToStringInJavaScriptFormat(), and expose it because WebCore6171 (JSC::UString::from): Move the code to doubleToStringInJavaScriptFormat().6175 (WTF::append): A helper for doubleToStringInJavaScriptFormat().6176 (WTF::doubleToStringInJavaScriptFormat): Move the code from UString::from(double).