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

/openjdk7/jdk/test/java/text/Collator/
H A DBug5047314.java41 private static String[] textThai = { field in class:Bug5047314
70 for (int i = 0; i < textThai.length; i++) {
71 colThai.compare(textThai[i], textThai[i]);
78 for (int i = 0; i < textThai.length; i++) {
79 colThai.getCollationKey(textThai[i]);

Completed in 46 milliseconds