Lines Matching refs:rootElements
205 rootElements(b->data->rootElements, b->data->rootElementsLength), in CollationBuilder()
237 if(baseData->rootElements == NULL) { in parseAndBuild()
342 if(p <= rootElements.getFirstPrimary()) { in addReset()
354 p = rootElements.getPrimaryBefore(p, baseData->isCompressiblePrimary(p)); in addReset()
471 weight16 = rootElements.getSecondaryBefore(p, s); in getWeight16Before()
473 weight16 = rootElements.getTertiaryBefore(p, s, t); in getWeight16Before()
507 return rootElements.getFirstTertiaryCE(); in getSpecialResetPosition()
511 ce = rootElements.getLastTertiaryCE(); in getSpecialResetPosition()
535 ce = rootElements.getFirstSecondaryCE(); in getSpecialResetPosition()
540 ce = rootElements.getLastSecondaryCE(); in getSpecialResetPosition()
544 ce = rootElements.getFirstPrimaryCE(); in getSpecialResetPosition()
548 ce = rootElements.lastCEWithPrimaryBefore(variableTop + 1); in getSpecialResetPosition()
551 ce = rootElements.firstCEWithPrimaryAtLeast(variableTop + 1); in getSpecialResetPosition()
558 ce = rootElements.firstCEWithPrimaryAtLeast( in getSpecialResetPosition()
602 int32_t pIndex = rootElements.findPrimary(p); in getSpecialResetPosition()
604 p = rootElements.getPrimaryAfter(p, pIndex, isCompressible); in getSpecialResetPosition()
1407 int32_t pIndex = p == 0 ? 0 : rootElements.findPrimary(p); in makeTailoredCEs()
1438 t = rootElements.getTertiaryBoundary() - 0x100; in makeTailoredCEs()
1439 … tLimit = rootElements.getFirstTertiaryCE() & Collation::ONLY_TERTIARY_MASK; in makeTailoredCEs()
1442 tLimit = rootElements.getTertiaryAfter(pIndex, s, t); in makeTailoredCEs()
1448 tLimit = rootElements.getTertiaryBoundary(); in makeTailoredCEs()
1481 s = rootElements.getSecondaryBoundary() - 0x100; in makeTailoredCEs()
1482 sLimit = rootElements.getFirstSecondaryCE() >> 16; in makeTailoredCEs()
1485 sLimit = rootElements.getSecondaryAfter(pIndex, s); in makeTailoredCEs()
1491 sLimit = rootElements.getSecondaryBoundary(); in makeTailoredCEs()
1496 s = rootElements.getLastCommonSecondary(); in makeTailoredCEs()
1531 rootElements.getPrimaryAfter(p, pIndex, isCompressible); in makeTailoredCEs()