Lines Matching refs:msg
292 String msg = ""; in testCompareString() local
298 msg += " Testing collation of single equal characters (" in testCompareString()
304 msg += " Testing collation of single different" + in testCompareString()
307 msg += " Java collator returned " + in testCompareString()
313 msg += " Testing collation of single different" + in testCompareString()
327 msg += " Testing collation of equal strings (" + in testCompareString()
333 msg += " Testing collation of different strings ((" + in testCompareString()
336 msg += " Java collator returned " + in testCompareString()
342 msg += " Testing collation of different strings ((" + in testCompareString()
350 log.println(msg) ; in testCompareString()
372 String msg = "" ; in testCompareSubstring() local
381 msg += " Testing collation of equal substrings (" + in testCompareSubstring()
387 msg += " Testing collation of different strings ((" + in testCompareSubstring()
391 msg += " Java collator returned " + col.compare in testCompareSubstring()
397 msg += " Testing collation of different strings ((" + in testCompareSubstring()
405 log.println(msg) ; in testCompareSubstring()