Home | History | Annotate | Download | only in i18n

Lines Matching refs:tertiaryBottomCount

4918                             while (count3 > coll->tertiaryBottomCount) {
4919 tertiaries.appendByte(tertiaryBottom + coll->tertiaryBottomCount);
4920 count3 -= (uint32_t)coll->tertiaryBottomCount;
4997 while (count3 > coll->tertiaryBottomCount) {
4998 tertiaries.appendByte(tertiaryBottom + coll->tertiaryBottomCount);
4999 count3 -= (uint32_t)coll->tertiaryBottomCount;
5205 while (count3 > coll->tertiaryBottomCount) {
5206 tertiaries.appendByte(tertiaryBottom + coll->tertiaryBottomCount);
5207 count3 -= (uint32_t)coll->tertiaryBottomCount;
5240 while (count3 > coll->tertiaryBottomCount) {
5241 tertiaries.appendByte(tertiaryBottom + coll->tertiaryBottomCount);
5242 count3 -= (uint32_t)coll->tertiaryBottomCount;
6473 coll->tertiaryBottomCount = (uint8_t)(tertiaryTotal - coll->tertiaryTopCount);