Home | History | Annotate | Download | only in intltest

Lines Matching refs:prettify

102             logln((UnicodeString)"Word " + wordCount + ": " + IntlTest::prettify(word, str));
149 logln((UnicodeString)"Word " + wordCount + ": " + IntlTest::prettify(word, str));
164 + " compare(" + IntlTest::prettify(lastWord, str);
166 + IntlTest::prettify(word, str) + ") returned " + result
176 msg.append("key1: ").append(prettify(k1, str)).append("\n");
177 msg.append("key2: ").append(prettify(k2, str));
284 i/3 + ": compare(" + IntlTest::prettify(s1, t1)
285 + " , " + IntlTest::prettify(s2, t2)
295 errln((UnicodeString)" key1: " + prettify(k1, t1) );
296 errln((UnicodeString)" key2: " + prettify(k2, t2) );
313 i/3 + ": key(" + IntlTest::prettify(s1, t1)
314 + ").compareTo(key(" + IntlTest::prettify(s2, t2)
317 errln((UnicodeString)" " + prettify(k1, t1) + " vs. " + prettify(k2, t2));