Lines Matching refs:prettify
107 logln((UnicodeString)"Word " + wordCount + ": " + IntlTest::prettify(word, str)); in TestNamesList()
154 logln((UnicodeString)"Word " + wordCount + ": " + IntlTest::prettify(word, str)); in TestDictionary()
167 + " compare(" + IntlTest::prettify(lastWord, str); in TestDictionary()
169 + IntlTest::prettify(word, str) + ") returned " + result in TestDictionary()
179 msg.append("key1: ").append(prettify(k1, str)).append("\n"); in TestDictionary()
180 msg.append("key2: ").append(prettify(k2, str)); in TestDictionary()
287 i/3 + ": compare(" + IntlTest::prettify(s1, t1) in compareArray()
288 + " , " + IntlTest::prettify(s2, t2) in compareArray()
298 errln((UnicodeString)" key1: " + prettify(k1, t1) ); in compareArray()
299 errln((UnicodeString)" key2: " + prettify(k2, t2) ); in compareArray()
316 i/3 + ": key(" + IntlTest::prettify(s1, t1) in compareArray()
317 + ").compareTo(key(" + IntlTest::prettify(s2, t2) in compareArray()
320 errln((UnicodeString)" " + prettify(k1, t1) + " vs. " + prettify(k2, t2)); in compareArray()