Lines Matching refs:toUnicode
352 + toUnicode(char0) + ") ... FAILED\n" ; in testCompareString()
358 " characters (" + toUnicode(char0+char1) + in testCompareString()
367 " characters (" + toUnicode(char0+char1) + in testCompareString()
381 toUnicode(str1) + ") ... FAILED\n" ; in testCompareString()
387 toUnicode(str1) + "),(" + toUnicode(str2) + in testCompareString()
396 toUnicode(str1) + "),(" + toUnicode(str2) + in testCompareString()
434 toUnicode(str1) + ") ... FAILED\n" ; in testCompareSubstring()
440 toUnicode(str1.substring(1, 3)) + "),(" + in testCompareSubstring()
441 toUnicode(str2.substring(1, 3)) in testCompareSubstring()
450 toUnicode(str1) + "),(" + toUnicode(str2) + in testCompareSubstring()
466 public String toUnicode(String str) { in toUnicode() method in XCollatorTest