Searched refs:withSortKeys (Results 1 – 2 of 2) sorted by relevance
196 boolean withSortKeys = getProperty("ucaconfnosortkeys") == null; in conformanceTest()217 if(withSortKeys) { in conformanceTest()222 int skres = withSortKeys ? oldSk.compareTo(newSk) : 0; in conformanceTest()236 if(withSortKeys && cmpres != normalizeResult(skres)) { in conformanceTest()258 if(withSortKeys) { in conformanceTest()
185 UBool withSortKeys = getProperty("ucaconfnosortkeys") == NULL; in testConformance() local223 int32_t resLen = withSortKeys ? coll->getSortKey(buffer, buflen, newSk, 1024) : 0; in testConformance()227 int32_t skres = withSortKeys ? strcmp((char *)oldSk, (char *)newSk) : 0; in testConformance()240 if(withSortKeys && cmpres != normalizeResult(skres)) { in testConformance()263 if(withSortKeys) { in testConformance()