Searched refs:javaCol (Results 1 – 1 of 1) sorted by relevance
158 static java.text.Collator javaCol = null; field in CollationPerformanceTest293 qSortImpl_java_usekeys(tests, 0, tests.length -1, javaCol); in doQSort()298 qSortImpl_nokeys(tests, 0, tests.length -1, javaCol); in doQSort()454 java.text.CollationKey sortKey1 = javaCol.getCollationKey(tests[j]); in doBinarySearch()455 … java.text.CollationKey sortKey2 = javaCol.getCollationKey(tests[guess]); in doBinarySearch()459 r = javaCol.compare(tests[j], tests[guess]); in doBinarySearch()511 byte[] sortKey = javaCol.getCollationKey(tests[line]).toByteArray(); in doKeyGen()846 javaCol = java.text.Collator.getInstance( in setOptions()850 javaCol.setDecomposition(java.text.Collator.CANONICAL_DECOMPOSITION); in setOptions()880 javaCol.setStrength(java.text.Collator.PRIMARY); in setOptions()[all …]