Home
last modified time | relevance | path

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

/external/icu4c/test/cintltst/
Dcmsccoll.c1073 uint32_t maxStrength = UCOL_IDENTICAL; in testCEs() local
1192 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()