Lines Matching defs:out
150 * ICU 4.8: This test is commented out because toPattern() has been changed to return
882 UnicodeString out;
883 //out = mf->format(new Object[]{new Integer(i)});
888 out = mf->format(objs, 1, out, pos, status);
891 if (out != PREFIX[i])
892 errln((UnicodeString)"" + i + ": Got \"" + out + "\"; Want \"" + PREFIX[i] + "\"");
895 if (!out.startsWith(PREFIX[i]) ||
896 !out.endsWith(SUFFIX[i]))
897 errln((UnicodeString)"" + i + ": Got \"" + out + "\"; Want \"" + PREFIX[i] + "\"...\"" +
938 UnicodeString out;
940 out = cf->format((double)j, out, pos);
941 if (out != DATA[i+1+j])
943 out + "; want \"" + DATA[i+1+j] + "\"");