Lines Matching refs:resultStr
486 UnicodeString resultStr; in testRounding() local
496 pat.format(Roundingnumber, resultStr); in testRounding()
498 verify(message, resultStr, result[i++]); in testRounding()
500 resultStr.remove(); in testRounding()
503 pat.format(Roundingnumber1, resultStr); in testRounding()
505 verify(message, resultStr, result[i++]); in testRounding()
507 resultStr.remove(); in testRounding()
583 UnicodeString resultStr; in TestScale() local
593 pat.format(testData[i].inputValue, resultStr); in TestScale()
597 verifyString(message, resultStr, exp); in TestScale()
599 resultStr.remove(); in TestScale()