Home | History | Annotate | Download | only in intltest

Lines Matching defs:strBuf

3882         UnicodeString strBuf;
3883 numFmt->format(numberToBeFormat, strBuf);
3888 if (strBuf.compare(formatResult)) {
3889 errln("FAIL: Expected " + formatResult + " actual: " + strBuf);
3994 UnicodeString strBuf;
3995 numFmt->format(numberToBeFormat, strBuf);
4001 if (strBuf.compare(formatResult)) {
4002 errln("FAIL: Expected " + formatResult + " actual: " + strBuf);
4030 errln((UnicodeString)" round-trip would be: " + strBuf);