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