Searched refs:tertiaries (Results 1 – 3 of 3) sorted by relevance
255 SortKeyLevel tertiaries; in writeSortKeyUpToQuaternary() local472 tertiaries.appendByte(TER_ONLY_COMMON_MIDDLE); in writeSortKeyUpToQuaternary()481 tertiaries.appendByte(b); in writeSortKeyUpToQuaternary()485 tertiaries.appendWeight16(t); in writeSortKeyUpToQuaternary()492 tertiaries.appendByte(TER_LOWER_FIRST_COMMON_MIDDLE); in writeSortKeyUpToQuaternary()501 tertiaries.appendByte(b); in writeSortKeyUpToQuaternary()505 tertiaries.appendWeight16(t); in writeSortKeyUpToQuaternary()536 tertiaries.appendByte(TER_UPPER_FIRST_COMMON_MIDDLE); in writeSortKeyUpToQuaternary()545 tertiaries.appendByte(b); in writeSortKeyUpToQuaternary()548 tertiaries.appendWeight16(t); in writeSortKeyUpToQuaternary()[all …]
1355 CollationWeights primaries, secondaries, tertiaries; in makeTailoredCEs() local1415 tertiaries.initForTertiary(); in makeTailoredCEs()1416 if(!tertiaries.allocWeights(t, tLimit, tCount)) { in makeTailoredCEs()1423 t = tertiaries.nextWeight(); in makeTailoredCEs()
4564 SortKeyLevel tertiaries; in ucol_calcSortKey() local4831 tertiaries.appendByte(tertiaryTop - coll->tertiaryTopCount); in ucol_calcSortKey()4834 tertiaries.appendByte(tertiaryTop - (count3-1)); in ucol_calcSortKey()4837 tertiaries.appendByte(tertiaryBottom + coll->tertiaryBottomCount); in ucol_calcSortKey()4840 tertiaries.appendByte(tertiaryBottom + (count3-1)); in ucol_calcSortKey()4844 tertiaries.appendByte(tertiary); in ucol_calcSortKey()4910 tertiaries.appendByte(tertiaryTop - coll->tertiaryTopCount); in ucol_calcSortKey()4913 tertiaries.appendByte(tertiaryTop - count3); in ucol_calcSortKey()4916 tertiaries.appendByte(tertiaryBottom + coll->tertiaryBottomCount); in ucol_calcSortKey()4919 tertiaries.appendByte(tertiaryBottom + (count3-1)); in ucol_calcSortKey()[all …]