Lines Matching full:newstrength
3389 UCollationStrength newStrength = ucol_getStrength(strsrch->collator);3390 if ((strsrch->strength < UCOL_QUATERNARY && newStrength >= UCOL_QUATERNARY) ||3391 (strsrch->strength >= UCOL_QUATERNARY && newStrength < UCOL_QUATERNARY)) {