Searched refs:MERGE_SEPARATOR_BYTE (Results 1 – 19 of 19) sorted by relevance
27 const uint8_t Collation::MERGE_SEPARATOR_BYTE; member in Collation
320 if(p1 > Collation::MERGE_SEPARATOR_BYTE) { in writeSortKeyUpToQuaternary()415 Collation::LEVEL_SEPARATOR_BYTE : Collation::MERGE_SEPARATOR_BYTE); in writeSortKeyUpToQuaternary()
44 static const uint8_t MERGE_SEPARATOR_BYTE = 2; variable
243 U_ASSERT(lowStart == ((Collation::MERGE_SEPARATOR_BYTE + 1) << 8)); in makeReorderRanges()
382 data->scriptStarts[1] == ((Collation::MERGE_SEPARATOR_BYTE + 1) << 8) && in read()
108 minBytes[1] = Collation::MERGE_SEPARATOR_BYTE + 1; in initForPrimary()
423 if (p1 > Collation.MERGE_SEPARATOR_BYTE) { in writeSortKeyUpToQuaternary()519 Collation.LEVEL_SEPARATOR_BYTE : Collation.MERGE_SEPARATOR_BYTE); in writeSortKeyUpToQuaternary()
47 public static final int MERGE_SEPARATOR_BYTE = 2; field in Collation
29 minBytes[1] = Collation.MERGE_SEPARATOR_BYTE + 1; in initForPrimary()
326 assert(lowStart == ((Collation.MERGE_SEPARATOR_BYTE + 1) << 8)); in makeReorderRanges()
422 data.scriptStarts[1] == ((Collation.MERGE_SEPARATOR_BYTE + 1) << 8) && in read()
433 if (p1 > Collation.MERGE_SEPARATOR_BYTE) { in writeSortKeyUpToQuaternary()529 Collation.LEVEL_SEPARATOR_BYTE : Collation.MERGE_SEPARATOR_BYTE); in writeSortKeyUpToQuaternary()
49 public static final int MERGE_SEPARATOR_BYTE = 2; field in Collation
328 assert(lowStart == ((Collation.MERGE_SEPARATOR_BYTE + 1) << 8)); in makeReorderRanges()
31 minBytes[1] = Collation.MERGE_SEPARATOR_BYTE + 1; in initForPrimary()
423 data.scriptStarts[1] == ((Collation.MERGE_SEPARATOR_BYTE + 1) << 8) && in read()
677 if ((p1 != 0 && p1 <= Collation.MERGE_SEPARATOR_BYTE) in isValidCE()
680 if ((p1 != 0 && p1 <= Collation.MERGE_SEPARATOR_BYTE) in isValidCE()
614 if((p1 != 0 && p1 <= Collation::MERGE_SEPARATOR_BYTE) || in isValidCE()