• 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()
604 int32_t pIndex = rootElements.findPrimary(p); in getSpecialResetPosition()
606 p = rootElements.getPrimaryAfter(p, pIndex, isCompressible); in getSpecialResetPosition()
1409 int32_t pIndex = p == 0 ? 0 : rootElements.findPrimary(p); in makeTailoredCEs()
1440 t = rootElements.getTertiaryBoundary() - 0x100; in makeTailoredCEs()
1441 … tLimit = rootElements.getFirstTertiaryCE() & Collation::ONLY_TERTIARY_MASK; in makeTailoredCEs()
1444 tLimit = rootElements.getTertiaryAfter(pIndex, s, t); in makeTailoredCEs()
1450 tLimit = rootElements.getTertiaryBoundary(); in makeTailoredCEs()
1483 s = rootElements.getSecondaryBoundary() - 0x100; in makeTailoredCEs()
1484 sLimit = rootElements.getFirstSecondaryCE() >> 16; in makeTailoredCEs()
1487 sLimit = rootElements.getSecondaryAfter(pIndex, s); in makeTailoredCEs()
1493 sLimit = rootElements.getSecondaryBoundary(); in makeTailoredCEs()
1498 s = rootElements.getLastCommonSecondary(); in makeTailoredCEs()
1533 rootElements.getPrimaryAfter(p, pIndex, isCompressible); in makeTailoredCEs()