Searched refs:doubleToString (Results 1 – 3 of 3) sorted by relevance
287 DE_INLINE void doubleToString (double value, char* buf, size_t bufSize) in doubleToString() function1399 doubleToString(value, tmpString, (int)sizeof(tmpString)); in qpTestLog_writeValueFloat()
64 JSONObject.doubleToString(this.aNumber) + "}"; in main()
486 static public String doubleToString(double d) { in doubleToString() method in JSONObject