Searched refs:MERGE_SEPARATOR_BYTE (Results 1 – 19 of 19) sorted by relevance
25 const uint8_t Collation::MERGE_SEPARATOR_BYTE; member in Collation
318 if(p1 > Collation::MERGE_SEPARATOR_BYTE) { in writeSortKeyUpToQuaternary()413 Collation::LEVEL_SEPARATOR_BYTE : Collation::MERGE_SEPARATOR_BYTE); in writeSortKeyUpToQuaternary()
42 static const uint8_t MERGE_SEPARATOR_BYTE = 2; variable
241 U_ASSERT(lowStart == ((Collation::MERGE_SEPARATOR_BYTE + 1) << 8)); in makeReorderRanges()
380 data->scriptStarts[1] == ((Collation::MERGE_SEPARATOR_BYTE + 1) << 8) && in read()
106 minBytes[1] = Collation::MERGE_SEPARATOR_BYTE + 1; in initForPrimary()
425 if (p1 > Collation.MERGE_SEPARATOR_BYTE) { in writeSortKeyUpToQuaternary()521 Collation.LEVEL_SEPARATOR_BYTE : Collation.MERGE_SEPARATOR_BYTE); in writeSortKeyUpToQuaternary()
47 public static final int MERGE_SEPARATOR_BYTE = 2; field in Collation
326 assert(lowStart == ((Collation.MERGE_SEPARATOR_BYTE + 1) << 8)); in makeReorderRanges()
29 minBytes[1] = Collation.MERGE_SEPARATOR_BYTE + 1; in initForPrimary()
421 data.scriptStarts[1] == ((Collation.MERGE_SEPARATOR_BYTE + 1) << 8) && in read()
421 if (p1 > Collation.MERGE_SEPARATOR_BYTE) { in writeSortKeyUpToQuaternary()517 Collation.LEVEL_SEPARATOR_BYTE : Collation.MERGE_SEPARATOR_BYTE); in writeSortKeyUpToQuaternary()
45 public static final int MERGE_SEPARATOR_BYTE = 2; field in Collation
27 minBytes[1] = Collation.MERGE_SEPARATOR_BYTE + 1; in initForPrimary()
324 assert(lowStart == ((Collation.MERGE_SEPARATOR_BYTE + 1) << 8)); in makeReorderRanges()
420 data.scriptStarts[1] == ((Collation.MERGE_SEPARATOR_BYTE + 1) << 8) && in read()
692 if ((p1 != 0 && p1 <= Collation.MERGE_SEPARATOR_BYTE) in isValidCE()
696 if ((p1 != 0 && p1 <= Collation.MERGE_SEPARATOR_BYTE) in isValidCE()
616 if((p1 != 0 && p1 <= Collation::MERGE_SEPARATOR_BYTE) || in isValidCE()