Lines Matching refs:resultStr
519 UnicodeString resultStr; in testRounding() local
529 pat.format(Roundingnumber, resultStr); in testRounding()
531 verify(message, resultStr, result[i++]); in testRounding()
533 resultStr.remove(); in testRounding()
536 pat.format(Roundingnumber1, resultStr); in testRounding()
538 verify(message, resultStr, result[i++]); in testRounding()
540 resultStr.remove(); in testRounding()
616 UnicodeString resultStr; in TestScale() local
633 pat.format(testData[i].inputValue, resultStr); in TestScale()
637 verifyString(message, resultStr, exp); in TestScale()
639 resultStr.remove(); in TestScale()