Home | History | Annotate | Download | only in intltest

Lines Matching defs:out

1110      *  RefreshInput changes out the input of a Break Iterator without
1165 // calculate breaks up front, so we can print out
1174 UnicodeString out;
1175 out.append((UChar)CHSTR);
1179 out.append(ustr.tempSubString(prev,n-prev));
1180 out.append((UChar)PILCROW);
1183 out.append(ustr.tempSubString(prev,ustr.length()-prev));
1184 out.append((UChar)CHEND);
1185 it.logln(out);
1187 out.remove();
1191 out.append(UnicodeString(tmp));
1193 it.logln(out);