Lines Matching refs:CollationRootElements
588 UBool isValidCE(const CollationRootElements &re, const CollationData &data, in isValidCE()
676 UBool isValidCE(const CollationRootElements &re, const CollationData &data, int64_t ce) { in isValidCE()
688 index((int32_t)elements[CollationRootElements::IX_FIRST_TERTIARY_INDEX]) {} in RootElementsIterator()
693 if(p == CollationRootElements::PRIMARY_SENTINEL) { return FALSE; } in next()
694 if((p & CollationRootElements::SEC_TER_DELTA_FLAG) != 0) { in next()
696 secTer = p & ~CollationRootElements::SEC_TER_DELTA_FLAG; in next()
699 if((p & CollationRootElements::PRIMARY_STEP_MASK) != 0) { in next()
701 int32_t step = (int32_t)p & CollationRootElements::PRIMARY_STEP_MASK; in next()
727 if((secTer & CollationRootElements::SEC_TER_DELTA_FLAG) == 0) { in next()
731 secTer &= ~CollationRootElements::SEC_TER_DELTA_FLAG; in next()
765 CollationRootElements rootElements(root->rootElements, root->rootElementsLength); in TestRootElements()
868 CollationRootElements rootElements(root->rootElements, root->rootElementsLength); in TestTailoredElements()