Home | History | Annotate | Download | only in intltest

Lines Matching defs:out

153  * ICU 4.8: This test is commented out because toPattern() has been changed to return
885 UnicodeString out;
886 //out = mf->format(new Object[]{new Integer(i)});
891 out = mf->format(objs, 1, out, pos, status);
894 if (out != PREFIX[i])
895 errln((UnicodeString)"" + i + ": Got \"" + out + "\"; Want \"" + PREFIX[i] + "\"");
898 if (!out.startsWith(PREFIX[i]) ||
899 !out.endsWith(SUFFIX[i]))
900 errln((UnicodeString)"" + i + ": Got \"" + out + "\"; Want \"" + PREFIX[i] + "\"...\"" +
941 UnicodeString out;
943 out = cf->format((double)j, out, pos);
944 if (out != DATA[i+1+j])
946 out + "; want \"" + DATA[i+1+j] + "\"");