Home | History | Annotate | Download | only in coll

Lines Matching defs:secondaries

362         SortKeyLevel secondaries = getSortKeyLevel(levels, Collation.SECONDARY_LEVEL_FLAG);
479 secondaries.appendByte(SEC_COMMON_MIDDLE);
488 secondaries.appendByte(b);
491 secondaries.appendWeight16(s);
503 secondaries.appendByte(b);
507 secondaries.appendByte(SEC_COMMON_MIDDLE);
515 byte[] secs = secondaries.data();
516 int last = secondaries.length() - 1;
522 secondaries.appendByte(p == Collation.NO_CE_PRIMARY ?
525 secSegmentStart = secondaries.length();
527 secondaries.appendReverseWeight16(s);
743 // not used in Java -- ok &= secondaries.isOk();
745 secondaries.appendTo(sink);