Lines Matching refs:resultStr
513 UnicodeString resultStr; in testRounding() local
523 pat.format(Roundingnumber, resultStr); in testRounding()
525 verify(message, resultStr, result[i++]); in testRounding()
527 resultStr.remove(); in testRounding()
530 pat.format(Roundingnumber1, resultStr); in testRounding()
532 verify(message, resultStr, result[i++]); in testRounding()
534 resultStr.remove(); in testRounding()
610 UnicodeString resultStr; in TestScale() local
627 pat.format(testData[i].inputValue, resultStr); in TestScale()
631 verifyString(message, resultStr, exp); in TestScale()
633 resultStr.remove(); in TestScale()