Lines Matching refs:tertiaries
256 SortKeyLevel tertiaries; in writeSortKeyUpToQuaternary() local
496 tertiaries.appendByte(TER_ONLY_COMMON_MIDDLE); in writeSortKeyUpToQuaternary()
505 tertiaries.appendByte(b); in writeSortKeyUpToQuaternary()
509 tertiaries.appendWeight16(t); in writeSortKeyUpToQuaternary()
516 tertiaries.appendByte(TER_LOWER_FIRST_COMMON_MIDDLE); in writeSortKeyUpToQuaternary()
525 tertiaries.appendByte(b); in writeSortKeyUpToQuaternary()
529 tertiaries.appendWeight16(t); in writeSortKeyUpToQuaternary()
560 tertiaries.appendByte(TER_UPPER_FIRST_COMMON_MIDDLE); in writeSortKeyUpToQuaternary()
569 tertiaries.appendByte(b); in writeSortKeyUpToQuaternary()
572 tertiaries.appendWeight16(t); in writeSortKeyUpToQuaternary()
654 ok &= tertiaries.isOk(); in writeSortKeyUpToQuaternary()
656 tertiaries.appendTo(sink); in writeSortKeyUpToQuaternary()