Home | History | Annotate | Download | only in i18n

Lines Matching refs:tLimit

1399                             uint32_t tLimit;
1403 tLimit = rootElements.getFirstTertiaryCE() & Collation::ONLY_TERTIARY_MASK;
1405 tLimit = Collation::COMMON_WEIGHT16;
1408 tLimit = rootElements.getTertiaryAfter(pIndex, s, t);
1412 tLimit = rootElements.getTertiaryBoundary();
1414 U_ASSERT(tLimit == 0x4000 || (tLimit & ~Collation::ONLY_TERTIARY_MASK) == 0);
1416 if(!tertiaries.allocWeights(t, tLimit, tCount)) {