Lines Matching refs:UCOL_PRIMARY
320 U_ASSERT(UCOL_PRIMARY <= strength && strength <= UCOL_TERTIARY); in addReset()
336 } else if(strength == UCOL_PRIMARY) { in addReset()
462 while(strengthFromNode(node) > UCOL_PRIMARY) { in getWeight16Before()
486 int32_t strength = UCOL_PRIMARY; in getSpecialResetPosition()
602 U_ASSERT(strength == UCOL_PRIMARY); in getSpecialResetPosition()
608 index = findOrInsertNodeForRootCE(ce, UCOL_PRIMARY, errorCode); in getSpecialResetPosition()
702 if(strength == UCOL_PRIMARY && !isTempCE(ce) && (uint32_t)(ce >> 32) == 0) { in addRelation()
766 U_ASSERT(UCOL_PRIMARY <= strength && strength <= UCOL_QUATERNARY); in findOrInsertNodeForCEs()
1019 if(ceStrength(ces[i]) == UCOL_PRIMARY) { ++numTailoredPrimaries; } in setCaseBits()
1066 if(strength == UCOL_PRIMARY) { in setCaseBits()
1530 UCOL_PRIMARY) + 1; in makeTailoredCEs()
1628 (ce & INT64_C(0xff00000000000000)) != 0 ? UCOL_PRIMARY : in ceStrength()