• Home
  • Raw
  • Download

Lines Matching refs:rootElements

207           rootElements(b->data->rootElements, b->data->rootElementsLength),  in CollationBuilder()
239 if(baseData->rootElements == NULL) { in parseAndBuild()
344 if(p <= rootElements.getFirstPrimary()) { in addReset()
356 p = rootElements.getPrimaryBefore(p, baseData->isCompressiblePrimary(p)); in addReset()
473 weight16 = rootElements.getSecondaryBefore(p, s); in getWeight16Before()
475 weight16 = rootElements.getTertiaryBefore(p, s, t); in getWeight16Before()
509 return rootElements.getFirstTertiaryCE(); in getSpecialResetPosition()
513 ce = rootElements.getLastTertiaryCE(); in getSpecialResetPosition()
537 ce = rootElements.getFirstSecondaryCE(); in getSpecialResetPosition()
542 ce = rootElements.getLastSecondaryCE(); in getSpecialResetPosition()
546 ce = rootElements.getFirstPrimaryCE(); in getSpecialResetPosition()
550 ce = rootElements.lastCEWithPrimaryBefore(variableTop + 1); in getSpecialResetPosition()
553 ce = rootElements.firstCEWithPrimaryAtLeast(variableTop + 1); in getSpecialResetPosition()
560 ce = rootElements.firstCEWithPrimaryAtLeast( in getSpecialResetPosition()
603 int32_t pIndex = rootElements.findPrimary(p); in getSpecialResetPosition()
605 p = rootElements.getPrimaryAfter(p, pIndex, isCompressible); in getSpecialResetPosition()
1408 int32_t pIndex = p == 0 ? 0 : rootElements.findPrimary(p); in makeTailoredCEs()
1439 t = rootElements.getTertiaryBoundary() - 0x100; in makeTailoredCEs()
1440 … tLimit = rootElements.getFirstTertiaryCE() & Collation::ONLY_TERTIARY_MASK; in makeTailoredCEs()
1443 tLimit = rootElements.getTertiaryAfter(pIndex, s, t); in makeTailoredCEs()
1449 tLimit = rootElements.getTertiaryBoundary(); in makeTailoredCEs()
1482 s = rootElements.getSecondaryBoundary() - 0x100; in makeTailoredCEs()
1483 sLimit = rootElements.getFirstSecondaryCE() >> 16; in makeTailoredCEs()
1486 sLimit = rootElements.getSecondaryAfter(pIndex, s); in makeTailoredCEs()
1492 sLimit = rootElements.getSecondaryBoundary(); in makeTailoredCEs()
1497 s = rootElements.getLastCommonSecondary(); in makeTailoredCEs()
1532 rootElements.getPrimaryAfter(p, pIndex, isCompressible); in makeTailoredCEs()