Searched refs:maxStrength (Results 1 – 2 of 2) sorted by relevance
/external/icu4c/test/cintltst/ |
D | cmsccoll.c | 1075 uint32_t maxStrength = UCOL_IDENTICAL; in testCEs() local 1215 maxStrength = UCOL_IDENTICAL; in testCEs() 1217 if(strength < maxStrength) { in testCEs() 1218 maxStrength = strength; in testCEs() 1224 …ult = ucol_inv_getNextCE(&src, baseCE & 0xFFFFFF3F, baseContCE, &nextCE, &nextContCE, maxStrength); in testCEs() 1240 if(maxStrength == UCOL_IDENTICAL) { in testCEs()
|
/external/chromium/third_party/icu/source/test/cintltst/ |
D | cmsccoll.c | 1075 uint32_t maxStrength = UCOL_IDENTICAL; in testCEs() local 1212 maxStrength = UCOL_IDENTICAL; in testCEs() 1214 if(strength < maxStrength) { in testCEs() 1215 maxStrength = strength; in testCEs() 1221 …ult = ucol_inv_getNextCE(&src, baseCE & 0xFFFFFF3F, baseContCE, &nextCE, &nextContCE, maxStrength); in testCEs() 1237 if(maxStrength == UCOL_IDENTICAL) { in testCEs()
|