Searched refs:withSortKeys (Results 1 – 3 of 3) sorted by relevance
200 boolean withSortKeys = getProperty("ucaconfnosortkeys") == null; in conformanceTest()221 if (withSortKeys) { in conformanceTest()226 int skres = withSortKeys ? oldSk.compareTo(newSk) : 0; in conformanceTest()240 if (withSortKeys && cmpres != normalizeResult(skres)) { in conformanceTest()263 if (withSortKeys) { in conformanceTest()
197 boolean withSortKeys = getProperty("ucaconfnosortkeys") == null; in conformanceTest()218 if (withSortKeys) { in conformanceTest()223 int skres = withSortKeys ? oldSk.compareTo(newSk) : 0; in conformanceTest()237 if (withSortKeys && cmpres != normalizeResult(skres)) { in conformanceTest()260 if (withSortKeys) { in conformanceTest()
187 UBool withSortKeys = getProperty("ucaconfnosortkeys") == NULL; in testConformance() local225 int32_t resLen = withSortKeys ? coll->getSortKey(buffer, buflen, newSk, 1024) : 0; in testConformance()229 int32_t skres = withSortKeys ? strcmp((char *)oldSk, (char *)newSk) : 0; in testConformance()242 if(withSortKeys && cmpres != normalizeResult(skres)) { in testConformance()265 if(withSortKeys) { in testConformance()