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

/external/icu/icu4c/source/test/intltest/
H A Ducaconf.cpp185 UBool withSortKeys = getProperty("ucaconfnosortkeys") == NULL; local
223 int32_t resLen = withSortKeys ? coll->getSortKey(buffer, buflen, newSk, 1024) : 0;
227 int32_t skres = withSortKeys ? strcmp((char *)oldSk, (char *)newSk) : 0;
240 if(withSortKeys && cmpres != normalizeResult(skres)) {
263 if(withSortKeys) {

Completed in 223 milliseconds