Searched refs:maxStrength (Results 1 – 1 of 1) sorted by relevance
1073 uint32_t maxStrength = UCOL_IDENTICAL; in testCEs() local1192 maxStrength = UCOL_IDENTICAL; in testCEs()1194 if(strength < maxStrength) { in testCEs()1195 maxStrength = strength; in testCEs()1201 …ult = ucol_inv_getNextCE(&src, baseCE & 0xFFFFFF3F, baseContCE, &nextCE, &nextContCE, maxStrength); in testCEs()1217 if(maxStrength == UCOL_IDENTICAL) { in testCEs()