Searched refs:locChar (Results 1 – 1 of 1) sorted by relevance
/aoo42x/main/qadevOOo/tests/java/ifc/i18n/ |
H A D | _XCollator.java | 289 public boolean testCompareString(char[] locChar, Collator col) { in testCompareString() argument 294 String char0 = "_"+new String(new char[] {locChar[0]}); in testCompareString() 295 String char1 = "_"+new String(new char[] {locChar[1]}); in testCompareString() 320 String str1 = new String(new char[] {locChar[0], locChar[0], in testCompareString() 321 locChar[1], locChar[1], locChar[1]}) ; in testCompareString() 322 String str2 = new String(new char[] {locChar[0], locChar[0], in testCompareString() 323 locChar[0], locChar[1], locChar[1]}) ; in testCompareString() 374 String str1 = new String(new char[] {locChar[0], locChar[0], in testCompareSubstring() 375 locChar[1], locChar[1], locChar[1]}) ; in testCompareSubstring() 376 String str2 = new String(new char[] {locChar[0], locChar[0], in testCompareSubstring() [all …]
|
Completed in 6 milliseconds