Lines Matching refs:LEVEL_SEPARATOR_BYTE
413 Collation::LEVEL_SEPARATOR_BYTE : Collation::MERGE_SEPARATOR_BYTE); in writeSortKeyUpToQuaternary()
432 if((c & 0xc0) == 0 && c > Collation::LEVEL_SEPARATOR_BYTE) { in writeSortKeyUpToQuaternary()
441 (c > Collation::LEVEL_SEPARATOR_BYTE || !cases.isEmpty())) { in writeSortKeyUpToQuaternary()
448 if(c <= Collation::LEVEL_SEPARATOR_BYTE) { in writeSortKeyUpToQuaternary()
456 if(c > Collation::LEVEL_SEPARATOR_BYTE) { in writeSortKeyUpToQuaternary()
472 if(c > Collation::LEVEL_SEPARATOR_BYTE) { in writeSortKeyUpToQuaternary()
588 quaternaries.appendByte(Collation::LEVEL_SEPARATOR_BYTE); in writeSortKeyUpToQuaternary()
591 q = Collation::LEVEL_SEPARATOR_BYTE; in writeSortKeyUpToQuaternary()
614 if((lower32 >> 24) == Collation::LEVEL_SEPARATOR_BYTE) { break; } // ce == NO_CE in writeSortKeyUpToQuaternary()
624 sink.Append(Collation::LEVEL_SEPARATOR_BYTE); in writeSortKeyUpToQuaternary()
631 sink.Append(Collation::LEVEL_SEPARATOR_BYTE); in writeSortKeyUpToQuaternary()
653 sink.Append(Collation::LEVEL_SEPARATOR_BYTE); in writeSortKeyUpToQuaternary()
660 sink.Append(Collation::LEVEL_SEPARATOR_BYTE); in writeSortKeyUpToQuaternary()