Home
last modified time | relevance | path

Searched refs:withSortKeys (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Ducaconf.cpp185 UBool withSortKeys = getProperty("ucaconfnosortkeys") == NULL; in testConformance() local
223 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()