Lines Matching refs:tertiaries
254 SortKeyLevel tertiaries; in writeSortKeyUpToQuaternary() local
494 tertiaries.appendByte(TER_ONLY_COMMON_MIDDLE); in writeSortKeyUpToQuaternary()
503 tertiaries.appendByte(b); in writeSortKeyUpToQuaternary()
507 tertiaries.appendWeight16(t); in writeSortKeyUpToQuaternary()
514 tertiaries.appendByte(TER_LOWER_FIRST_COMMON_MIDDLE); in writeSortKeyUpToQuaternary()
523 tertiaries.appendByte(b); in writeSortKeyUpToQuaternary()
527 tertiaries.appendWeight16(t); in writeSortKeyUpToQuaternary()
558 tertiaries.appendByte(TER_UPPER_FIRST_COMMON_MIDDLE); in writeSortKeyUpToQuaternary()
567 tertiaries.appendByte(b); in writeSortKeyUpToQuaternary()
570 tertiaries.appendWeight16(t); in writeSortKeyUpToQuaternary()
652 ok &= tertiaries.isOk(); in writeSortKeyUpToQuaternary()
654 tertiaries.appendTo(sink); in writeSortKeyUpToQuaternary()