Home
last modified time | relevance | path

Searched refs:tertiaries (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/
Dcollationkeys.cpp255 SortKeyLevel tertiaries; in writeSortKeyUpToQuaternary() local
472 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 …]
Dcollationbuilder.cpp1355 CollationWeights primaries, secondaries, tertiaries; in makeTailoredCEs() local
1415 tertiaries.initForTertiary(); in makeTailoredCEs()
1416 if(!tertiaries.allocWeights(t, tLimit, tCount)) { in makeTailoredCEs()
1423 t = tertiaries.nextWeight(); in makeTailoredCEs()
/external/chromium_org/third_party/icu/source/i18n/
Ducol.cpp4564 SortKeyLevel tertiaries; in ucol_calcSortKey() local
4831 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 …]