Home | History | Annotate | Download | only in intltest

Lines Matching full:strbuf

3880         UnicodeString strBuf;
3881 numFmt->format(numberToBeFormat, strBuf);
3886 if (strBuf.compare(formatResult)) {
3887 errln("FAIL: Expected " + formatResult + " actual: " + strBuf);
3992 UnicodeString strBuf;
3993 numFmt->format(numberToBeFormat, strBuf);
3999 if (strBuf.compare(formatResult)) {
4000 errln("FAIL: Expected " + formatResult + " actual: " + strBuf);
4028 errln((UnicodeString)" round-trip would be: " + strBuf);