Searched refs:textLao (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/java/text/Collator/
H A DBug5047314.java38 private static String[] textLao = { field in class:Bug5047314
54 for (int i = 0; i < textLao.length; i++) {
55 colLao.compare(textLao[i], textLao[i]);
62 for (int i = 0; i < textLao.length; i++) {
63 colLao.compare(textLao[i], textLao[i]);

Completed in 951 milliseconds