Lines Matching refs:UCOL_PRIMARY
318 U_ASSERT(UCOL_PRIMARY <= strength && strength <= UCOL_TERTIARY); in addReset()
334 } else if(strength == UCOL_PRIMARY) { in addReset()
460 while(strengthFromNode(node) > UCOL_PRIMARY) { in getWeight16Before()
484 int32_t strength = UCOL_PRIMARY; in getSpecialResetPosition()
600 U_ASSERT(strength == UCOL_PRIMARY); in getSpecialResetPosition()
606 index = findOrInsertNodeForRootCE(ce, UCOL_PRIMARY, errorCode); in getSpecialResetPosition()
700 if(strength == UCOL_PRIMARY && !isTempCE(ce) && (uint32_t)(ce >> 32) == 0) { in addRelation()
764 U_ASSERT(UCOL_PRIMARY <= strength && strength <= UCOL_QUATERNARY); in findOrInsertNodeForCEs()
1017 if(ceStrength(ces[i]) == UCOL_PRIMARY) { ++numTailoredPrimaries; } in setCaseBits()
1064 if(strength == UCOL_PRIMARY) { in setCaseBits()
1528 UCOL_PRIMARY) + 1; in makeTailoredCEs()
1626 (ce & INT64_C(0xff00000000000000)) != 0 ? UCOL_PRIMARY : in ceStrength()