Lines Matching refs:msg
345 String msg = ""; in testCompareString() local
351 msg += " Testing collation of single equal characters (" in testCompareString()
357 msg += " Testing collation of single different" + in testCompareString()
360 msg += " Java collator returned " + in testCompareString()
366 msg += " Testing collation of single different" + in testCompareString()
380 msg += " Testing collation of equal strings (" + in testCompareString()
386 msg += " Testing collation of different strings ((" + in testCompareString()
389 msg += " Java collator returned " + in testCompareString()
395 msg += " Testing collation of different strings ((" + in testCompareString()
403 System.out.println(msg) ; in testCompareString()
424 String msg = "" ; in testCompareSubstring() local
433 msg += " Testing collation of equal substrings (" + in testCompareSubstring()
439 msg += " Testing collation of different strings ((" + in testCompareSubstring()
443 msg += " Java collator returned " + col.compare in testCompareSubstring()
449 msg += " Testing collation of different strings ((" + in testCompareSubstring()
457 System.out.println(msg) ; in testCompareSubstring()