• Home
  • Raw
  • Download

Lines Matching refs:rootElements

200           rootElements(b->data->rootElements, b->data->rootElementsLength),  in CollationBuilder()
237 if(baseData->rootElements == nullptr) { in parseAndBuild()
346 if(p <= rootElements.getFirstPrimary()) { in addReset()
358 p = rootElements.getPrimaryBefore(p, baseData->isCompressiblePrimary(p)); in addReset()
475 weight16 = rootElements.getSecondaryBefore(p, s); in getWeight16Before()
477 weight16 = rootElements.getTertiaryBefore(p, s, t); in getWeight16Before()
511 return rootElements.getFirstTertiaryCE(); in getSpecialResetPosition()
515 ce = rootElements.getLastTertiaryCE(); in getSpecialResetPosition()
539 ce = rootElements.getFirstSecondaryCE(); in getSpecialResetPosition()
544 ce = rootElements.getLastSecondaryCE(); in getSpecialResetPosition()
548 ce = rootElements.getFirstPrimaryCE(); in getSpecialResetPosition()
552 ce = rootElements.lastCEWithPrimaryBefore(variableTop + 1); in getSpecialResetPosition()
555 ce = rootElements.firstCEWithPrimaryAtLeast(variableTop + 1); in getSpecialResetPosition()
562 ce = rootElements.firstCEWithPrimaryAtLeast( in getSpecialResetPosition()
605 int32_t pIndex = rootElements.findPrimary(p); in getSpecialResetPosition()
607 p = rootElements.getPrimaryAfter(p, pIndex, isCompressible); in getSpecialResetPosition()
1435 int32_t pIndex = p == 0 ? 0 : rootElements.findPrimary(p); in makeTailoredCEs()
1466 t = rootElements.getTertiaryBoundary() - 0x100; in makeTailoredCEs()
1467 … tLimit = rootElements.getFirstTertiaryCE() & Collation::ONLY_TERTIARY_MASK; in makeTailoredCEs()
1470 tLimit = rootElements.getTertiaryAfter(pIndex, s, t); in makeTailoredCEs()
1476 tLimit = rootElements.getTertiaryBoundary(); in makeTailoredCEs()
1509 s = rootElements.getSecondaryBoundary() - 0x100; in makeTailoredCEs()
1510 sLimit = rootElements.getFirstSecondaryCE() >> 16; in makeTailoredCEs()
1513 sLimit = rootElements.getSecondaryAfter(pIndex, s); in makeTailoredCEs()
1519 sLimit = rootElements.getSecondaryBoundary(); in makeTailoredCEs()
1524 s = rootElements.getLastCommonSecondary(); in makeTailoredCEs()
1559 rootElements.getPrimaryAfter(p, pIndex, isCompressible); in makeTailoredCEs()