Searched refs:doubleToString (Results 1 – 4 of 4) sorted by relevance
287 DE_INLINE void doubleToString (double value, char* buf, int bufSize) in doubleToString() function1374 doubleToString(value, tmpString, (int)sizeof(tmpString)); in qpTestLog_writeValueFloat()
META-INF/ META-INF/MANIFEST.MF org/ org/json/ org/ ...
64 JSONObject.doubleToString(this.aNumber) + "}"; in main()
486 static public String doubleToString(double d) { in doubleToString() method in JSONObject