Lines Matching refs:rootElements
198 rootElements(b->data->rootElements, b->data->rootElementsLength), in CollationBuilder()
230 if(baseData->rootElements == NULL) { in parseAndBuild()
335 if(p <= rootElements.getFirstPrimary()) { in addReset()
347 p = rootElements.getPrimaryBefore(p, baseData->isCompressiblePrimary(p)); in addReset()
401 weight16 = rootElements.getSecondaryBefore(p, weight16); in addReset()
426 weight16 = rootElements.getTertiaryBefore(p, s, weight16); in addReset()
499 return rootElements.getFirstTertiaryCE(); in getSpecialResetPosition()
503 ce = rootElements.getLastTertiaryCE(); in getSpecialResetPosition()
527 ce = rootElements.getFirstSecondaryCE(); in getSpecialResetPosition()
532 ce = rootElements.getLastSecondaryCE(); in getSpecialResetPosition()
536 ce = rootElements.getFirstPrimaryCE(); in getSpecialResetPosition()
540 ce = rootElements.lastCEWithPrimaryBefore(variableTop + 1); in getSpecialResetPosition()
543 ce = rootElements.firstCEWithPrimaryAtLeast(variableTop + 1); in getSpecialResetPosition()
550 ce = rootElements.firstCEWithPrimaryAtLeast( in getSpecialResetPosition()
597 int32_t pIndex = rootElements.findPrimary(p); in getSpecialResetPosition()
599 p = rootElements.getPrimaryAfter(p, pIndex, isCompressible); in getSpecialResetPosition()
1371 int32_t pIndex = p == 0 ? 0 : rootElements.findPrimary(p); in makeTailoredCEs()
1402 t = rootElements.getTertiaryBoundary() - 0x100; in makeTailoredCEs()
1403 … tLimit = rootElements.getFirstTertiaryCE() & Collation::ONLY_TERTIARY_MASK; in makeTailoredCEs()
1408 tLimit = rootElements.getTertiaryAfter(pIndex, s, t); in makeTailoredCEs()
1412 tLimit = rootElements.getTertiaryBoundary(); in makeTailoredCEs()
1445 s = rootElements.getSecondaryBoundary() - 0x100; in makeTailoredCEs()
1446 sLimit = rootElements.getFirstSecondaryCE() >> 16; in makeTailoredCEs()
1451 sLimit = rootElements.getSecondaryAfter(pIndex, s); in makeTailoredCEs()
1455 sLimit = rootElements.getSecondaryBoundary(); in makeTailoredCEs()
1460 s = rootElements.getLastCommonSecondary(); in makeTailoredCEs()
1490 rootElements.getPrimaryAfter(p, pIndex, isCompressible); in makeTailoredCEs()